Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Massively rewrite project handling. Projects are now defined by directories of | Mark Raynsford | 2014-03-11 | 1 | -3/+0 |
| | | | | | | | | | | | (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! | ||||
* | Bug 991 - Rewrite deployment scripts to correctly deploy all files ↵ | Mark Raynsford | 2014-03-04 | 1 | -41/+31 |
| | | | | | | (including missing atomics). Adds joal-android and jocl-android projects. | ||||
* | Merge branch 'master' of ssh://jogamp.org/srv/scm/jogamp-scripting | Mark Raynsford | 2013-07-02 | 1 | -1/+1 |
|\ | |||||
| * | 'egrep EXPR' -> 'grep -P EXPR' .. since expression is a perl-regexp, at ↵ | Sven Gothel | 2013-04-25 | 1 | -1/+1 |
| | | | | | | | | least this works on CentOS 5.7 | ||||
* | | Use new SSH provider, and make the script a bit more verbosemaven_fast | Mark Raynsford | 2013-04-24 | 1 | -2/+6 |
| | | |||||
* | | Use the 'files' 'classifiers' and 'types' parameters to bulk deploy artifacts | Mark Raynsford | 2013-04-24 | 1 | -25/+29 |
|/ | |||||
* | Whitespace | Mark Raynsford | 2013-04-24 | 1 | -6/+6 |
| | |||||
* | Abstract reading of make-projects.txt with make-list-projects.sh in order to ↵ | Mark Raynsford | 2012-12-25 | 1 | -1/+1 |
| | | | | | | | | | allow for comments in the file Conflicts: maven/make-copy-jars.sh maven/make-deploy-one.sh maven/make-projects.txt | ||||
* | Allow REPOSITORY_URL and REPOSITORY_ID to be pre-defined (setting server in ↵ | Sven Gothel | 2012-12-25 | 1 | -5/+8 |
| | | | | user script) | ||||
* | Prepare repo merge | Sven Gothel | 2012-11-06 | 1 | -0/+71 |