summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorJeff Bilyk <jbilyk@gmail.com>2010-12-30 18:14:50 +0000
committerJeff Bilyk <jbilyk@gmail.com>2010-12-30 18:14:50 +0000
commit8fa277b944079fc882d2b7c6aeb7128448a24ec5 (patch)
tree54f30c72e2bfe521483221ea3d146b8d828a7d9c /README
parent5b9b638e7663b8906a24d5e2f4c805dd8ab43e1e (diff)
downloadapts-8fa277b944079fc882d2b7c6aeb7128448a24ec5.tar.bz2
apts-8fa277b944079fc882d2b7c6aeb7128448a24ec5.tar.xz
apts: fix bug with trailing slash on outdir and misc other fixesv0.2
fix bug with trailing slash on outdir and misc others
Diffstat (limited to 'README')
-rw-r--r--README13
1 files changed, 2 insertions, 11 deletions
diff --git a/README b/README
index 65ec551..554f32b 100644
--- a/README
+++ b/README
@@ -1,18 +1,9 @@
Author: Jeff Bilyk<jbilyk@gmail.com>
Contributor: Natanael Copa <ncopa@alpinelinux.org>
-Version: 0.1
+Version: 0.2
APTS is designed to allow testing of either entire repositories of apk packages
-or one by one. When an error is encountered, the program exits with an error.
+or one by one. After running, a list of failed packages is displayed onscreen. Tests can either be for one or multiple packages, and are scripts that first install needed packages, run a series of commands to insure that the contents of the package work as expected, then remove the packages.
The file missing-tests shows current packages that do not have a test file
created for them.
-
-Usage:
-
-./apts <outputfile> <package(s)>
-outputfile - any file/device that you wish to have test results output to
-package - optional list of packages to test. If none are specified, all
- packages will be tested. If a package is specified that does not
- have an associated test file, it will be installed then removed using
- apk-tools.