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