mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-03 07:05:24 +02:00
Sign from 3.3milestones by default
This commit is contained in:
parent
bceadfac41
commit
9811a0af86
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ tmpdir=/tmp/${USER}.$$
|
|||
|
||||
# Accept environment variables set outside the script
|
||||
if [ "${UPDATE_SITE}" = "" ]; then
|
||||
UPDATE_SITE=$HOME/downloads-tm/updates/3.2milestones
|
||||
UPDATE_SITE=$HOME/downloads-tm/updates/3.3milestones
|
||||
fi
|
||||
if [ "${SIGNED_JAR_SOURCE}" = "" ]; then
|
||||
SIGNED_JAR_SOURCE=${tmpdir}/eclipse_ext/tm
|
||||
|
|
Loading…
Add table
Reference in a new issue