This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository buildscripts. from 0fb41ab bin/build-rpm-package: use more quotes in non-SUSE upload section. new f2132f4 bin/createsusetagsrepo: add the "noarch" architecture, just to be sure. 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 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