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