~armagetronad-dev/armagetronad/0.2.8-armagetronad-work

« back to all changes in this revision

Viewing changes to docker/deploy/targets.sh.in

  • Committer: Manuel Moos
  • Date: 2020-08-02 19:07:50 UTC
  • mfrom: (1166.7.35 master)
  • Revision ID: z-man@users.sf.net-20200802190750-oa02p7h645cqfle7
MergeĀ fromĀ origin/legacy_0.2.8.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
194
194
 
195
195
if test ${STAGING} == true; then
196
196
    # download URI base to use for zeroinstall
197
 
    DOWNLOAD_URI_BASE=http://download.armagetronad.org/staging/${SF_DIR}/${PACKAGE_VERSION}/
 
197
    DOWNLOAD_URI_BASE=http://download.armagetronad.org/staging/${SF_DIR}/@version@/
 
198
elif test "${SF_DIR}" == "stable"; then
 
199
        # only stable builds go to launchpad permanently
 
200
        DOWNLOAD_URI_BASE=https://launchpad.net/${LP_PROJECT}/${LP_SERIES}/${LP_VERSION}/+download/
198
201
else
199
 
    DOWNLOAD_URI_BASE=https://launchpad.net/${LP_PROJECT}/${LP_SERIES}/${LP_VERSION}/+download/
 
202
        # the rest reference to sourceforge
 
203
        DOWNLOAD_URI_BASE=https://sourceforge.net/projects/armagetronad/files/${SF_DIR}/@version@/
200
204
fi
201
205
 
202
206
# **********************************************************************