aboutsummaryrefslogtreecommitdiff
path: root/app
Commit message (Collapse)AuthorAgeFilesLines
* o Sorting available applications.Trygve Laugstøl2013-10-201-2/+6
|
* o Getting app-cat-conf to read from ~/.appconfig too.Trygve Laugstøl2013-10-201-3/+6
|
* o Allowing the 'app' wrapper to run apps from libexec too.Trygve Laugstøl2013-04-211-2/+6
|
* o Fixing usage for 'app'.Trygve Laugstøl2013-02-041-16/+9
|
* o Starting on a style guide.Trygve Laugstøl2013-01-271-2/+5
| | | | | | | | | 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-271-14/+14
|
* o Rewriting most of this stuff to make it feel more like git.Trygve Laugstøl2013-01-261-95/+36
|
* o Changing the current symlink before running postinstall.Trygve Laugstøl2012-10-181-5/+12
|
* o Renaming BASEDIR to apps, APPSH_BASEDIR to APPSH_APPS.Trygve Laugstøl2012-10-171-9/+8
|
* o Renaming './app app' to './app instance'.Trygve Laugstøl2012-10-151-5/+5
|
* o Making sure ./app can be symlinked to an installation.Trygve Laugstøl2012-10-141-4/+18
| | | | o More tests.
* o Consistent output when the method is missing.Trygve Laugstøl2012-10-141-2/+14
|
* o Better help output.Trygve Laugstøl2012-10-131-0/+1
| | | | o Better validation of argument for install.
* Major refactoring. Splitting out the method groups into separate files.Trygve Laugstøl2012-10-121-593/+53
|
* o Consistent usage while getting conf -s to work for values with space.Trygve Laugstøl2012-10-121-20/+20
|
* o Getting the default method to work again.Trygve Laugstøl2012-10-101-2/+2
| | | | o Getting passing of environment variables to work again.
* o Getting list-versions to work again.Trygve Laugstøl2012-10-101-16/+44
| | | | o Allowing -n and -i before the method.
* o Reworked app starting.Trygve Laugstøl2012-10-091-54/+48
|
* o ln -f didn't work.Trygve Laugstøl2012-10-091-2/+3
|
* o Adding list-versions and set-version.Trygve Laugstøl2012-10-091-33/+129
|
* o Smarter list.Trygve Laugstøl2012-10-091-35/+99
|
* o More clever ./app list.Trygve Laugstøl2012-10-091-11/+2
|
* o Adding a -n option to 'list' to list only instances for a single application.Trygve Laugstøl2012-10-071-5/+15
|
* o Adding a -P option to 'list' to give more parsable output.Trygve Laugstøl2012-10-071-5/+52
|
* o Better ./app list output.Trygve Laugstøl2012-10-071-2/+2
|
* o Renaming latest to current.Trygve Laugstøl2012-10-071-13/+60
| | | | | o Adding stop method. o Saving pids under .apps/var/pid.
* o Making .app/var directory.Trygve Laugstøl2012-10-071-1/+2
|
* o Adding 'conf' method to list, set and delete configuration values.Trygve Laugstøl2012-10-071-64/+31
|
* o Adding a version of method_start() that work.Trygve Laugstøl2012-10-061-6/+105
|
* o Initial import.Trygve Laugstøl2012-10-051-0/+290