aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* o Allowing the 'app' wrapper to run apps from libexec too.Trygve Laugstøl2013-04-216-7/+29
* o Making the file resolver useful.Trygve Laugstøl2013-04-213-4/+5
* o Exposing 'status' and 'restart' commands again.Trygve Laugstøl2013-04-204-4/+35
* o Making the resolvers use app.resolved_version instead of app.version.Trygve Laugstøl2013-04-208-21/+123
* o Adding a file resolver.Trygve Laugstøl2013-02-045-11/+134
* o Fixing usage for 'app'.Trygve Laugstøl2013-02-041-16/+9
* o Consistent usage() usage/flow.Trygve Laugstøl2013-02-019-31/+59
* libexec/app-resolver-maven: Better argument checking.Trygve Laugstøl2013-02-014-28/+48
* test/data/app-a/hooks/post-install: Removing set -x.Trygve Laugstøl2013-01-301-3/+0
* bin/app-init:Trygve Laugstøl2013-01-3010-61/+88
* Defining 'APP_HOME' as where the .app dir is. The tools should useTrygve Laugstøl2013-01-279-70/+136
* o Starting on a style guide.Trygve Laugstøl2013-01-2713-54/+117
* o Creating an initial version of install-file.Trygve Laugstøl2013-01-2715-241/+265
* o Adding a common header to all scripts.Trygve Laugstøl2013-01-2718-71/+93
* bin/app-conf: More notes.Trygve Laugstøl2013-01-271-3/+7
* o Rewriting most of this stuff to make it feel more like git.Trygve Laugstøl2013-01-2628-423/+1087
* o Getting environment variables with space in them to work.v0.1-devTrygve Laugstøl2013-01-111-0/+3
* o Making run_control more generic and renamed to run_app.Trygve Laugstøl2013-01-103-63/+105
* o Passing all arguments to the method.Trygve Laugstøl2012-12-231-1/+1
* o Improved Maven snapshot resolving.Trygve Laugstøl2012-10-312-26/+62
* o Correct reference to method_conf_usage.Trygve Laugstøl2012-10-191-1/+1
* o Changing the current symlink before running postinstall.Trygve Laugstøl2012-10-185-26/+36
* o Better name.Trygve Laugstøl2012-10-181-1/+1
* o Making all scripts be run from the root/ directory. Do not assume you're in...Trygve Laugstøl2012-10-188-39/+47
* o Renaming BASEDIR to apps, APPSH_BASEDIR to APPSH_APPS.Trygve Laugstøl2012-10-1710-58/+68
* o Adding environment variables to postinstall:Trygve Laugstøl2012-10-177-3/+26
* o Testing passing of environment variables.Trygve Laugstøl2012-10-172-2/+14
* o Adding a list-group method to list.Trygve Laugstøl2012-10-172-8/+49
* o Better output.Trygve Laugstøl2012-10-171-2/+2
* o Reworking conf to work as documented. Adding test case.Trygve Laugstøl2012-10-173-31/+129
* o Less insane completion.Trygve Laugstøl2012-10-171-2/+2
* o Proper implementation of start, stop and status.Trygve Laugstøl2012-10-176-32/+153
* o Improved completion (again).Trygve Laugstøl2012-10-168-19/+109
* o Adding TODO.Trygve Laugstøl2012-10-151-1/+2
* o Renaming './app app' to './app instance'.Trygve Laugstøl2012-10-158-74/+74
* o Adjusting app-conf and app-operate after refactoring.Trygve Laugstøl2012-10-142-57/+27
* o Improved completion after refactoring, not done yet.Trygve Laugstøl2012-10-141-17/+17
* o Correct && usage.Trygve Laugstøl2012-10-142-5/+5
* o Tests for 'list' and 'list-versions'.Trygve Laugstøl2012-10-146-7/+143
* o Setting a default PATH for postinstall.Trygve Laugstøl2012-10-147-12/+50
* o More tests.Trygve Laugstøl2012-10-148-4/+36
* o Making sure ./app can be symlinked to an installation.Trygve Laugstøl2012-10-145-27/+92
* o Consistent output when the method is missing.Trygve Laugstøl2012-10-143-5/+57
* o Consistent shifting of name/instance arguments.Trygve Laugstøl2012-10-131-38/+34
* o Better help output.Trygve Laugstøl2012-10-133-10/+38
* o Getting install to work again after refactoring.Trygve Laugstøl2012-10-132-55/+88
* Major refactoring. Splitting out the method groups into separate files.Trygve Laugstøl2012-10-129-634/+776
* o Consistent usage while getting conf -s to work for values with space.Trygve Laugstøl2012-10-122-21/+21
* o Getting the default method to work again.Trygve Laugstøl2012-10-103-6/+24
* o Smarter completion of methods.Trygve Laugstøl2012-10-101-5/+31