[X2Go-Commits] [buildscripts] 02/03: bin/build-osx-package: call correct script to generate checksums via sudo .
git-admin at x2go.org
git-admin at x2go.org
Fri Apr 7 12:40:33 CEST 2017
This is an automated email from the git hooks/post-receive script.
x2go pushed a commit to branch master
in repository buildscripts.
commit 7bfcfe0c64e97068e2a2c47e2baf9850f5f6c516
Author: Mihai Moldovan <ionic at ionic.de>
Date: Fri Apr 7 12:37:52 2017 +0200
bin/build-osx-package: call correct script to generate checksums via sudo .
---
bin/build-osx-package | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bin/build-osx-package b/bin/build-osx-package
index b19f63f..4cb6a03 100755
--- a/bin/build-osx-package
+++ b/bin/build-osx-package
@@ -312,7 +312,7 @@ upload_packages() {
scp *.dmg* "${REPOS_SERVER}:'${OSX_REPOS_BASE}/${PROJECT}/${COMPONENT}/${upstream_version}/'" || true
# Generate checksums.
- 0</dev/null ssh -- "${REPOS_SERVER}" "sudo -u x2go-admin -- x2go-signtarballs '${OSX_REPOS_BASE}/${PROJECT}/${COMPONENT}/${upstream_version}'"
+ 0</dev/null ssh -- "${REPOS_SERVER}" "sudo -u x2go-admin -- /home/x2go-admin/bin/x2go-signtarballs '${OSX_REPOS_BASE}/${PROJECT}/${COMPONENT}/${upstream_version}'"
done
done
return 0
--
Alioth's /srv/git/code.x2go.org/buildscripts.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/buildscripts.git
More information about the x2go-commits
mailing list