This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository buildscripts. commit 0e8f4fd5bae64bda07b3c66782291b6ef40ca86f Author: Mihai Moldovan <ionic@ionic.de> Date: Thu Nov 24 09:01:35 2016 +0100 bin/build-rpm-package: add a missing quote in the *SUSE upload section. --- 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 3226c68..96fbb68 100755 --- a/bin/build-rpm-package +++ b/bin/build-rpm-package @@ -1009,7 +1009,7 @@ upload_packages() { [ "${sp}" -gt "0" ] && distro_string="${distro_string}:SP${sp}" [ -n "${other}" ] && distro_string="${distro_string}${other}" fi - 0</dev/null ssh "${REPOS_SERVER}" "cd '${RPM_REPOS_BASE}/${l_DIST}/{$l_CODENAME}/${COMPONENT}/' && createsusetagsrepo . '${distro_string}' '${l_CODENAME}'" + 0</dev/null ssh "${REPOS_SERVER}" "cd '${RPM_REPOS_BASE}/${l_DIST}/{$l_CODENAME}/${COMPONENT}/' && createsusetagsrepo '.' '${distro_string}' '${l_CODENAME}'" else # create remote directories in archive 0</dev/null ssh "${REPOS_SERVER}" "mkdir -p -- '${RPM_REPOS_BASE}/${l_DIST}/${l_CODENAME}/${COMPONENT}/${l_ARCH}/rpms/${PROJECT}'" -- Alioth's /srv/git/code.x2go.org/buildscripts.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/buildscripts.git