Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to devel-stage-root sorcery by David Brown (1e016a58f4b61c18c49f5d3d1c001b6b618d154f)

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 devel-stage-root sorcery by David Brown (1e016a58f4b61c18c49f5d3d1c001b6b618d154f)
  • Date: Sun, 11 Jun 2006 00:12:45 -0500

GIT changes to devel-stage-root sorcery by David Brown <dmlb2000 AT gmail.com>:

usr/sbin/delve | 5 +++++
1 files changed, 5 insertions(+)

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

updated delve to also check the installwatch version to make sure we can
stage spells

diff --git a/usr/sbin/delve b/usr/sbin/delve
index ea39525..58aa788 100755
--- a/usr/sbin/delve
+++ b/usr/sbin/delve
@@ -339,6 +339,11 @@ function main() {

echo "DEBUG: $STATES"

+ if ! installwatch_is_stageable
+ then
+ STAGED_INSTALL=off
+ fi
+
local last_rc=0
for STATE in $STATES; do
message "Running state $STATE"



  • [SM-Commit] GIT changes to devel-stage-root sorcery by David Brown (1e016a58f4b61c18c49f5d3d1c001b6b618d154f), David Brown, 06/11/2006

Archive powered by MHonArc 2.6.24.

Top of Page