aboutsummaryrefslogtreecommitdiff
path: root/test/app-upgrade.bats
Commit message (Collapse)AuthorAgeFilesLines
* o Automatically fetching Bats if not installed.HEADmasterTrygve Laugstøl2013-11-101-8/+7
|
* bin/app-upgrade: Removing unreachable code. Fixing it so it comparesv0.2-devTrygve Laugstøl2013-11-011-0/+30
| | | | | | | | | 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 Removing all old code (X files).Trygve Laugstøl2013-10-271-4/+4
| | | | | | | 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.
* o Getting "upgrade" to work with non-SNAPSHOT versions too.Trygve Laugstøl2013-10-201-14/+13
| | | | | o Removing maven.version. o Documenting(!) the different configuration keys and what they mean.
* o Making the file resolver useful.Trygve Laugstøl2013-04-211-2/+3
|
* o Making the resolvers use app.resolved_version instead of app.version.Trygve Laugstøl2013-04-201-0/+40
o Making set-version update app.version.