Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | o Getting app-cat-conf to read from ~/.appconfig too. | Trygve Laugstøl | 2013-10-20 | 3 | -0/+5 |
| | |||||
* | test/data/app-a/hooks/post-install: Removing set -x. | Trygve Laugstøl | 2013-01-30 | 1 | -3/+0 |
| | |||||
* | bin/app-init: | Trygve Laugstøl | 2013-01-30 | 1 | -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 use | Trygve Laugstøl | 2013-01-27 | 2 | -1/+6 |
| | | | | | this value to find files. app-operate/app-operator-pid: These are "functional" now. | ||||
* | o Starting on a style guide. | Trygve Laugstøl | 2013-01-27 | 1 | -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øl | 2013-01-27 | 2 | -21/+5 |
| | |||||
* | o Rewriting most of this stuff to make it feel more like git. | Trygve Laugstøl | 2013-01-26 | 6 | -0/+12 |
| | |||||
* | o Changing the current symlink before running postinstall. | Trygve Laugstøl | 2012-10-18 | 1 | -1/+1 |
| | |||||
* | o Making all scripts be run from the root/ directory. Do not assume you're ↵ | Trygve Laugstøl | 2012-10-18 | 2 | -9/+20 |
| | | | | in current/. | ||||
* | o Adding environment variables to postinstall: | Trygve Laugstøl | 2012-10-17 | 3 | -1/+10 |
| | | | | | | | | - APPSH_BASEDIR - APPSH_HOME - APPSH_INSTANCE - APPSH_NAME - APPSH_VERSION | ||||
* | o Testing passing of environment variables. | Trygve Laugstøl | 2012-10-17 | 1 | -1/+3 |
| | |||||
* | o Proper implementation of start, stop and status. | Trygve Laugstøl | 2012-10-17 | 1 | -0/+4 |
| | |||||
* | o Improved completion (again). | Trygve Laugstøl | 2012-10-16 | 2 | -0/+10 |
| | | | | o Consistent usage of APPSH_HOME and BASEDIR. | ||||
* | o Setting a default PATH for postinstall. | Trygve Laugstøl | 2012-10-14 | 3 | -0/+3 |
| | |||||
* | o More tests. | Trygve Laugstøl | 2012-10-14 | 3 | -0/+3 |