Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | o Removing silly formatting that left extra spaced at the end of | Trygve Laugstøl | 2013-10-21 | 1 | -3/+3 |
| | | | | | | | lines. o Fixing bug in app-conf get subcommand that would only return the first part of values with an equals sign. o Makding sure $HOME is always set. | ||||
* | o Getting "upgrade" to work with non-SNAPSHOT versions too. | Trygve Laugstøl | 2013-10-20 | 1 | -3/+2 |
| | | | | | o Removing maven.version. o Documenting(!) the different configuration keys and what they mean. | ||||
* | o Making all app-conf options except import use <-l location>. | Trygve Laugstøl | 2013-10-20 | 1 | -0/+24 |
| | | | | | o Setting $HOME to the temporary area when testing. o Adding test docs for app-conf. | ||||
* | o Getting app-cat-conf to read from ~/.appconfig too. | Trygve Laugstøl | 2013-10-20 | 1 | -1/+2 |
| | |||||
* | o Making the resolvers use app.resolved_version instead of app.version. | Trygve Laugstøl | 2013-04-20 | 1 | -10/+26 |
| | | | | o Making set-version update app.version. | ||||
* | o Adding a file resolver. | Trygve Laugstøl | 2013-02-04 | 1 | -6/+18 |
| | | | | o Getting the IT to work on windows. | ||||
* | bin/app-init: | Trygve Laugstøl | 2013-01-30 | 1 | -0/+12 |
| | | | | | | | o Adding -p to mkdir so parent directories are created. libexec/app-resolver-maven: o Not using command expansion to make sure "set -e" works as normal. o Adding a basic check that xmlstartlet has a useful output. | ||||
* | o Creating an initial version of install-file. | Trygve Laugstøl | 2013-01-27 | 1 | -0/+1 |
| | |||||
* | o Rewriting most of this stuff to make it feel more like git. | Trygve Laugstøl | 2013-01-26 | 1 | -13/+65 |
| | |||||
* | o Renaming BASEDIR to apps, APPSH_BASEDIR to APPSH_APPS. | Trygve Laugstøl | 2012-10-17 | 1 | -2/+2 |
| | |||||
* | o Adding environment variables to postinstall: | Trygve Laugstøl | 2012-10-17 | 1 | -0/+2 |
| | | | | | | | | - APPSH_BASEDIR - APPSH_HOME - APPSH_INSTANCE - APPSH_NAME - APPSH_VERSION | ||||
* | o Proper implementation of start, stop and status. | Trygve Laugstøl | 2012-10-17 | 1 | -2/+26 |
| | |||||
* | o Improved completion (again). | Trygve Laugstøl | 2012-10-16 | 1 | -1/+2 |
| | | | | o Consistent usage of APPSH_HOME and BASEDIR. | ||||
* | o Tests for 'list' and 'list-versions'. | Trygve Laugstøl | 2012-10-14 | 1 | -1/+0 |
| | | | | o Adding support for -i for 'list'. | ||||
* | o Setting a default PATH for postinstall. | Trygve Laugstøl | 2012-10-14 | 1 | -4/+7 |
| | |||||
* | o More tests. | Trygve Laugstøl | 2012-10-14 | 1 | -0/+8 |
| | |||||
* | o Making sure ./app can be symlinked to an installation. | Trygve Laugstøl | 2012-10-14 | 1 | -0/+24 |
o More tests. |