summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|\
| * promote script: Reflect 'src' file change jocl-javadoc.7z -> javadoc.7zSven Gothel2014-02-161-1/+1
| |
| * toolchain-linux [armhf/armsf]: Add symlinks to cc g++ c++Sven Gothel2014-02-156-0/+6
| |
* | Bug 991 - Rewrite deployment scripts to correctly deploy all files ↵Mark Raynsford2014-03-045-78/+174
|/ | | | | | (including missing atomics). Adds joal-android and jocl-android projects.
* jenkins-builds/promote-to-webstart.sh: Sign <module>-demos due to Oracle's ↵Sven Gothel2014-01-221-0/+3
| | | | >= 7u51 deployment constraints
* OSX Jenkins Node: Use XCODE's clangSven Gothel2013-11-171-2/+2
|
* Fix Jenkin's $JENKINS_HOME/war/ content, since ↵Sven Gothel2013-11-082-0/+18
| | | | | | | | | $JENKINS_HOME/war/WEB-INF/slave.jar is being used by slaves (scp fetching) Once we started Jenkins w/ a method where the jenkins.war file got inflated into $JENKINS_HOME/war/, but since after 'Apr 9 2013' this is no more the case - last timestamp. Update the folder manually at startup!
* zfs backup: don't make a recursive snapshot from root!Sven Gothel2013-11-021-1/+0
|
* bump to v2.1.2Sven Gothel2013-11-021-2/+2
|
* zfs backup: Add snapshot argument to do_zsync_increment()Sven Gothel2013-11-022-8/+12
|
* jar_pack_sign: Sign jogl-test.jar ; Rename temp folder to skip signing to ↵Sven Gothel2013-11-011-5/+5
| | | | 'no-signing'
* OSX Doc: Add disable-[crash-reporter|resume].txt ; Move OSX vnc doc in ↵Sven Gothel2013-10-295-0/+11
| | | | macosx subfolder.
* Use gcc.compat.compiler=xcode.clang to compile on OSX (See Bug 871 and Bug 837)Sven Gothel2013-10-242-0/+5
|
* bump v2.1.1Sven Gothel2013-10-191-2/+2
|
* git/git-tag-tar-changelog.sh - version bump (last 2.1.0)Sven Gothel2013-10-182-5/+7
|
* bump nodes to 7u45Sven Gothel2013-10-184-8/+8
|
* ZFS Backup: Add zfs-new-snap.sh script to generate new snapshot on all local ↵Sven Gothel2013-09-201-0/+11
| | | | data_sets
* Complete commit 17680b48d1931c864e86c1e1a0b05c833dbb238b: Generalized source ↵Sven Gothel2013-09-201-28/+48
| | | | pool and ssh destination.
* zsync-pool2dest.sh: Renamed from 'zsync-jogamp2jausoft.sh' ; Generalized ↵Sven Gothel2013-09-203-62/+89
| | | | source pool and ssh destination.
* zsync-jogamp2jausoft.sh: Add incremental zfs backup .. and add ↵Sven Gothel2013-09-201-7/+39
| | | | comments/documentation
* backup scripts: dump 'DONE'Sven Gothel2013-09-202-0/+4
|
* Update backup via 'zfs send'Sven Gothel2013-09-192-4/+37
|
* Bump to JDK/JRE 7u40.Sven Gothel2013-09-194-8/+8
|
* Deploy atomic jar files via newt, gluegen, nativewindow, and jogl packages.Mark Raynsford2013-07-119-79/+337
|
* Merge branch 'master' of ssh://jogamp.org/srv/scm/jogamp-scriptingMark Raynsford2013-07-114-0/+124
|\
| * Add X11 xorg.conf for NV GPUs of nodesSven Gothel2013-07-093-0/+122
| |
| * Force 1920x1080 startup res.Sven Gothel2013-07-051-0/+2
| |
* | Merge branch 'master' of ssh://jogamp.org/srv/scm/jogamp-scriptingMark Raynsford2013-07-02105-235/+9883
|\|
| * Bug 758: Update all Jenkins Nodes to use Java7 building Java6 and new ↵Sven Gothel2013-06-2315-64/+244
| | | | | | | | Security JAR tags.
| * Complete opt-* spaceSven Gothel2013-06-1914-0/+160
| |
| * Android SDK changes: Add /build-tools/17.0.0 to PATHSven Gothel2013-06-131-1/+1
| |