This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository buildscripts. from 9a875c1 bin/createsusetagsrepo: switch from failglob to nullglob, as it will stop execution of the for loop more nicely. new b042a13 bin/createsusetagsrepo: add i686 architecture to cleanup_repo. 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 b042a135328390e548ea6af833095d7e65634973 Author: Mihai Moldovan <ionic@ionic.de> Date: Thu Nov 24 10:49:04 2016 +0100 bin/createsusetagsrepo: add i686 architecture to cleanup_repo. --- bin/createsusetagsrepo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/createsusetagsrepo b/bin/createsusetagsrepo index 553a697..917b61e 100755 --- a/bin/createsusetagsrepo +++ b/bin/createsusetagsrepo @@ -32,7 +32,7 @@ error () { cleanup_repo () { typeset arch="" - for arch in "SRPM" "noarch" "i586" "x86_64" "armhf" "ppc64" "ppc64le"; do + for arch in "SRPM" "noarch" "i586" "i686" "x86_64" "armhf" "ppc64" "ppc64le"; do # Skip arches not available in this repository. [ -d "${arch}" ] || continue -- Alioth's /srv/git/code.x2go.org/buildscripts.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/buildscripts.git