Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master guru-tools by Bor Kraljič (5fad90bbe40a43c42185bd54ea1c1b1f6aba5299)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Bor Kraljič <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master guru-tools by Bor Kraljič (5fad90bbe40a43c42185bd54ea1c1b1f6aba5299)
  • Date: Thu, 25 Aug 2011 08:46:31 -0500

GIT changes to master guru-tools by Bor Kraljič <pyrobor AT ver.si>:

hashcheck.sh | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 5fad90bbe40a43c42185bd54ea1c1b1f6aba5299
Author: Bor Kraljič <pyrobor AT ver.si>
Commit: Bor Kraljič <pyrobor AT ver.si>

hashcheck.sh: added VERSION=trunk or TRUNK as scm version

Found that one in spell partimage-ng

diff --git a/hashcheck.sh b/hashcheck.sh
index 0a81d5a..eb66b0a 100755
--- a/hashcheck.sh
+++ b/hashcheck.sh
@@ -14,7 +14,7 @@
PROMPT_DELAY=0

# all the scm VERSIONs that I could find (using regex "or"/"|" )
-scm_versions="git|GIT|scm|SCM|cvs|CVS|svn|SVN|hg|HG|mercurial|HEAD|head|$(date
+%Y%m%d)"
+scm_versions="git|GIT|scm|SCM|cvs|CVS|svn|SVN|bzr|BZR|hg|HG|mercurial|HEAD|head|trunk|TRUNK|$(date
+%Y%m%d)"

# paste data even if we interupt withc ctrl-c :)
trap 'message "${PROBLEM_COLOR}control-c${DEFAULT_COLOR}"; end_hashcheck 1'
INT
@@ -28,7 +28,7 @@ ${MESSAGE_COLOR}\t-s|--section <section>\t to check whole
section
\t-i|--ignore-scm\t\t don't bother with spells that have SCM source(s)
\t-f|--remove-failed\t remove sources that are unverified
\t-a|--remove-all\t\t remove all sources after check
-\t-h|--help\t\t show this help"
+\t-h|--help\t\t show this help ${DEFAULT_COLOR}"
message "$usage"
}




  • [SM-Commit] GIT changes to master guru-tools by Bor Kraljič (5fad90bbe40a43c42185bd54ea1c1b1f6aba5299), Bor Kraljič, 08/25/2011

Archive powered by MHonArc 2.6.24.

Top of Page