This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository buildscripts. from 089c4e8 bin/createsusetagsrepo: actually pull in the other parameters. Oops. new 8d6dd87 bin/createsusetagsrepo: removing directories without -r is a bad idea. 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 8d6dd87795ae769ebc4c6fc80642ad8634097674 Author: Mihai Moldovan <ionic@ionic.de> Date: Sun Oct 30 02:17:56 2016 +0100 bin/createsusetagsrepo: removing directories without -r is a bad idea. --- bin/createsusetagsrepo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/createsusetagsrepo b/bin/createsusetagsrepo index 329ac1f..34b6309 100755 --- a/bin/createsusetagsrepo +++ b/bin/createsusetagsrepo @@ -31,7 +31,7 @@ error () { } create_metadata () { - rm -f -- "media.1" "descr" + rm -rf -- "media.1" "descr" mkdir -- "media.1" "descr" printf 'X2Go\n%(%Y%m%d%H%M%S)T\n1\n' '-1' > "media.1/media" -- Alioth's /srv/git/code.x2go.org/buildscripts.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/buildscripts.git