summaryrefslogtreecommitdiffstats
path: root/jenkins-builds
Commit message (Collapse)AuthorAgeFilesLines
* prom_make_fatjar: Adjust jogl-fonts-p0.jar source location, JOGL promoted it ↵Sven Gothel2023-05-201-1/+1
| | | | to jar/ from jar/atomic/
* prom_make_fatjar: Also copy jogl-fonts-p0.jar besides jogl-demos.jar, latter ↵Sven Gothel2023-05-201-0/+1
| | | | uses it
* jenkins-builds/funcs_promotion.sh: Consider README.md in prom_merge_modulesSven Gothel2023-05-201-1/+1
|
* jenkins-builds/funcs_promotion.sh: Fix *-java-src.zip handling (residing in ↵Sven Gothel2023-05-091-4/+4
| | | | subfolder jar)
* jenkins-builds/funcs_promotion.sh: Revert debugSven Gothel2023-05-091-3/+3
|
* jenkins-builds/funcs_promotion.sh: Enable debugging (temp)Sven Gothel2023-05-081-3/+3
|
* jenkins-builds: Promote *-java-src.zip of modules within jar sub-folder, add ↵Sven Gothel2023-05-071-3/+8
| | | | jogl-demos* to fat folder
* jenkins-builds: Fix log and archive file modsSven Gothel2023-05-071-0/+5
|
* jenkins-builds: Capital verb after colon (echo)Sven Gothel2023-05-071-4/+4
|
* Bumped version used in release script (documentation)Sven Gothel2023-02-011-2/+2
|
* jenkins-builds/promote-to-release-ssh-git.sh: Maven required the plain ↵Sven Gothel2023-02-011-2/+3
| | | | version w/ leading 'v'
* jenkins-builds/promote-to-release-ssh-git.sh: Add version to logfile nameSven Gothel2023-02-011-1/+1
|
* jenkins-builds/promote-latest-builds.sh: Avoid having post build messages ↵Sven Gothel2023-02-011-4/+4
| | | | causing a false ERROR claim ;-)
* jenkins-builds/promote-to-release-ssh-git.sh: Add the maven ↵Sven Gothel2023-02-012-26/+15
| | | | make-all-jogamp.sh deployment step and log to file; Drop ssh-scp variant.
* jenkins-builds: Add linux-arm32 (linux-armv6hf) back to aggregate_builds and ↵Sven Gothel2023-01-312-2/+2
| | | | promote-latest-builds.sh
* promote-latest-builds: android-armv6 -> android-aarch64Sven Gothel2023-01-231-1/+1
|
* jenkins-builds: Add aggregate_builds.sh (script replacing dropped jenkins ↵Sven Gothel2023-01-232-10/+72
| | | | aggregation), adopt promote-latest-builds.sh to original job naming-scheme and reduced os_and_arch set
* promote-to-release: Also update the 'jogamp-next' symbolic linkSven Gothel2020-01-061-1/+4
|
* New release script: promote-to-release.shSven Gothel2020-01-054-2/+134
| | | | | | | | | | | | | This is essentially a simplified variant as it only copies the aggregated folder and creates the symbolic link in the deployment root dir. The remote shell commands kicking-off release promotion on the server from our home-machine, jenkins-builds/promote-to-release-ssh-*.sh do pull the resulting sha512sum.txt, gpg-sign it and push the sha512sum.txt.sig back to the server. This allows full data integretiy over all aggregrated files having their sha512 stored in the sha512sum.txt
* promote-latest-builds.sh: Bring back linux-i586 and windows-i586 (intel 32bit)Sven Gothel2020-01-041-1/+1
|
* fix promote-latest-builds: prom_extract needs to set all files to 0644 and ↵Sven Gothel2020-01-022-9/+2
| | | | | | | | folders to 0755 The 'missing' javadoc existed, but contained our restricted default permissions w/o access to others or world. Setting all 7z extracted artifacts to 0644 (files) and 0755 (folders), potentially removing execution permission on files - but that should be OK.
* promote-latest-builds: adding some debug print (javadoc is missing)Sven Gothel2020-01-021-0/+13
|
* promote-latest-builds: sha512 over final wsdir ; disable jnlp/html files for nowSven Gothel2020-01-021-10/+10
|
* prom_verify_artifacts: fix wrong diff-file-nameSven Gothel2020-01-021-1/+1
|
* promote_lates_build: Allow missing module/platform artifacts and include ↵Sven Gothel2020-01-022-19/+47
| | | | | | | | | *.symbols and *.a files in natives Currently JOCL will not be build on iOS (private framework only), hence be tolerant for missing module/platform combos IF not a masterpick! Only print WARNING. Adding static *.a libs for iOS and also include the *.symbols files if exists.
* promote-latest-builds: Add sha512sum.txt over all archive/*.7z filesSven Gothel2020-01-021-0/+2
|
* funcs_promotions.sh: prom_verify_artifacts shall ignore the build.sha.nativesSven Gothel2020-01-021-2/+4
|
* promote-latest-builds.sh: Add ios arm64 + amd64 builds and android-x86 ; ↵Sven Gothel2020-01-022-9/+10
| | | | Refine variable naming
* promote-latest-builds: add linux-aarch64Sven Gothel2019-04-081-1/+1
|
* build promotion (aggregation): Temp drop: linux-i586 linux-armv6 ↵Sven Gothel2018-12-101-1/+2
| | | | windows-i586 solaris-i586 solaris-amd64
* Bug 1145 - Fat Jar: Add oculusvr jarsSven Gothel2015-07-291-0/+14
|
* Bug 1145 - Add fat/jogamp-fat-test-java-src.jarSven Gothel2015-07-291-3/+14
|
* Bug 1145 - Provide JogAmp Big Fat Jars and Fat 7z ArchiveSven Gothel2015-07-292-3/+85
| | | | | | | | New files: - fat/jogamp-fat.jar - fat/jogamp-fat-test.jar - fat/jogamp-fat-java-src.jar - archive/jogamp-fat-all.7z
* android-aarch64: Added in promote script and created build node ↵Sven Gothel2015-02-031-1/+1
| | | | 'androidArm64-jogamp-aarch64-sgothel-041'; Fixed android-armv6 build node setup.
* funcs_promotion.prom_merge_modules: Fix case for multiple *-java-src.zip ↵Sven Gothel2014-07-051-1/+1
| | | | files (use find -maxdepth 1)
* promote script: Reflect 'src' file change jocl-javadoc.7z -> javadoc.7zSven Gothel2014-02-161-1/+1
|
* jenkins-builds/promote-to-webstart.sh: Sign <module>-demos due to Oracle's ↵Sven Gothel2014-01-221-0/+3
| | | | >= 7u51 deployment constraints
* Be more verbose: unsigned apk move - and - integrity check file name ; drop ↵Sven Gothel2012-08-261-4/+4
| | | | warning when creating 'apk/unsigned'
* jenkins-build promotion: move all Android APK files in their own 'apk' ↵Sven Gothel2012-08-262-2/+27
| | | | subfolder to simplify directing users
* Adapt to GlueGen ARM Build Changes 422d7a5eb53fca6642ebf4e8910d8b0311bb2597Sven Gothel2012-08-201-1/+1
|
* further cleanup after regression test of promotion scriptsSven Gothel2012-04-302-13/+15
|
* Fix regression of commit ca6ddbc606d2967a4deb23a7fb8e3d41f64f4a05 and ↵Sven Gothel2012-04-301-2/+2
| | | | b06b44ffb5652f9fca872b88c8c5b7b8a4dbd6fb: Apply 'find' for jar folder only w/ depth 1
* funcs_promotion.sh: Use find to work on optional apk filesSven Gothel2012-03-291-3/+3
|
* Add linux-armhf in promotion, as well as adding a jenkins nodeSven Gothel2012-03-281-1/+1
|
* Add android-armv7 and recognize APK filesSven Gothel2012-03-272-4/+6
|
* Fix demos source-file extract (wrong path)Sven Gothel2012-02-281-1/+1
|
* Add linux-armv7 to aggreagtion ; Clip os.and.arch from demo folder within 7zSven Gothel2012-02-272-5/+5
|
* Fix da2ad45f6ff5d2d69524993c5f64684242a2f11d: Add missing archive subfolderSven Gothel2012-02-151-3/+3
|
* Merge test-results and remove the jogamp-os.and.arch subfolderSven Gothel2012-02-151-4/+4
|
* Remove the per module and platform 7z archive filesSven Gothel2012-02-151-0/+8
|