Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (9c4f66e903a615ec6d2b186155d10cd5a4dc7fad)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (9c4f66e903a615ec6d2b186155d10cd5a4dc7fad)
  • Date: Sat, 29 Mar 2008 09:28:28 -0500

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

python-pypi/mercurial/DETAILS | 1 -
python-pypi/mercurial/HISTORY | 3 +++
python-pypi/mercurial/PRE_BUILD | 2 +-
3 files changed, 4 insertions(+), 2 deletions(-)

New commits:
commit 9c4f66e903a615ec6d2b186155d10cd5a4dc7fad
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

mercurial: fixed build process if no hgtools selected

diff --git a/python-pypi/mercurial/DETAILS b/python-pypi/mercurial/DETAILS
index fcb257d..7900ab9 100755
--- a/python-pypi/mercurial/DETAILS
+++ b/python-pypi/mercurial/DETAILS
@@ -1,4 +1,3 @@
-
SPELL=mercurial
VERSION=1.0
SOURCE=$SPELL-$VERSION.tar.gz
diff --git a/python-pypi/mercurial/HISTORY b/python-pypi/mercurial/HISTORY
index d671f4a..9c3f307 100644
--- a/python-pypi/mercurial/HISTORY
+++ b/python-pypi/mercurial/HISTORY
@@ -1,3 +1,6 @@
+2008-03-29 Vlad Glagolev <stealth AT sourcemage.org>
+ * PREPARE: fixed SOURCE2 unpack
+
2008-03-25 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 1.0
fixed WEB_SITE
diff --git a/python-pypi/mercurial/PRE_BUILD b/python-pypi/mercurial/PRE_BUILD
index 493c8bf..d2e5b0f 100755
--- a/python-pypi/mercurial/PRE_BUILD
+++ b/python-pypi/mercurial/PRE_BUILD
@@ -1,6 +1,6 @@
default_pre_build &&
-unpack_file 2 &&

if [[ $HG_GTOOLS == y ]]; then
+ unpack_file 2 &&
cp -v $SOURCE_CACHE/$SOURCE2 $SOURCE_DIRECTORY/hgext
fi



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (9c4f66e903a615ec6d2b186155d10cd5a4dc7fad), Vlad Glagolev, 03/29/2008

Archive powered by MHonArc 2.6.24.

Top of Page