This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository buildscripts. from 3a3f4f4 enable SLES build support new 6ac08f6 obtain extra packages distro name based for SUSE RPM builds 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/_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 6ac08f679ec1bf77730781a57b5b09b9c4ba6ddb Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Tue Dec 2 21:30:50 2014 +0100 obtain extra packages distro name based for SUSE RPM builds --- 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 39e74e6..ffabeab 100755 --- a/bin/build-rpm-package +++ b/bin/build-rpm-package @@ -262,7 +262,7 @@ build_packages() { done if sudo obs-build \ --nosignature \ - --repo "http://packages.x2go.org/opensuse/$l_CODENAME/extras" \ + --repo "http://packages.x2go.org/${l_DIST}/$l_CODENAME/extras" \ --repo "$DOWNLOAD_URL" \ --root "/var/cache/obs-build/$l_DIST/$l_CODENAME/x86_64/" \ --clean \ @@ -303,7 +303,7 @@ build_packages() { fi if linux32 sudo obs-build \ --nosignature \ - --repo "http://packages.x2go.org/opensuse/$l_CODENAME/extras" \ + --repo "http://packages.x2go.org/${l_DIST}/$l_CODENAME/extras" \ --repo "$DOWNLOAD_URL" \ --root "/var/cache/obs-build/$l_DIST/$l_CODENAME/i386/" \ --clean \ -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/buildscripts.git