Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master quill by Jaka Kranjc (7e6a4784e54edfe077e274318f867a2f8ee3d113)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Jaka Kranjc <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master quill by Jaka Kranjc (7e6a4784e54edfe077e274318f867a2f8ee3d113)
  • Date: Sun, 28 Jan 2007 11:23:11 -0600

GIT changes to master quill by Jaka Kranjc <lynxlynxlynx AT sourcemage.org>:

usr/bin/quill | 2 +-
var/lib/quill/ChangeLog | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)

New commits:
commit 7e6a4784e54edfe077e274318f867a2f8ee3d113
Author: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
Commit: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>

fixed the hash check to not be too strict anymore

diff --git a/usr/bin/quill b/usr/bin/quill
index a9400cc..5c60988 100755
--- a/usr/bin/quill
+++ b/usr/bin/quill
@@ -322,7 +322,7 @@ then

#it is either a SOURCE_HASH or the user wants to replace
SOURCE_GPG
new_value=$(count_spaces SOURCE${i}_HASH)
- sed -i
"s/^.*SOURCE${i}_[^=]*=['\"]*${current_check}['\"]*\s*$/${new_value}SOURCE${i}_HASH=sha512:$hash/"
DETAILS
+ sed -i
"s/^.*SOURCE${i}_[^=]*=['\"]*${current_check}.*['\"]*\s*$/${new_value}SOURCE${i}_HASH=sha512:$hash/"
DETAILS

# remove sigs, trying not to touch any that are still needed
remove_old_sigs "$version"
diff --git a/var/lib/quill/ChangeLog b/var/lib/quill/ChangeLog
index 540098f..de49563 100644
--- a/var/lib/quill/ChangeLog
+++ b/var/lib/quill/ChangeLog
@@ -2,6 +2,7 @@
* libupdate: added -quit to the find in copy_git_sub to speed it up
* libcore: fix version print in quill_help
* quill: add codex_get_spell_paths fallback
+ fixed the hash check to not be too strict anymore
* libcore, quill: copyright 2007
* version: 0.2.1




  • [SM-Commit] GIT changes to master quill by Jaka Kranjc (7e6a4784e54edfe077e274318f867a2f8ee3d113), Jaka Kranjc, 01/28/2007

Archive powered by MHonArc 2.6.24.

Top of Page