aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* lib/common: Changing run_app to not check for a 'current' link ifTrygve Laugstøl2013-11-011-4/+5
| | | | | version is given. This will unbreak hooks that are run before a current link is installed or if it has been removed.
* o Removing all old code (X files).Trygve Laugstøl2013-10-272-2/+8
| | | | | | | 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-ls-apps:Trygve Laugstøl2013-10-271-1/+2
| | | | | | | | | | | | | | | | | | o New command to list all applications installed under a directory. app-foreach-app: o New command to execute another command for each app installed under the current directory. app-init/app-install-file: o Adding -C and -c to prepand and append config files around the appliation's build-in configuration files. app-cat-conf: o Use $APP_HOME as the 'appliation installation directory' if set. app-operator-pid: o Support PID files created by the launcher.
* app-cat-conf: Removing -n argument, adding -k and -g for 'key' andTrygve Laugstøl2013-10-261-1/+1
| | | | 'group' lookups.
* o Removing silly formatting that left extra spaced at the end ofTrygve Laugstøl2013-10-211-1/+9
| | | | | | | 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 Making all app-conf options except import use <-l location>.Trygve Laugstøl2013-10-201-0/+47
| | | | | o Setting $HOME to the temporary area when testing. o Adding test docs for app-conf.
* o Allowing the 'app' wrapper to run apps from libexec too.Trygve Laugstøl2013-04-211-2/+7
|
* o Making the resolvers use app.resolved_version instead of app.version.Trygve Laugstøl2013-04-201-0/+4
| | | | o Making set-version update app.version.
* o Consistent usage() usage/flow.Trygve Laugstøl2013-02-011-3/+18
|
* libexec/app-resolver-maven: Better argument checking.Trygve Laugstøl2013-02-011-0/+15
| | | | lib/common: Starting a way to have a common usage/help semantics.
* bin/app-init:Trygve Laugstøl2013-01-301-0/+0
| | | | | | | 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 useTrygve Laugstøl2013-01-271-15/+19
| | | | | this value to find files. app-operate/app-operator-pid: These are "functional" now.
* o Starting on a style guide.Trygve Laugstøl2013-01-271-1/+10
| | | | | | | | | 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-24/+51
|
* o Adding a common header to all scripts.Trygve Laugstøl2013-01-271-0/+8
| | | | o Disabling un-used tests and apps for now.
* o Rewriting most of this stuff to make it feel more like git.Trygve Laugstøl2013-01-262-0/+169