aboutsummaryrefslogtreecommitdiff
path: root/test/data
Commit message (Collapse)AuthorAgeFilesLines
* bin/app-upgrade: Removing unreachable code. Fixing it so it comparesv0.2-devTrygve Laugstøl2013-11-012-1/+18
| | | | | | | | | 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.
* o Getting app-cat-conf to read from ~/.appconfig too.Trygve Laugstøl2013-10-203-0/+5
|
* test/data/app-a/hooks/post-install: Removing set -x.Trygve Laugstøl2013-01-301-3/+0
|
* bin/app-init:Trygve Laugstøl2013-01-301-0/+13
| | | | | | | 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-272-1/+6
| | | | | 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-0/+0
| | | | | | | | | 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-272-21/+5
|
* o Rewriting most of this stuff to make it feel more like git.Trygve Laugstøl2013-01-266-0/+12
|
* o Changing the current symlink before running postinstall.Trygve Laugstøl2012-10-181-1/+1
|
* o Making all scripts be run from the root/ directory. Do not assume you're ↵Trygve Laugstøl2012-10-182-9/+20
| | | | in current/.
* o Adding environment variables to postinstall:Trygve Laugstøl2012-10-173-1/+10
| | | | | | | | - APPSH_BASEDIR - APPSH_HOME - APPSH_INSTANCE - APPSH_NAME - APPSH_VERSION
* o Testing passing of environment variables.Trygve Laugstøl2012-10-171-1/+3
|
* o Proper implementation of start, stop and status.Trygve Laugstøl2012-10-171-0/+4
|
* o Improved completion (again).Trygve Laugstøl2012-10-162-0/+10
| | | | o Consistent usage of APPSH_HOME and BASEDIR.
* o Setting a default PATH for postinstall.Trygve Laugstøl2012-10-143-0/+3
|
* o More tests.Trygve Laugstøl2012-10-143-0/+3