Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] BZR Change 15 to devel sorcery by Andrew Stitt <afrayedknot@thefrayedknot>

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: bzr AT fawkes.sourcemage.org
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] BZR Change 15 to devel sorcery by Andrew Stitt <afrayedknot@thefrayedknot>
  • Date: Mon, 10 Apr 2006 10:45:30 -0500

------------------------------------------------------------
revno: 15
committer: Andrew Stitt <afrayedknot@thefrayedknot>
branch nick: devel
timestamp: Thu 2006-04-06 16:05:30 -0700
message:
fix bug 10869
=== modified file 'ChangeLog'
--- ChangeLog
+++ ChangeLog
@@ -1,3 +1,7 @@
+2006-04-07 Andrew Stitt <astitt AT sourcemage.org>
+ * libtablet: allow special keyword 'all' to unconditionally
+ update a file in the tablet, bug 10869
+
2006-04-05 Andrew Stitt <astitt AT sourcemage.org>
* gaze: backquoted $level in gaze usage message
* gaze: added support for viewing {,PRE_}SUB_DEPENDS file

=== modified file 'var/lib/sorcery/modules/libtablet'
--- var/lib/sorcery/modules/libtablet
+++ var/lib/sorcery/modules/libtablet
@@ -643,7 +643,8 @@
else
codex_md5=$(md5sum $repair_file|cut -f1 -d' ')
tablet_md5=$(md5sum $tablet_file|cut -f1 -d' ')
- if [[ $spell_version == $key ]] ||
+ if [[ $key == "all" ]] ||
+ [[ $spell_version == $key ]] ||
[[ $spell_updated == $key ]] ||
[[ $spell_patchlevel == $key ]] ||
[[ $tablet_md5 == $key ]] ; then




  • [SM-Commit] BZR Change 15 to devel sorcery by Andrew Stitt <afrayedknot@thefrayedknot>, bzr, 04/10/2006

Archive powered by MHonArc 2.6.24.

Top of Page