Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Merge branch 'master' of ssh://jogamp.org/srv/scm/jogamp-scripting | Mark Raynsford | 2014-03-11 | 1 | -15/+25 | |
| |\ | ||||||
| * | | Massively rewrite project handling. Projects are now defined by directories of | Mark Raynsford | 2014-03-11 | 116 | -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 Gothel | 2014-07-03 | 3 | -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 Gothel | 2014-07-03 | 3 | -0/+142 | |
| | | | ||||||
* | | | OSX build node: remove gluegen-xcode_clang.properties usage, xcode.clang is ↵ | Sven Gothel | 2014-06-11 | 2 | -5/+0 | |
| |/ |/| | | | | | default now | |||||
* | | Fix zsync-pool2dest.sh: Properly name previous-snapshot for incremental backup! | Sven Gothel | 2014-03-11 | 1 | -15/+25 | |
|/ | ||||||
* | Merge branch 'master' of ssh://jogamp.org/srv/scm/jogamp-scripting | Mark Raynsford | 2014-03-04 | 7 | -1/+7 | |
|\ | ||||||
| * | promote script: Reflect 'src' file change jocl-javadoc.7z -> javadoc.7z | Sven Gothel | 2014-02-16 | 1 | -1/+1 | |
| | | ||||||
| * | toolchain-linux [armhf/armsf]: Add symlinks to cc g++ c++ | Sven Gothel | 2014-02-15 | 6 | -0/+6 | |
| | | ||||||
* | | Bug 991 - Rewrite deployment scripts to correctly deploy all files ↵ | Mark Raynsford | 2014-03-04 | 5 | -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 Gothel | 2014-01-22 | 1 | -0/+3 | |
| | | | | >= 7u51 deployment constraints | |||||
* | OSX Jenkins Node: Use XCODE's clang | Sven Gothel | 2013-11-17 | 1 | -2/+2 | |
| | ||||||
* | Fix Jenkin's $JENKINS_HOME/war/ content, since ↵ | Sven Gothel | 2013-11-08 | 2 | -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 Gothel | 2013-11-02 | 1 | -1/+0 | |
| | ||||||
* | bump to v2.1.2 | Sven Gothel | 2013-11-02 | 1 | -2/+2 | |
| | ||||||
* | zfs backup: Add snapshot argument to do_zsync_increment() | Sven Gothel | 2013-11-02 | 2 | -8/+12 | |
| | ||||||
* | jar_pack_sign: Sign jogl-test.jar ; Rename temp folder to skip signing to ↵ | Sven Gothel | 2013-11-01 | 1 | -5/+5 | |
| | | | | 'no-signing' | |||||
* | OSX Doc: Add disable-[crash-reporter|resume].txt ; Move OSX vnc doc in ↵ | Sven Gothel | 2013-10-29 | 5 | -0/+11 | |
| | | | | macosx subfolder. | |||||
* | Use gcc.compat.compiler=xcode.clang to compile on OSX (See Bug 871 and Bug 837) | Sven Gothel | 2013-10-24 | 2 | -0/+5 | |
| | ||||||
* | bump v2.1.1 | Sven Gothel | 2013-10-19 | 1 | -2/+2 | |
| | ||||||
* | git/git-tag-tar-changelog.sh - version bump (last 2.1.0) | Sven Gothel | 2013-10-18 | 2 | -5/+7 | |
| | ||||||
* | bump nodes to 7u45 | Sven Gothel | 2013-10-18 | 4 | -8/+8 | |
| | ||||||
* | ZFS Backup: Add zfs-new-snap.sh script to generate new snapshot on all local ↵ | Sven Gothel | 2013-09-20 | 1 | -0/+11 | |
| | | | | data_sets | |||||
* | Complete commit 17680b48d1931c864e86c1e1a0b05c833dbb238b: Generalized source ↵ | Sven Gothel | 2013-09-20 | 1 | -28/+48 | |
| | | | | pool and ssh destination. | |||||
* | zsync-pool2dest.sh: Renamed from 'zsync-jogamp2jausoft.sh' ; Generalized ↵ | Sven Gothel | 2013-09-20 | 3 | -62/+89 | |
| | | | | source pool and ssh destination. | |||||
* | zsync-jogamp2jausoft.sh: Add incremental zfs backup .. and add ↵ | Sven Gothel | 2013-09-20 | 1 | -7/+39 | |
| | | | | comments/documentation | |||||
* | backup scripts: dump 'DONE' | Sven Gothel | 2013-09-20 | 2 | -0/+4 | |
| | ||||||
* | Update backup via 'zfs send' | Sven Gothel | 2013-09-19 | 2 | -4/+37 | |
| | ||||||
* | Bump to JDK/JRE 7u40. | Sven Gothel | 2013-09-19 | 4 | -8/+8 | |
| | ||||||
* | Deploy atomic jar files via newt, gluegen, nativewindow, and jogl packages. | Mark Raynsford | 2013-07-11 | 9 | -79/+337 | |
| | ||||||
* | Merge branch 'master' of ssh://jogamp.org/srv/scm/jogamp-scripting | Mark Raynsford | 2013-07-11 | 4 | -0/+124 | |
|\ | ||||||
| * | Add X11 xorg.conf for NV GPUs of nodes | Sven Gothel | 2013-07-09 | 3 | -0/+122 | |
| | | ||||||
| * | Force 1920x1080 startup res. | Sven Gothel | 2013-07-05 | 1 | -0/+2 | |
| | | ||||||
* | | Merge branch 'master' of ssh://jogamp.org/srv/scm/jogamp-scripting | Mark Raynsford | 2013-07-02 | 105 | -235/+9883 | |
|\| | ||||||
| * | Bug 758: Update all Jenkins Nodes to use Java7 building Java6 and new ↵ | Sven Gothel | 2013-06-23 | 15 | -64/+244 | |
| | | | | | | | | Security JAR tags. | |||||
| * | Complete opt-* space | Sven Gothel | 2013-06-19 | 14 | -0/+160 | |
| | | ||||||
| * | Android SDK changes: Add /build-tools/17.0.0 to PATH | Sven Gothel | 2013-06-13 | 1 | -1/+1 | |
| | | ||||||
| * | server config: awstats: fix apache log file name | Sven Gothel | 2013-06-12 | 1 | -1/+2 | |
| | | ||||||
| * | server config: Fix apache log file names and logrotated ownership | Sven Gothel | 2013-06-12 | 3 | -0/+521 | |
| | | ||||||
| * | server 04 transfer data backup: Add ZFS backup (send/receive) example | Sven Gothel | 2013-06-08 | 1 | -1/+28 | |
| | | ||||||
| * | server 01 system: make 1st snapshot | Sven Gothel | 2013-06-08 | 1 | -0/+7 | |
| | | ||||||
| * | server zfs setup: Add /data/backup w/ compression=gzip | Sven Gothel | 2013-06-08 | 2 | -0/+2 | |
| | | ||||||
| * | server zfs def. props: listsnapshots=off - annoying | Sven Gothel | 2013-06-08 | 2 | -2/+2 | |
| | | ||||||
| * | server: Adding apache/awstats logrotate script ; Adding smartmontools and ↵ | Sven Gothel | 2013-06-08 | 5 | -0/+347 | |
| | | | | | | | | zfswatcher to monitor harddisk and filesystem health | |||||
| * | server 05-services..: Add graphviz for jenkins | Sven Gothel | 2013-06-08 | 1 | -0/+1 | |
| | | ||||||
| * | server config part-2: add awstats config and cron start script | Sven Gothel | 2013-06-08 | 2 | -0/+1614 | |
| | | ||||||
| * | server config part-3: add jogamp_web daemons (planets, awstat), add jenkins | Sven Gothel | 2013-06-08 | 1 | -2/+35 | |
| | | ||||||
| * | server 01-zfs..: Add note about zfs_arc_max property status, fix Big Pool ↵ | Sven Gothel | 2013-06-08 | 1 | -1/+5 | |
| | | | | | | | | comment | |||||
| * | Use dedicated jre6 for jenkins .. | Sven Gothel | 2013-06-08 | 1 | -0/+4 | |
| | | ||||||
| * | Add logrotate file; Fix jenkins-initd-debian | Sven Gothel | 2013-06-08 | 2 | -2/+10 | |
| | |