summaryrefslogtreecommitdiffstats
path: root/maven/make-deploy-one.sh
Commit message (Collapse)AuthorAgeFilesLines
* Massively rewrite project handling. Projects are now defined by directories ofMark Raynsford2014-03-111-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 Raynsford2014-03-041-41/+31
| | | | | | (including missing atomics). Adds joal-android and jocl-android projects.
* Merge branch 'master' of ssh://jogamp.org/srv/scm/jogamp-scriptingMark Raynsford2013-07-021-1/+1
|\
| * 'egrep EXPR' -> 'grep -P EXPR' .. since expression is a perl-regexp, at ↵Sven Gothel2013-04-251-1/+1
| | | | | | | | least this works on CentOS 5.7
* | Use new SSH provider, and make the script a bit more verbosemaven_fastMark Raynsford2013-04-241-2/+6
| |
* | Use the 'files' 'classifiers' and 'types' parameters to bulk deploy artifactsMark Raynsford2013-04-241-25/+29
|/
* WhitespaceMark Raynsford2013-04-241-6/+6
|
* Abstract reading of make-projects.txt with make-list-projects.sh in order to ↵Mark Raynsford2012-12-251-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 Gothel2012-12-251-5/+8
| | | | user script)
* Prepare repo mergeSven Gothel2012-11-061-0/+71