Revision 91726c3f7cf57336f2f304a5cdc738db3b817234 authored by Alexander Reelsen on 14 September 2015, 12:21:24 UTC, committed by Alexander Reelsen on 14 September 2015, 13:04:42 UTC
* Automatic package repository creation for debian and rpm repositories using deb-s3 and rpm-s3 tools
* Fixing paths in email for repositories
* Add manual verification step for maven staging repo
* Do not create release directory in /tmp, because we might loose it on VMs
* Removed unused download-s3 script
* Add signage check for RPM
* Removed download-s3.py/upload-s3.py, as they are unused

Closes #13209
1 parent 61d3923
Raw File
run.bat
::
:: build zip package, but ensuring its from the current source
:: turn off tests and other validation to speed it up
:: TODO: can be sped up more, if shading is moved out of core/
CALL mvn -am -pl dev-tools,distribution/zip package -DskipTests -Drun -Pdev
back to top