Skip to content

Commit

Permalink
copy-build-to-server - take external info for download destination
Browse files Browse the repository at this point in the history
Conflicts:
	aquamacs/build/copy-build-to-server.sh
  • Loading branch information
davidswelt committed Sep 27, 2013
1 parent 0fe940f commit 48e7160
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions aquamacs/build/copy-build-to-server.sh
@@ -1,5 +1,7 @@
#!/bin/sh

# AQ_DOWNLOAD_DESTINATION = Sites/Aquamacs has to be set externally
# AQ_DOWNLOAD_DESTSSH = username@ip

# SSH authentication should be installed

Expand All @@ -13,9 +15,9 @@ CHGLOGSCRIPT=~/aquamacs-web/scripts/push-nightly-changelog.sh
SOURCE=`pwd`/builds
LOGPATH=`pwd`

DEST=dreitter@cc:Sites/Aquamacs
DESTSSH=dreitter@cc
DESTPATH=Sites/Aquamacs
DESTPATH=${AQ_DOWNLOAD_DESTINATION}
DEST=${AQ_DOWNLOAD_DESTSSH}:${DESTPATH}
DESTSSH=${AQ_DOWNLOAD_DESTSSH}

TMP=/tmp/builds

Expand Down

0 comments on commit 48e7160

Please sign in to comment.