Skip to Content.
Sympa Menu

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

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 (a1cf1f792af5d4048129c752d4afcbe4652a490c)
  • Date: Sat, 1 Jul 2006 10:35:04 -0500

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

ChangeLog | 5 +++++
usr/sbin/delve | 5 +----
2 files changed, 6 insertions(+), 4 deletions(-)

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

moved prepare_stage_root to inside the STAGED_INSTALL check because
installwatch doesn't need stage root created before its invoked anymore

diff --git a/ChangeLog b/ChangeLog
index c19536c..8f1f022 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-07-01 David Brown <dmlb2000 AT gmail.com>
+ * delve: moved making stage root directory to inside the
+ STAGED_INSTALL check not needed anymore since installwatch
+ doesn't need stage_root before it's invoked
+
2006-06-26 David Brown <dmlb2000 AT gmail.com>
* libstage: added functions for installing block character
and fifos instead of moving them we make new ones in the
diff --git a/usr/sbin/delve b/usr/sbin/delve
index 8967fa6..39abb81 100755
--- a/usr/sbin/delve
+++ b/usr/sbin/delve
@@ -157,13 +157,10 @@ function delve_install() {

delve_is_valid_step BUILD 2 || return 1
delve_log_helper
- if [[ ! -d $STAGE_DIRECTORY ]]
- then
- prepare_stage_root
- fi &&
invoke_installwatch &&
if [[ "$STAGED_INSTALL" != "off" ]]
then
+ prepare_stage_root
invoke_stage_root
fi &&
(



  • [SM-Commit] GIT changes to master sorcery by David Brown (a1cf1f792af5d4048129c752d4afcbe4652a490c), David Brown, 07/01/2006

Archive powered by MHonArc 2.6.24.

Top of Page