| Commit message (Expand) | Author | Age | Files | Lines |
* | o Fixing usage for 'app'. | Trygve Laugstøl | 2013-02-04 | 1 | -16/+9 |
* | o Consistent usage() usage/flow. | Trygve Laugstøl | 2013-02-01 | 9 | -31/+59 |
* | libexec/app-resolver-maven: Better argument checking. | Trygve Laugstøl | 2013-02-01 | 4 | -28/+48 |
* | 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 | 10 | -61/+88 |
* | Defining 'APP_HOME' as where the .app dir is. The tools should use | Trygve Laugstøl | 2013-01-27 | 9 | -70/+136 |
* | o Starting on a style guide. | Trygve Laugstøl | 2013-01-27 | 13 | -54/+117 |
* | o Creating an initial version of install-file. | Trygve Laugstøl | 2013-01-27 | 15 | -241/+265 |
* | o Adding a common header to all scripts. | Trygve Laugstøl | 2013-01-27 | 18 | -71/+93 |
* | bin/app-conf: More notes. | Trygve Laugstøl | 2013-01-27 | 1 | -3/+7 |
* | o Rewriting most of this stuff to make it feel more like git. | Trygve Laugstøl | 2013-01-26 | 28 | -423/+1087 |
* | o Getting environment variables with space in them to work.v0.1-dev | Trygve Laugstøl | 2013-01-11 | 1 | -0/+3 |
* | o Making run_control more generic and renamed to run_app. | Trygve Laugstøl | 2013-01-10 | 3 | -63/+105 |
* | o Passing all arguments to the method. | Trygve Laugstøl | 2012-12-23 | 1 | -1/+1 |
* | o Improved Maven snapshot resolving. | Trygve Laugstøl | 2012-10-31 | 2 | -26/+62 |
* | o Correct reference to method_conf_usage. | Trygve Laugstøl | 2012-10-19 | 1 | -1/+1 |
* | o Changing the current symlink before running postinstall. | Trygve Laugstøl | 2012-10-18 | 5 | -26/+36 |
* | o Better name. | Trygve Laugstøl | 2012-10-18 | 1 | -1/+1 |
* | o Making all scripts be run from the root/ directory. Do not assume you're in... | Trygve Laugstøl | 2012-10-18 | 8 | -39/+47 |
* | o Renaming BASEDIR to apps, APPSH_BASEDIR to APPSH_APPS. | Trygve Laugstøl | 2012-10-17 | 10 | -58/+68 |
* | o Adding environment variables to postinstall: | Trygve Laugstøl | 2012-10-17 | 7 | -3/+26 |
* | 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 | 2 | -8/+49 |
* | o Better output. | Trygve Laugstøl | 2012-10-17 | 1 | -2/+2 |
* | o Reworking conf to work as documented. Adding test case. | Trygve Laugstøl | 2012-10-17 | 3 | -31/+129 |
* | o Less insane completion. | Trygve Laugstøl | 2012-10-17 | 1 | -2/+2 |
* | o Proper implementation of start, stop and status. | Trygve Laugstøl | 2012-10-17 | 6 | -32/+153 |
* | o Improved completion (again). | Trygve Laugstøl | 2012-10-16 | 8 | -19/+109 |
* | o Adding TODO. | Trygve Laugstøl | 2012-10-15 | 1 | -1/+2 |
* | o Renaming './app app' to './app instance'. | Trygve Laugstøl | 2012-10-15 | 8 | -74/+74 |
* | o Adjusting app-conf and app-operate after refactoring. | Trygve Laugstøl | 2012-10-14 | 2 | -57/+27 |
* | o Improved completion after refactoring, not done yet. | Trygve Laugstøl | 2012-10-14 | 1 | -17/+17 |
* | 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 | 6 | -7/+143 |
* | o Setting a default PATH for postinstall. | Trygve Laugstøl | 2012-10-14 | 7 | -12/+50 |
* | o More tests. | Trygve Laugstøl | 2012-10-14 | 8 | -4/+36 |
* | o Making sure ./app can be symlinked to an installation. | Trygve Laugstøl | 2012-10-14 | 5 | -27/+92 |
* | o Consistent output when the method is missing. | Trygve Laugstøl | 2012-10-14 | 3 | -5/+57 |
* | o Consistent shifting of name/instance arguments. | Trygve Laugstøl | 2012-10-13 | 1 | -38/+34 |
* | o Better help output. | Trygve Laugstøl | 2012-10-13 | 3 | -10/+38 |
* | o Getting install to work again after refactoring. | Trygve Laugstøl | 2012-10-13 | 2 | -55/+88 |
* | Major refactoring. Splitting out the method groups into separate files. | Trygve Laugstøl | 2012-10-12 | 9 | -634/+776 |
* | o Consistent usage while getting conf -s to work for values with space. | Trygve Laugstøl | 2012-10-12 | 2 | -21/+21 |
* | o Getting the default method to work again. | Trygve Laugstøl | 2012-10-10 | 3 | -6/+24 |
* | o Smarter completion of methods. | Trygve Laugstøl | 2012-10-10 | 1 | -5/+31 |
* | o Getting list-versions to work again. | Trygve Laugstøl | 2012-10-10 | 2 | -17/+47 |
* | o Reworked app starting. | Trygve Laugstøl | 2012-10-09 | 5 | -66/+107 |
* | o ln -f didn't work. | Trygve Laugstøl | 2012-10-09 | 1 | -2/+3 |
* | o Better ignores. | Trygve Laugstøl | 2012-10-09 | 1 | -1/+2 |
* | o Adding list-versions and set-version. | Trygve Laugstøl | 2012-10-09 | 2 | -35/+131 |