This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository buildscripts. from 4851165 home/.buildscripts/x2go.conf: also build for FC25 by default. new fcffe22 bin/build-rpm-package: whitespace only. new fdf5ad7 bin/build-rpm-package: sign susetags metadata (at least the content file.) 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 | 6 +++++- 1 file changed, 5 insertions(+), 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 fcffe228f2b48d08287c9cbca276aefb3cdccfb8 Author: Mihai Moldovan <ionic@ionic.de> Date: Sat Dec 3 03:13:43 2016 +0100 bin/build-rpm-package: whitespace only. --- 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 a79c379..4834d42 100755 --- a/bin/build-rpm-package +++ b/bin/build-rpm-package @@ -996,7 +996,7 @@ upload_packages() { fi 0</dev/null ssh "${REPOS_SERVER}" "cd '${RPM_REPOS_BASE}/${l_DIST}/${l_CODENAME}/${COMPONENT}/${l_ARCH}/' && createrepo ${createrepo_opts} '.'" - 0</dev/null ssh "${REPOS_SERVER}" "cd '${RPM_REPOS_BASE}/${l_DIST}/${l_CODENAME}/${COMPONENT}/${l_ARCH}/repodata' && rm -f -- 'repomd.xml.asc' && gpg -a -u '${gpg_sign_with}' --detach-sign 'repomd.xml'" 1>/dev/null 2>/dev/null + 0</dev/null ssh "${REPOS_SERVER}" "cd '${RPM_REPOS_BASE}/${l_DIST}/${l_CODENAME}/${COMPONENT}/${l_ARCH}/repodata' && rm -f -- 'repomd.xml.asc' && gpg -a -u '${gpg_sign_with}' --detach-sign 'repomd.xml'" 1>/dev/null 2>/dev/null 0</dev/null ssh "${REPOS_SERVER}" "cd '${RPM_REPOS_BASE}/${l_DIST}/${l_CODENAME}/${COMPONENT}/${l_ARCH}/repodata' && test -e 'repomd.xml.key' || gpg -a --output 'repomd.xml.key' --export '${gpg_sign_with}'" fi fi -- 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 fdf5ad72e10077e5ffed4833b641e5c7a95b3aea Author: Mihai Moldovan <ionic@ionic.de> Date: Sat Dec 3 03:14:06 2016 +0100 bin/build-rpm-package: sign susetags metadata (at least the content file.) Otherwise, zypper won't be able to refresh or use the repository. --- bin/build-rpm-package | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bin/build-rpm-package b/bin/build-rpm-package index 4834d42..371b1c0 100755 --- a/bin/build-rpm-package +++ b/bin/build-rpm-package @@ -1055,6 +1055,10 @@ upload_packages() { fi 0</dev/null ssh "${REPOS_SERVER}" "cd '${RPM_REPOS_BASE}/${l_DIST}/${l_CODENAME}/${COMPONENT}/' && ~/bin/createsusetagsrepo '.' '${distro_string}' '${l_CODENAME}'" + + # Sign repository data, otherwise zypper will fail adding the repository. + 0</dev/null ssh "${REPOS_SERVER}" "cd '${RPM_REPOS_BASE}/${l_DIST}/${l_CODENAME}/${COMPONENT}/' && rm -f -- 'content.asc' && gpg -a -u '${gpg_sign_with}' --detach-sign 'content'" 1>/dev/null 2>/dev/null + 0</dev/null ssh "${REPOS_SERVER}" "cd '${RPM_REPOS_BASE}/${l_DIST}/${l_CODENAME}/${COMPONENT}/' && test -e 'content.key' || gpg -a --output 'content.key' --export '${gpg_sign_with}'" fi done done -- Alioth's /srv/git/code.x2go.org/buildscripts.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/buildscripts.git