aboutsummaryrefslogtreecommitdiff
path: root/test/utils.bash
Commit message (Collapse)AuthorAgeFilesLines
* app-init: Adding '-s' option to set a configuration option before theTrygve Laugstøl2013-11-011-5/+6
| | | | | | resolver is executed and app is installed. The configuration will be available when the app's hooks are executed. o Running the documentation though aspell.
* o Removing silly formatting that left extra spaced at the end ofTrygve Laugstøl2013-10-211-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øl2013-10-201-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øl2013-10-201-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øl2013-10-201-1/+2
|
* o Making the resolvers use app.resolved_version instead of app.version.Trygve Laugstøl2013-04-201-10/+26
| | | | o Making set-version update app.version.
* o Adding a file resolver.Trygve Laugstøl2013-02-041-6/+18
| | | | o Getting the IT to work on windows.
* bin/app-init:Trygve Laugstøl2013-01-301-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øl2013-01-271-0/+1
|
* o Rewriting most of this stuff to make it feel more like git.Trygve Laugstøl2013-01-261-13/+65
|
* o Renaming BASEDIR to apps, APPSH_BASEDIR to APPSH_APPS.Trygve Laugstøl2012-10-171-2/+2
|
* o Adding environment variables to postinstall:Trygve Laugstøl2012-10-171-0/+2
| | | | | | | | - APPSH_BASEDIR - APPSH_HOME - APPSH_INSTANCE - APPSH_NAME - APPSH_VERSION
* o Proper implementation of start, stop and status.Trygve Laugstøl2012-10-171-2/+26
|
* o Improved completion (again).Trygve Laugstøl2012-10-161-1/+2
| | | | o Consistent usage of APPSH_HOME and BASEDIR.
* o Tests for 'list' and 'list-versions'.Trygve Laugstøl2012-10-141-1/+0
| | | | o Adding support for -i for 'list'.
* o Setting a default PATH for postinstall.Trygve Laugstøl2012-10-141-4/+7
|
* o More tests.Trygve Laugstøl2012-10-141-0/+8
|
* o Making sure ./app can be symlinked to an installation.Trygve Laugstøl2012-10-141-0/+24
o More tests.