Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | o Removing all old code (X files). | Trygve Laugstøl | 2013-10-27 | 6 | -239/+4 |
| | | | | | | | o Making sure APPSH_HOME is 1) exported and, 2) always prepended to $PATH. o More documentation on what a zip file actually looks like and how to create hooks. | ||||
* | app-cat-conf: Removing -n argument, adding -k and -g for 'key' and | Trygve Laugstøl | 2013-10-26 | 1 | -40/+31 |
| | | | | 'group' lookups. | ||||
* | o Adding '-f [file]' option to app-conf set. | Trygve Laugstøl | 2013-10-26 | 1 | -0/+20 |
| | |||||
* | o Removing silly formatting that left extra spaced at the end of | Trygve Laugstøl | 2013-10-21 | 2 | -19/+30 |
| | | | | | | | 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 | 3 | -17/+33 |
| | | | | | 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 | 4 | -66/+93 |
| | | | | | 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 | 7 | -6/+65 |
| | |||||
* | o Updating tests. | Trygve Laugstøl | 2013-10-20 | 2 | -5/+7 |
| | |||||
* | o Making the file resolver useful. | Trygve Laugstøl | 2013-04-21 | 1 | -2/+3 |
| | |||||
* | o Making the resolvers use app.resolved_version instead of app.version. | Trygve Laugstøl | 2013-04-20 | 2 | -10/+66 |
| | | | | o Making set-version update app.version. | ||||
* | o Adding a file resolver. | Trygve Laugstøl | 2013-02-04 | 2 | -9/+38 |
| | | | | o Getting the IT to work on windows. | ||||
* | o Consistent usage() usage/flow. | Trygve Laugstøl | 2013-02-01 | 1 | -1/+1 |
| | |||||
* | 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 | 6 | -58/+74 |
| | | | | | | | 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 | 3 | -2/+9 |
| | | | | | 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 | 4 | -4/+27 |
| | | | | | | | | | 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 | 4 | -25/+13 |
| | |||||
* | o Adding a common header to all scripts. | Trygve Laugstøl | 2013-01-27 | 6 | -0/+0 |
| | | | | o Disabling un-used tests and apps for now. | ||||
* | o Rewriting most of this stuff to make it feel more like git. | Trygve Laugstøl | 2013-01-26 | 12 | -88/+288 |
| | |||||
* | o Changing the current symlink before running postinstall. | Trygve Laugstøl | 2012-10-18 | 3 | -9/+12 |
| | |||||
* | o Making all scripts be run from the root/ directory. Do not assume you're ↵ | Trygve Laugstøl | 2012-10-18 | 4 | -18/+28 |
| | | | | in current/. | ||||
* | o Renaming BASEDIR to apps, APPSH_BASEDIR to APPSH_APPS. | Trygve Laugstøl | 2012-10-17 | 3 | -6/+6 |
| | |||||
* | o Adding environment variables to postinstall: | Trygve Laugstøl | 2012-10-17 | 6 | -3/+21 |
| | | | | | | | | - APPSH_BASEDIR - APPSH_HOME - APPSH_INSTANCE - APPSH_NAME - APPSH_VERSION | ||||
* | o Testing passing of environment variables. | Trygve Laugstøl | 2012-10-17 | 2 | -2/+14 |
| | |||||
* | o Adding a list-group method to list. | Trygve Laugstøl | 2012-10-17 | 1 | -0/+24 |
| | |||||
* | o Reworking conf to work as documented. Adding test case. | Trygve Laugstøl | 2012-10-17 | 1 | -0/+70 |
| | |||||
* | o Proper implementation of start, stop and status. | Trygve Laugstøl | 2012-10-17 | 3 | -9/+47 |
| | |||||
* | o Improved completion (again). | Trygve Laugstøl | 2012-10-16 | 4 | -1/+37 |
| | | | | o Consistent usage of APPSH_HOME and BASEDIR. | ||||
* | o Renaming './app app' to './app instance'. | Trygve Laugstøl | 2012-10-15 | 4 | -58/+58 |
| | |||||
* | o Correct && usage. | Trygve Laugstøl | 2012-10-14 | 2 | -5/+5 |
| | |||||
* | o Tests for 'list' and 'list-versions'. | Trygve Laugstøl | 2012-10-14 | 4 | -1/+129 |
| | | | | o Adding support for -i for 'list'. | ||||
* | o Setting a default PATH for postinstall. | Trygve Laugstøl | 2012-10-14 | 5 | -7/+34 |
| | |||||
* | o More tests. | Trygve Laugstøl | 2012-10-14 | 7 | -3/+36 |
| | |||||
* | o Making sure ./app can be symlinked to an installation. | Trygve Laugstøl | 2012-10-14 | 3 | -23/+69 |
| | | | | o More tests. | ||||
* | o Consistent output when the method is missing. | Trygve Laugstøl | 2012-10-14 | 1 | -0/+33 |