aboutsummaryrefslogtreecommitdiff
path: root/libexec
Commit message (Collapse)AuthorAgeFilesLines
* bin/app-upgrade: Removing unreachable code. Fixing it so it comparesv0.2-devTrygve Laugstøl2013-11-012-12/+20
| | | | | | | | | against the currently installed version instead of the last resolved version which makes it possible to retry installation of the same version. libexec/app-install-file: Allowing installation of the same file twice. Checks if the file has been unpacked earlier or not. Removes the unpacked version on failure.
* o Adding some tests for app-operate.Trygve Laugstøl2013-11-011-1/+1
|
* app-resolver-maven: Adding support for artifacts with classifier.Trygve Laugstøl2013-11-011-10/+33
|
* o Supporting platforms where 'xmlstarlet' is installed as 'xml' (At least ↵Trygve Laugstøl2013-10-301-0/+38
| | | | Suse does that).
* o Replacing bash with .Trygve Laugstøl2013-10-281-1/+1
|
* o Removing all old code (X files).Trygve Laugstøl2013-10-279-16/+18
| | | | | | | 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-272-9/+84
| | | | | | | | | | | | | | | | | | 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-15/+39
| | | | 'group' lookups.
* o Getting "upgrade" to work with non-SNAPSHOT versions too.Trygve Laugstøl2013-10-202-5/+5
| | | | | 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øl2013-10-203-13/+21
| | | | | 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øl2013-10-201-4/+20
|
* o Allowing the 'app' wrapper to run apps from libexec too.Trygve Laugstøl2013-04-213-3/+15
|
* o Making the file resolver useful.Trygve Laugstøl2013-04-211-1/+1
|
* o Exposing 'status' and 'restart' commands again.Trygve Laugstøl2013-04-202-4/+13
|
* o Making the resolvers use app.resolved_version instead of app.version.Trygve Laugstøl2013-04-203-5/+7
| | | | o Making set-version update app.version.
* o Adding a file resolver.Trygve Laugstøl2013-02-043-2/+96
| | | | o Getting the IT to work on windows.
* o Consistent usage() usage/flow.Trygve Laugstøl2013-02-014-7/+5
|
* libexec/app-resolver-maven: Better argument checking.Trygve Laugstøl2013-02-011-18/+13
| | | | lib/common: Starting a way to have a common usage/help semantics.
* bin/app-init:Trygve Laugstøl2013-01-301-2/+8
| | | | | | | 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-273-52/+101
| | | | | this value to find files. app-operate/app-operator-pid: These are "functional" now.
* o Starting on a style guide.Trygve Laugstøl2013-01-275-39/+44
| | | | | | | | | 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-276-177/+280
|
* o Adding a common header to all scripts.Trygve Laugstøl2013-01-275-28/+78
| | | | 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-264-0/+463