[X2Go-Commits] [buildscripts] 01/03: bin/build-osx-package: also upload the other generated files (currently only *.dmg.git.txt.)
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 60fc38cfa10bef5a7284b2fd105f64c137a1f4f3
Author: Mihai Moldovan <ionic at ionic.de>
Date: Fri Apr 7 12:34:32 2017 +0200
bin/build-osx-package: also upload the other generated files (currently only *.dmg.git.txt.)
---
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 6306871..b19f63f 100755
--- a/bin/build-osx-package
+++ b/bin/build-osx-package
@@ -309,7 +309,7 @@ upload_packages() {
# Remove packages that are older than 30 days, if building nightlies.
[ "${COMPONENT}" = "${COMPONENT_NIGHTLY}" ] && 0</dev/null ssh -- "${REPOS_SERVER}" "find '${OSX_REPOS_BASE}/${PROJECT}/${COMPONENT}/${upstream_version}/' -mtime +30 -name '*.dmg' -exec rm -f '{}' ';'" || true
- scp *.dmg "${REPOS_SERVER}:'${OSX_REPOS_BASE}/${PROJECT}/${COMPONENT}/${upstream_version}/'" || true
+ 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}'"
--
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