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 <io...@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
_______________________________________________
x2go-commits mailing list
x2go-commits@lists.x2go.org
http://lists.x2go.org/listinfo/x2go-commits

Reply via email to