This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository buildscripts. from 1515923 bin/createsusetagsrepo: drop empty lines in list created by create_directory (). new 87db6af bin/createsusetagsrepo: drop directory files 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 87db6af32580856854dd597d96c540463fec85bf Author: Mihai Moldovan <ionic@ionic.de> Date: Sun Oct 30 06:46:49 2016 +0100 bin/createsusetagsrepo: drop directory files 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 2dcf72a..7c53d30 100755 --- a/bin/createsusetagsrepo +++ b/bin/createsusetagsrepo @@ -76,7 +76,7 @@ create_directory () { rm -f -- "${prefix}/${file}" - find "${prefix}" -print | sed -e "s#${prefix}##" | grep -vE '^$' > "${prefix}/${file}" + find "${prefix}" -print | sed -e "s#${prefix}##" | grep -vE '^$' | grep -v "^${file}$" > "${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