aboutsummaryrefslogtreecommitdiff
path: root/libexec/app-install-file
Commit message (Collapse)AuthorAgeFilesLines
* bin/app-upgrade: Removing unreachable code. Fixing it so it comparesv0.2-devTrygve Laugstøl2013-11-011-11/+19
| | | | | | | | | 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 Replacing bash with .Trygve Laugstøl2013-10-281-1/+1
|
* o Removing all old code (X files).Trygve Laugstøl2013-10-271-1/+1
| | | | | | | 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-2/+26
| | | | | | | | | | | | | | | | | | 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.
* o Consistent usage() usage/flow.Trygve Laugstøl2013-02-011-2/+1
|
* o Starting on a style guide.Trygve Laugstøl2013-01-271-6/+3
| | | | | | | | | 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-137/+33
|
* o Adding a common header to all scripts.Trygve Laugstøl2013-01-271-5/+7
| | | | 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-261-0/+172