This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository buildscripts. from 4c3acb6 bin/createsusetagsrepo: convert hexadecimal strings to lowercase for RPM GPG keys, just in case. new abf5516 bin/createsusetagsrepo: write key checksums to the correct file. The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: bin/createsusetagsrepo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- Alioth's /srv/git/code.x2go.org/buildscripts.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/buildscripts.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository buildscripts. commit abf55167b303ccdeb7ce8eb8038d7a16304f2021 Author: Mihai Moldovan <ionic@ionic.de> Date: Sun Dec 4 07:54:07 2016 +0100 bin/createsusetagsrepo: write key checksums to the correct file. --- bin/createsusetagsrepo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/createsusetagsrepo b/bin/createsusetagsrepo index e0f5d32..b15f599 100755 --- a/bin/createsusetagsrepo +++ b/bin/createsusetagsrepo @@ -175,7 +175,7 @@ generate_content_hashes () { typeset shasum="" shasum="$("${shasum_binary}" "${file}")" - printf "KEY ${shasum_string} ${shasum}\n" >> ../content + printf "KEY ${shasum_string} ${shasum}\n" >> content done } -- Alioth's /srv/git/code.x2go.org/buildscripts.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/buildscripts.git