This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository buildscripts. from abf5516 bin/createsusetagsrepo: write key checksums to the correct file. new 8486140 bin/build-rpm-package: call createsusetagsrepo script with the component name instead of the wrong distro codename/version. 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 8486140ce6bbb0aface17865f2be005936cce698 Author: Mihai Moldovan <ionic@ionic.de> Date: Sun Dec 4 07:59:34 2016 +0100 bin/build-rpm-package: call createsusetagsrepo script with the component name instead of the wrong distro codename/version. --- 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 10383fb..21b97cf 100755 --- a/bin/build-rpm-package +++ b/bin/build-rpm-package @@ -1062,7 +1062,7 @@ upload_packages() { [ -n "${other}" ] && distro_string="${distro_string}${other}" fi - 0</dev/null ssh "${REPOS_SERVER}" "cd '${RPM_REPOS_BASE}/${l_DIST}/${l_CODENAME}/${COMPONENT}/' && ~/bin/createsusetagsrepo '.' '${distro_string}' '${l_CODENAME}' '${gpg_sign_with}' '${use_sha256}'" + 0</dev/null ssh "${REPOS_SERVER}" "cd '${RPM_REPOS_BASE}/${l_DIST}/${l_CODENAME}/${COMPONENT}/' && ~/bin/createsusetagsrepo '.' '${distro_string}' '${COMPONENT}' '${gpg_sign_with}' '${use_sha256}'" fi done done -- Alioth's /srv/git/code.x2go.org/buildscripts.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/buildscripts.git