This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository buildscripts. from 8b3fe24 bin/build-rpm-package: actually, zypp:// is only for local repositories, switch back to http://. new 8f75690 bin/build-rpm-package: try to add suse@ tag to repositories. 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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -- 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 8f7569026df32165a8223c4dca791e1fe0e903f3 Author: Mihai Moldovan <ionic@ionic.de> Date: Fri Nov 25 02:44:20 2016 +0100 bin/build-rpm-package: try to add suse@ tag to repositories. --- bin/build-rpm-package | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/build-rpm-package b/bin/build-rpm-package index fbe98df..c970bbe 100755 --- a/bin/build-rpm-package +++ b/bin/build-rpm-package @@ -519,9 +519,9 @@ get_extra_repository () { # FIXME: make this package repository consistent with our main ones. OTHERMIRROR="" if [ "${WANT_EXTRA}" -eq "1" ]; then - OTHERMIRROR="--repo http://${REPOS_SERVER}/${DIST}/${CODENAME}/extras" + OTHERMIRROR="--repo suse@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}" + OTHERMIRROR="${OTHERMIRROR} --repo suse@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