Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | prom_make_fatjar: Adjust jogl-fonts-p0.jar source location, JOGL promoted it ↵ | Sven Gothel | 2023-05-20 | 1 | -1/+1 |
| | | | | to jar/ from jar/atomic/ | ||||
* | prom_make_fatjar: Also copy jogl-fonts-p0.jar besides jogl-demos.jar, latter ↵ | Sven Gothel | 2023-05-20 | 1 | -0/+1 |
| | | | | uses it | ||||
* | jenkins-builds/funcs_promotion.sh: Consider README.md in prom_merge_modules | Sven Gothel | 2023-05-20 | 1 | -1/+1 |
| | |||||
* | jenkins-builds/funcs_promotion.sh: Fix *-java-src.zip handling (residing in ↵ | Sven Gothel | 2023-05-09 | 1 | -4/+4 |
| | | | | subfolder jar) | ||||
* | jenkins-builds/funcs_promotion.sh: Revert debug | Sven Gothel | 2023-05-09 | 1 | -3/+3 |
| | |||||
* | jenkins-builds/funcs_promotion.sh: Enable debugging (temp) | Sven Gothel | 2023-05-08 | 1 | -3/+3 |
| | |||||
* | jenkins-builds: Promote *-java-src.zip of modules within jar sub-folder, add ↵ | Sven Gothel | 2023-05-07 | 1 | -3/+8 |
| | | | | jogl-demos* to fat folder | ||||
* | jenkins-builds: Fix log and archive file mods | Sven Gothel | 2023-05-07 | 1 | -0/+5 |
| | |||||
* | jenkins-builds: Capital verb after colon (echo) | Sven Gothel | 2023-05-07 | 1 | -4/+4 |
| | |||||
* | Bumped version used in release script (documentation) | Sven Gothel | 2023-02-01 | 1 | -2/+2 |
| | |||||
* | jenkins-builds/promote-to-release-ssh-git.sh: Maven required the plain ↵ | Sven Gothel | 2023-02-01 | 1 | -2/+3 |
| | | | | version w/ leading 'v' | ||||
* | jenkins-builds/promote-to-release-ssh-git.sh: Add version to logfile name | Sven Gothel | 2023-02-01 | 1 | -1/+1 |
| | |||||
* | jenkins-builds/promote-latest-builds.sh: Avoid having post build messages ↵ | Sven Gothel | 2023-02-01 | 1 | -4/+4 |
| | | | | causing a false ERROR claim ;-) | ||||
* | jenkins-builds/promote-to-release-ssh-git.sh: Add the maven ↵ | Sven Gothel | 2023-02-01 | 2 | -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 Gothel | 2023-01-31 | 2 | -2/+2 |
| | | | | promote-latest-builds.sh | ||||
* | promote-latest-builds: android-armv6 -> android-aarch64 | Sven Gothel | 2023-01-23 | 1 | -1/+1 |
| | |||||
* | jenkins-builds: Add aggregate_builds.sh (script replacing dropped jenkins ↵ | Sven Gothel | 2023-01-23 | 2 | -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 link | Sven Gothel | 2020-01-06 | 1 | -1/+4 |
| | |||||
* | New release script: promote-to-release.sh | Sven Gothel | 2020-01-05 | 4 | -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 Gothel | 2020-01-04 | 1 | -1/+1 |
| | |||||
* | fix promote-latest-builds: prom_extract needs to set all files to 0644 and ↵ | Sven Gothel | 2020-01-02 | 2 | -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 Gothel | 2020-01-02 | 1 | -0/+13 |
| | |||||
* | promote-latest-builds: sha512 over final wsdir ; disable jnlp/html files for now | Sven Gothel | 2020-01-02 | 1 | -10/+10 |
| | |||||
* | prom_verify_artifacts: fix wrong diff-file-name | Sven Gothel | 2020-01-02 | 1 | -1/+1 |
| | |||||
* | promote_lates_build: Allow missing module/platform artifacts and include ↵ | Sven Gothel | 2020-01-02 | 2 | -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 files | Sven Gothel | 2020-01-02 | 1 | -0/+2 |
| | |||||
* | funcs_promotions.sh: prom_verify_artifacts shall ignore the build.sha.natives | Sven Gothel | 2020-01-02 | 1 | -2/+4 |
| | |||||
* | promote-latest-builds.sh: Add ios arm64 + amd64 builds and android-x86 ; ↵ | Sven Gothel | 2020-01-02 | 2 | -9/+10 |
| | | | | Refine variable naming | ||||
* | promote-latest-builds: add linux-aarch64 | Sven Gothel | 2019-04-08 | 1 | -1/+1 |
| | |||||
* | build promotion (aggregation): Temp drop: linux-i586 linux-armv6 ↵ | Sven Gothel | 2018-12-10 | 1 | -1/+2 |
| | | | | windows-i586 solaris-i586 solaris-amd64 | ||||
* | Bug 1145 - Fat Jar: Add oculusvr jars | Sven Gothel | 2015-07-29 | 1 | -0/+14 |
| | |||||
* | Bug 1145 - Add fat/jogamp-fat-test-java-src.jar | Sven Gothel | 2015-07-29 | 1 | -3/+14 |
| | |||||
* | Bug 1145 - Provide JogAmp Big Fat Jars and Fat 7z Archive | Sven Gothel | 2015-07-29 | 2 | -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 Gothel | 2015-02-03 | 1 | -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 Gothel | 2014-07-05 | 1 | -1/+1 |
| | | | | files (use find -maxdepth 1) | ||||
* | promote script: Reflect 'src' file change jocl-javadoc.7z -> javadoc.7z | Sven Gothel | 2014-02-16 | 1 | -1/+1 |
| | |||||
* | jenkins-builds/promote-to-webstart.sh: Sign <module>-demos due to Oracle's ↵ | Sven Gothel | 2014-01-22 | 1 | -0/+3 |
| | | | | >= 7u51 deployment constraints | ||||
* | Be more verbose: unsigned apk move - and - integrity check file name ; drop ↵ | Sven Gothel | 2012-08-26 | 1 | -4/+4 |
| | | | | warning when creating 'apk/unsigned' | ||||
* | jenkins-build promotion: move all Android APK files in their own 'apk' ↵ | Sven Gothel | 2012-08-26 | 2 | -2/+27 |
| | | | | subfolder to simplify directing users | ||||
* | Adapt to GlueGen ARM Build Changes 422d7a5eb53fca6642ebf4e8910d8b0311bb2597 | Sven Gothel | 2012-08-20 | 1 | -1/+1 |
| | |||||
* | further cleanup after regression test of promotion scripts | Sven Gothel | 2012-04-30 | 2 | -13/+15 |
| | |||||
* | Fix regression of commit ca6ddbc606d2967a4deb23a7fb8e3d41f64f4a05 and ↵ | Sven Gothel | 2012-04-30 | 1 | -2/+2 |
| | | | | b06b44ffb5652f9fca872b88c8c5b7b8a4dbd6fb: Apply 'find' for jar folder only w/ depth 1 | ||||
* | funcs_promotion.sh: Use find to work on optional apk files | Sven Gothel | 2012-03-29 | 1 | -3/+3 |
| | |||||
* | Add linux-armhf in promotion, as well as adding a jenkins node | Sven Gothel | 2012-03-28 | 1 | -1/+1 |
| | |||||
* | Add android-armv7 and recognize APK files | Sven Gothel | 2012-03-27 | 2 | -4/+6 |
| | |||||
* | Fix demos source-file extract (wrong path) | Sven Gothel | 2012-02-28 | 1 | -1/+1 |
| | |||||
* | Add linux-armv7 to aggreagtion ; Clip os.and.arch from demo folder within 7z | Sven Gothel | 2012-02-27 | 2 | -5/+5 |
| | |||||
* | Fix da2ad45f6ff5d2d69524993c5f64684242a2f11d: Add missing archive subfolder | Sven Gothel | 2012-02-15 | 1 | -3/+3 |
| | |||||
* | Merge test-results and remove the jogamp-os.and.arch subfolder | Sven Gothel | 2012-02-15 | 1 | -4/+4 |
| | |||||
* | Remove the per module and platform 7z archive files | Sven Gothel | 2012-02-15 | 1 | -0/+8 |
| |