Skip to Content.
Please activate JavaScript in your web browser
List archive
[SM-Commit] BZR Change 6 to test sorcery by Andrew Stitt <afrayedknot@thefrayedknot>
Chronological
Thread
<
Chronological
>
<
Thread
>
From
: bzr AT fawkes.sourcemage.org
To
: sm-commit AT lists.ibiblio.org
Subject
: [SM-Commit] BZR Change 6 to test sorcery by Andrew Stitt <afrayedknot@thefrayedknot>
Date
: Mon, 10 Apr 2006 10:45:10 -0500
------------------------------------------------------------
revno: 6
committer: Andrew Stitt <afrayedknot@thefrayedknot>
branch nick: testa
timestamp: Thu 2006-04-06 17:00:41 -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-04 Andrew Stitt <astitt AT sourcemage.org>
* build: exclude .bzr metadata
=== modified file 'var/lib/sorcery/modules/libtablet'
--- var/lib/sorcery/modules/libtablet
+++ var/lib/sorcery/modules/libtablet
@@ -595,7 +595,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 6 to test sorcery by Andrew Stitt <afrayedknot@thefrayedknot>
,
bzr, 04/10/2006
Archive powered by
MHonArc 2.6.24
.