aboutsummaryrefslogtreecommitdiff
path: root/test/app-init.bats
Commit message (Collapse)AuthorAgeFilesLines
* bin/app-upgrade: Removing unreachable code. Fixing it so it comparesv0.2-devTrygve Laugstøl2013-11-011-6/+8
| | | | | | | | | against the currently installed version instead of the last resolved version which makes it possible to retry installation of the same version. libexec/app-install-file: Allowing installation of the same file twice. Checks if the file has been unpacked earlier or not. Removes the unpacked version on failure.
* app-init: Adding '-s' option to set a configuration option before theTrygve Laugstøl2013-11-011-13/+29
| | | | | | 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 Getting "upgrade" to work with non-SNAPSHOT versions too.Trygve Laugstøl2013-10-201-0/+18
| | | | | 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-3/+3
| | | | | 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-3/+22
|
* o Updating tests.Trygve Laugstøl2013-10-201-4/+5
|
* bin/app-init:Trygve Laugstøl2013-01-301-9/+1
| | | | | | | 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.
* Defining 'APP_HOME' as where the .app dir is. The tools should useTrygve Laugstøl2013-01-271-1/+3
| | | | | this value to find files. app-operate/app-operator-pid: These are "functional" now.
* o Starting on a style guide.Trygve Laugstøl2013-01-271-3/+2
| | | | | | | | | app-conf: Adding 'import' command. app-cat-conf: Adding support for multiple -f flags. The default files can be switched off. A file named "-" is the same as /dev/stdin. app: Adding a way to enable debugging. app-install-file: Import any configuration delivered with the package.
* o Creating an initial version of install-file.Trygve Laugstøl2013-01-271-4/+7
|
* o Rewriting most of this stuff to make it feel more like git.Trygve Laugstøl2013-01-261-0/+42