This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository buildscripts. from d5a84f9 bin/create_package_descr: because use statements are executed in BEGIN blocks, pass basename of current script directly to 'use lib'. new 1515923 bin/createsusetagsrepo: drop empty lines in list created by create_directory (). 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 15159234892dff0d31bef27d8758d8e427684685 Author: Mihai Moldovan <ionic@ionic.de> Date: Sun Oct 30 06:27:32 2016 +0100 bin/createsusetagsrepo: drop empty lines in list created by create_directory (). --- bin/createsusetagsrepo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/createsusetagsrepo b/bin/createsusetagsrepo index 7a108c1..2dcf72a 100755 --- a/bin/createsusetagsrepo +++ b/bin/createsusetagsrepo @@ -76,7 +76,7 @@ create_directory () { rm -f -- "${prefix}/${file}" - find "${prefix}" -print | sed -e "s#${prefix}##" > "${prefix}/${file}" + find "${prefix}" -print | sed -e "s#${prefix}##" | grep -vE '^$' > "${prefix}/${file}" } set -e -- Alioth's /srv/git/code.x2go.org/buildscripts.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/buildscripts.git