summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Windows note 10/11: Use AdoptOpenJDK OpenJDK8 Build 8u202-b08Sven Gothel2019-04-032-4/+4
|
* jenkins server needs to pre-seed agent.jar to launch node on masterSven Gothel2018-12-111-0/+3
|
* build promotion (aggregation): Temp drop: linux-i586 linux-armv6 ↵Sven Gothel2018-12-101-1/+2
| | | | windows-i586 solaris-i586 solaris-amd64
* Update Jenkins Node: MacOSX (amd64) running Oracle JDK 8Sven Gothel2018-12-103-9/+14
|
* Adding missing jabot stop script (Server)Sven Gothel2018-12-101-0/+3
|
* Update Jenkins Nodes: Windows NVidia and Linux (amd64, i386, arm*, android*)Sven Gothel2018-12-107-38/+73
| | | | | - Windows Node has been updated to Windows 10, only 64bit is enabled for now. - Linux Node has been updated to Debian 9, only 64bit is enabled for now + arm7hf and android builds.
* apache2 2.4.* configuration updateSven Gothel2018-12-105-673/+153
|
* Update jabot and jenkins start/stop scriptsSven Gothel2018-12-105-5/+110
|
* Merge remote-tracking branch 'remotes/xerxes/aarch64'Sven Gothel2018-01-152-0/+593
|\
| * Bug 1295: Add linux-aarch64 GNU/Linux AArch64 supportXerxes Rånby2016-12-122-0/+593
| | | | | | | | | | | | | | | | jenkins-server-slave-setup/nodes/crosstools/README.txt Instructions how to build crosstools-ng for aarch64 from git jenkins-server-slave-setup/nodes/crosstools/aarch64-unknown-linux-gnueabi/.config: aarch64 config
* | Merge pull request #2 from xranby/masterJulien Gouesse2017-03-094-20/+20
|\ \ | |/ |/| Bug 682: maven/tests javax.media.opengl.* -> com.jogamp.opengl.*
| * Bug 682: maven/tests javax.media.opengl.* -> com.jogamp.opengl.*Xerxes Rånby2015-08-274-20/+20
| |
* | Adding DMARC for Email Security and AuthenticitySven Gothel2016-08-221-0/+4
| |
* | Merge branch 'master' of https://github.com/io7m/jogamp-scriptingSven Gothel2016-08-221-0/+8
|\ \
| * | Add ANTLR 2.7.7 as a dependency of GlueGenMark Raynsford2015-10-231-0/+8
| | | | | | | | | | | | | | | | | | The GlueGen compile-time components depend on ANTLR 2.7.7, and this fact was never included in the POM files. This issue was uncovered by @Zubnix' recent work on GlueGen.
* | | Adding SPF and DKIM for Email Security and AuthenticitySven Gothel2016-08-226-5/+63
| | |
* | | jenkins nodes sgothel-win64-amd-016_017: Fix JRE/JDK homeSven Gothel2015-11-162-4/+4
| | |
* | | Add replacement nodes for linux64-nvidia and win64-amdSven Gothel2015-11-168-4/+173
|/ / | | | | | | | | sgothel-linux64-nvidia-003_004 sgothel-win64-amd-016_017
* | Server Bugzilla: Refine perl modules section - skip system wide installation ↵Sven Gothel2015-10-041-2/+14
| | | | | | | | causing havoc
* | Refine/Update Server Webservice Settings/InstallationSven Gothel2015-09-161-3/+29
|/
* 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
* OSX Node: Add Java 6 and 'Printer to file' note in README.macosxSven Gothel2015-07-131-0/+22
|
* Use current Apple Java 6 JDK for 32bit and 64bit builds: JavaForOSX2014-001.dmgSven Gothel2015-07-131-1/+11
|
* Fix Android ARM64 Support: Export HOST_ARCH; Preserve PATH_VANILLA before ↵Sven Gothel2015-07-131-4/+4
| | | | modifying it.
* OSX 10.10 Java6: Borrow JNI headers from jdk1.7.0_80, since Java6* doesn't ↵Sven Gothel2015-07-131-1/+3
| | | | | | provide them * java_for_os_x_2013005_dp__11m4609.dmg
* OSX 10.10 Jenkins Launch: Use 'Launchd' to start jenkins as a user agent.Sven Gothel2015-07-1010-0/+180
| | | | | | Since OS X 10.10 we have to use Launchd to start jenkins as a user agent! See subdir 'launchd' for related plist and scripts.
* fix git-forallrepos-push.sh using git-jogamp-push.sh (for all jogamp ↵Sven Gothel2015-03-272-1/+18
| | | | projects -> all repos)
* git-tag-tar...: Add jcpp and oculusvr-sdk; Use tar.xz compression for sources.Sven Gothel2015-03-273-9/+9
|
* a few more git scripts ..Sven Gothel2015-03-275-0/+43
|
* Backup zpool: Don't use deduplication due to issue 2210; Target zpool needs ↵Sven Gothel2015-03-153-10/+66
| | | | | | 'readonly' (pool/backup) to ensure immutability. - Don't use deduplication due to issue 2210 <https://github.com/zfsonlinux/zfs/issues/2210>
* Merge branch 'master' of https://github.com/JogAmp/jogamp-scriptingMark Raynsford2015-02-049-22/+184
|\
| * OSX build node shall use java8Sven Gothel2015-02-031-1/+1
| |
| * android-aarch64: Added in promote script and created build node ↵Sven Gothel2015-02-032-5/+78
| | | | | | | | 'androidArm64-jogamp-aarch64-sgothel-041'; Fixed android-armv6 build node setup.
| * Jenkins Nodes: Use Java8/ant-1.9.4 (win7-nvidia, win8-intelhd, linux-amd) ; ↵Sven Gothel2014-09-017-16/+105
| | | | | | | | Add new node 014/015 win8-intelhd
* | Add AArch64 platform.Mark Raynsford2015-02-041-0/+1
|/
* Add jogl-main, nativewindow-main, newt-main - frontends for the atomicsMark Raynsford2014-07-1133-11/+1161
| | | | | | | | packages that allow for pulling in all platform natives easily. Add test suite. Bug: 1023
* Update packages to reflect the new lack-of-aliasing behaviour. Add Oculus VR ↵Mark Raynsford2014-07-1170-74/+208
| | | | | | | | package. Project format changed slightly (dummy-jar -> main-jar, different values in natives). Bug: 1023
* funcs_promotion.prom_merge_modules: Fix case for multiple *-java-src.zip ↵Sven Gothel2014-07-051-1/+1
| | | | files (use find -maxdepth 1)
* Merge branch 'master' of ssh://jogamp.org/srv/scm/jogamp-scriptingSven Gothel2014-07-03118-227/+323
|\
| * Always clean before buildingMark Raynsford2014-05-121-0/+1
| |
| * Remove removal of local repository!Mark Raynsford2014-05-121-1/+0
| |
| * Merge branch 'master' of ssh://jogamp.org/srv/scm/jogamp-scriptingMark Raynsford2014-03-111-15/+25
| |\
| * | Massively rewrite project handling. Projects are now defined by directories ofMark Raynsford2014-03-11116-226/+322
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (mostly) single-line config files (essentially a glorified directory-based key/value db). The scripts have been adjusted to work better in isolation (in particular the old copy-jars script has been split into a copy-jars-one and copy-jars script, with the latter executing the former on all projects). Bug 999: Is now fixed. Essentially a variable name was accidentally re-used, meaning the source zip file was copied over the project's main jar file. The -n option was passed to cp, but not the subsequent mv, so the overwrite occurred silently!
* | | Refine IDE/Eclipse Recommended Settings (commit ↵Sven Gothel2014-07-033-5/+4
| | | | | | | | | | | | | | | | | | | | | 59c9c320bceb8e91bb4418aea7a1b10df68a38a4) - Removing 'Remove unused imports' 'Remove unused imports' even removed classes unknown to Eclipse, i.e. if not added to classpath. This invasive behavior is not acceptable.
* | | Add IDE/Eclipse Recommended Settings (Code Cleanup and Save-As Changes)Sven Gothel2014-07-033-0/+142
| | |
* | | OSX build node: remove gluegen-xcode_clang.properties usage, xcode.clang is ↵Sven Gothel2014-06-112-5/+0
| |/ |/| | | | | default now
* | Fix zsync-pool2dest.sh: Properly name previous-snapshot for incremental backup!Sven Gothel2014-03-111-15/+25
|/
* Merge branch 'master' of ssh://jogamp.org/srv/scm/jogamp-scriptingMark Raynsford2014-03-047-1/+7
|\