This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository buildscripts. from b042a13 bin/createsusetagsrepo: add i686 architecture to cleanup_repo. new 879cba9 bin/build-rpm-package: fix up OTHERMIRROR for *SUSE. 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/build-rpm-package | 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 879cba9d2e3704974c76fd21ebf81bbfaccc0ce4 Author: Mihai Moldovan <ionic@ionic.de> Date: Fri Nov 25 02:10:57 2016 +0100 bin/build-rpm-package: fix up OTHERMIRROR for *SUSE. --- bin/build-rpm-package | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/build-rpm-package b/bin/build-rpm-package index 96fbb68..fbe98df 100755 --- a/bin/build-rpm-package +++ b/bin/build-rpm-package @@ -521,7 +521,7 @@ get_extra_repository () { if [ "${WANT_EXTRA}" -eq "1" ]; then OTHERMIRROR="--repo http://${REPOS_SERVER}/${DIST}/${CODENAME}/extras" if [ -z "${PACKAGE_WITHOUT_OTHERMIRROR}" ] || [ "${PACKAGE_WITHOUT_OTHERMIRROR}" != "${PACKAGE}" ]; then - OTHERMIRROR="${OTHERMIRROR} --repo http://${REPOS_SERVER}/${DIST}/${CODENAME}/${COMPONENT}/${ARCH}" + OTHERMIRROR="${OTHERMIRROR} --repo http://${REPOS_SERVER}/${DIST}/${CODENAME}/${COMPONENT}" fi fi ;; -- Alioth's /srv/git/code.x2go.org/buildscripts.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/buildscripts.git