Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ismael Luceno (ce68a1913e3fd46b0c3893e77e4c0ed41b7b1c19)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (ce68a1913e3fd46b0c3893e77e4c0ed41b7b1c19)
  • Date: Mon, 21 Feb 2011 01:54:58 -0600

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

bzr_download.function | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit ce68a1913e3fd46b0c3893e77e4c0ed41b7b1c19
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

fix bzr download handler

diff --git a/bzr_download.function b/bzr_download.function
index 7c528c3..a088630 100755
--- a/bzr_download.function
+++ b/bzr_download.function
@@ -13,8 +13,8 @@ function bzr_download() {
cd -
else
message "${MESSAGE_COLOR}Doing a lightweight
checkout...${DEFAULT_COLOR}" &&
- echo bzr checkout --lightweight $SOURCE_URL $SOURCE_DIRECTORY &&
- bzr checkout --lightweight $SOURCE_URL $SOURCE_DIRECTORY
+ echo bzr checkout --lightweight ${SOURCE_URL%:*} $SOURCE_DIRECTORY &&
+ bzr checkout --lightweight ${SOURCE_URL%:*} $SOURCE_DIRECTORY
fi &&

message "${MESSAGE_COLOR}Repacking the source...${DEFAULT_COLOR}" &&



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (ce68a1913e3fd46b0c3893e77e4c0ed41b7b1c19), Ismael Luceno, 02/21/2011

Archive powered by MHonArc 2.6.24.

Top of Page