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 <io...@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
_______________________________________________
x2go-commits mailing list
x2go-commits@lists.x2go.org
http://lists.x2go.org/listinfo/x2go-commits

Reply via email to