Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] BZR Change 7 to stage-root sorcery by David Brown <dmlb2000@dmlb2004>

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: bzr AT mail.sourcemage.org
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] BZR Change 7 to stage-root sorcery by David Brown <dmlb2000@dmlb2004>
  • Date: Mon, 10 Apr 2006 14:00:05 -0500

------------------------------------------------------------
revno: 7
committer: David Brown <dmlb2000@dmlb2004>
branch nick: stage-root
timestamp: Mon 2006-04-10 11:57:52 -0700
message:
make staged install off after the install is done.
This is for the install_config_file function which
is sometimes called in FINAL and since we don't
translate in that stage of the build process we
should make sure STAGED_INSTALL=off

=== modified file 'var/lib/sorcery/modules/build_api/api2'
--- var/lib/sorcery/modules/build_api/api2
+++ var/lib/sorcery/modules/build_api/api2
@@ -77,6 +77,7 @@
fi &&
devoke_installwatch &&
destroy_stage_root &&
+ STAGED_INSTALL=off &&
run_final || return 3
) 2> >(tee -a $C_LOG 1>&2 >> $VOYEUR_STDERR) \
> >(tee -a $C_LOG >> $VOYEUR_STDOUT)




  • [SM-Commit] BZR Change 7 to stage-root sorcery by David Brown <dmlb2000@dmlb2004>, bzr, 04/10/2006

Archive powered by MHonArc 2.6.24.

Top of Page