This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository buildscripts. commit f2132f43c7739ea53f12e7952fb1977450c7d67e Author: Mihai Moldovan <ionic@ionic.de> Date: Thu Nov 24 08:51:21 2016 +0100 bin/createsusetagsrepo: add the "noarch" architecture, just to be sure. --- bin/createsusetagsrepo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/createsusetagsrepo b/bin/createsusetagsrepo index 76c8f9c..6261eb1 100755 --- a/bin/createsusetagsrepo +++ b/bin/createsusetagsrepo @@ -32,7 +32,7 @@ error () { cleanup_repo () { typeset arch="" - for arch in "SRPM" "i586" "x86_64" "armhf" "ppc64" "ppc64le"; do + for arch in "SRPM" "noarch" "i586" "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