summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeff Bilyk <jbilyk@gmail.com>2010-12-11 23:37:47 +0000
committerJeff Bilyk <jbilyk@gmail.com>2010-12-11 23:37:47 +0000
commitbf71842f902eb5ae092ef5d57da409605f08a1aa (patch)
tree485b0357dd865bf1e304b7b6e57932e3b8b09c3b
parentac42a045d4691a46c96153dc794471e1a7dcbc06 (diff)
downloadapts-bf71842f902eb5ae092ef5d57da409605f08a1aa.tar.bz2
apts-bf71842f902eb5ae092ef5d57da409605f08a1aa.tar.xz
apts: add README
add README
-rw-r--r--README17
1 files changed, 17 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..0bea7c0
--- /dev/null
+++ b/README
@@ -0,0 +1,17 @@
+Author: Jeff Bilyk<jbilyk@gmail.com>
+Contributor: Natanael Copa <ncopa@alpinelinux.org>
+
+APTS is designed to allow testing of either entire repositories of apk packages
+or one by one.
+
+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.