Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master sorcery by David Brown (91d8189f82a361767b06b7bd20be83dfdaefcdff)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: David Brown <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master sorcery by David Brown (91d8189f82a361767b06b7bd20be83dfdaefcdff)
  • Date: Sun, 25 Jun 2006 22:53:39 -0500

GIT changes to master sorcery by David Brown <dmlb2000 AT gmail.com>:

ChangeLog | 4 ++++
var/lib/sorcery/modules/build_api/api2 | 2 +-
2 files changed, 5 insertions(+), 1 deletion(-)

New commits:
commit 91d8189f82a361767b06b7bd20be83dfdaefcdff
Author: David Brown <dmlb2000 AT gmail.com>
Commit: David Brown <dmlb2000 AT gmail.com>

moved stage root creation inside the stage install check

diff --git a/ChangeLog b/ChangeLog
index 489c73e..aca0110 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,8 @@
2006-06-25 David Brown <dmlb2000 AT gmail.com>
+ * build_api/api2: moved prepare_stage_root to inside staged
+ install check (bug #12759)
+
+2006-06-25 David Brown <dmlb2000 AT gmail.com>
* libcast: added output to display creation of installwatch
debug log

diff --git a/var/lib/sorcery/modules/build_api/api2
b/var/lib/sorcery/modules/build_api/api2
index 973f4ec..cb2b18c 100755
--- a/var/lib/sorcery/modules/build_api/api2
+++ b/var/lib/sorcery/modules/build_api/api2
@@ -67,10 +67,10 @@ function run_build_spell() {
run_pre_install &&
# you have to make this directory every time even if you don't use it because
# it's a bug with installwatch that it needs to exist at all times
- prepare_stage_root &&
invoke_installwatch &&
if [[ "$STAGED_INSTALL" != "off" ]]
then
+ prepare_stage_root &&
invoke_stage_root
fi &&
set_stage_root_paths &&



  • [SM-Commit] GIT changes to master sorcery by David Brown (91d8189f82a361767b06b7bd20be83dfdaefcdff), David Brown, 06/25/2006

Archive powered by MHonArc 2.6.24.

Top of Page