Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (0c318382cc626659b2f877a5e134dfe6e5c9df58)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ladislav Hagara <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (0c318382cc626659b2f877a5e134dfe6e5c9df58)
  • Date: Sat, 22 Oct 2011 18:52:17 -0500

GIT changes to master grimoire by Ladislav Hagara <hgr AT vabo.cz>:

e-17/embryo/HISTORY | 3 +++
e-17/embryo/PRE_BUILD | 2 +-
2 files changed, 4 insertions(+), 1 deletion(-)

New commits:
commit 0c318382cc626659b2f877a5e134dfe6e5c9df58
Author: Ladislav Hagara <hgr AT vabo.cz>
Commit: Ladislav Hagara <hgr AT vabo.cz>

embryo: prepare_select_branch fix

diff --git a/e-17/embryo/HISTORY b/e-17/embryo/HISTORY
index e7dfab1..ee56259 100644
--- a/e-17/embryo/HISTORY
+++ b/e-17/embryo/HISTORY
@@ -1,3 +1,6 @@
+2011-10-22 Ladislav Hagara <hgr AT vabo.cz>
+ * PRE_BUILD: prepare_select_branch fix
+
2011-10-20 Eric Sandall <sandalle AT sourcemage.org>
* DETAILS: No longer hosted on SF, moved to enlightenment.org

diff --git a/e-17/embryo/PRE_BUILD b/e-17/embryo/PRE_BUILD
index 5afcdec..dff047c 100755
--- a/e-17/embryo/PRE_BUILD
+++ b/e-17/embryo/PRE_BUILD
@@ -1,6 +1,6 @@
default_pre_build &&

-if [ "$EMBRYO_CVS" == "y" ]; then
+if [ "$EMBRYO_BRANCH" == "scm" ]; then
cd $SOURCE_DIRECTORY &&
#
# Remove .svn directories, otherwise they get installed



  • [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (0c318382cc626659b2f877a5e134dfe6e5c9df58), Ladislav Hagara, 10/22/2011

Archive powered by MHonArc 2.6.24.

Top of Page