This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository buildscripts. from 024e1f6 also use X2Go extra packages when building openSUSE 32bit packages new bd52ab7 allow builds for a branch names build-testmain new 78c4b0c sign repomd.xml file after re-creation The 2 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 | 3 +++ home/.buildscripts/x2go.conf | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) -- 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 bd52ab72fcaf003d9705a897b759f426992f48f3 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Wed Oct 29 15:11:56 2014 +0100 allow builds for a branch names build-testmain --- home/.buildscripts/x2go.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/.buildscripts/x2go.conf b/home/.buildscripts/x2go.conf index 9aa32c7..067ab0d 100644 --- a/home/.buildscripts/x2go.conf +++ b/home/.buildscripts/x2go.conf @@ -19,7 +19,7 @@ RPM_REPOS_BASE=/srv/sites/x2go.org/packages/ COMPONENT_MAIN="main" COMPONENT_NIGHTLY="heuler" -COMPONENT_RELEASES="baikal" +COMPONENT_RELEASES="testmain baikal" REPOS_SERVER="packages.x2go.org" PACKAGE_WITHOUT_OTHERMIRROR="x2go-keyring" -- 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 78c4b0c2922642bc9c2f9d6452c7a055a68bd687 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Wed Oct 29 15:12:16 2014 +0100 sign repomd.xml file after re-creation --- bin/build-rpm-package | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bin/build-rpm-package b/bin/build-rpm-package index c888a88..ecefc8c 100755 --- a/bin/build-rpm-package +++ b/bin/build-rpm-package @@ -358,6 +358,9 @@ upload_packages() { 0</dev/null ssh $REPOS_SERVER "cd $RPM_REPOS_BASE/$l_DIST/$l_CODENAME/$COMPONENT/$l_ARCH/ && createrepo ." + 0</dev/null ssh $REPOS_SERVER "cd $RPM_REPOS_BASE/$l_DIST/$l_CODENAME/$COMPONENT/$l_ARCH/repodata && gpg -a -u ${GPG_KEY} --detach-sign repomd.xml" + 0</dev/null ssh $REPOS_SERVER "cd $RPM_REPOS_BASE/$l_DIST/$l_CODENAME/$COMPONENT/$l_ARCH/repodata && gpg -a --output repomd.xml.key --export ${GPG_KEY} " + fi done done -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/buildscripts.git