|
@@ -41,7 +41,10 @@ before_deploy:
|
|
|
# - ./download-jdks.sh
|
|
|
#- mv local/*/compiled/* .
|
|
|
#- cd ../
|
|
|
- - ant build-installers | awk '{printf("."); fflush(stdout)}'
|
|
|
+ # In case of STABLE (see hudson-stable target)
|
|
|
+ - ant set-spec-version suite.nbms build-installers unset-spec-version | awk '{printf("."); fflush(stdout)}'
|
|
|
+ # In case of NIGHTLY (see hudson-nightly target)
|
|
|
+ # - ant set-impl-version suite.nbms build-installers unset-impl-version | awk '{printf("."); fflush(stdout)}'
|
|
|
- rm -rf build/
|
|
|
#- cd jdks
|
|
|
#- mv *.bin *.zip *.exe local/*/compiled/
|