index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Michael Straube <straubem@gmx.de> | 2017-07-09 16:45:38 +0200 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2017-07-11 11:37:23 +1000 |
commit | b4a197a6155d6cb4d02e712bf324beb0502b4d51 (patch) | |
tree | 326a513da556f5d9234d6fd59592c9e7a6dac6f7 | |
parent | 2b1b7b70753eb56bee08cd270efc7cfa342bc0ec (diff) |
-rw-r--r-- | test/pacman/ChangeLog | 2 | ||||
-rw-r--r-- | test/pacman/README | 6 |
diff --git a/test/pacman/ChangeLog b/test/pacman/ChangeLog index fec0eb23..fed468d0 100644 --- a/test/pacman/ChangeLog +++ b/test/pacman/ChangeLog @@ -25,5 +25,5 @@ Release 0.1 (06/01/30) ----------- Initial release. -Annoucement on the ArchLinux pacman-dev mailing list: +Announcement on the Arch Linux pacman-dev mailing list: http://www.archlinux.org/pipermail/pacman-dev/2006-January/000186.html diff --git a/test/pacman/README b/test/pacman/README index a5fdeaad..224acd84 100644 --- a/test/pacman/README +++ b/test/pacman/README @@ -1,7 +1,7 @@ README ====== -pactest is a test suite for the ArchLinux package manager: pacman. +pactest is a test suite for the Arch Linux package manager: pacman. It has a rather high level view of operations performed by pacman: it automatically creates a test environment based on a test case file @@ -9,7 +9,7 @@ description, the run pacman, and finally check the results of test according to a set of rules defined in the test case. It is written in Python and makes available most of what can be found in -pacman's code to create ArchLinux packages or read and write databases entries. +pacman's code to create Arch Linux packages or read and write databases entries. Each test case is defined in a separate file that is sourced in order to set the environment. @@ -149,7 +149,7 @@ Example: pkg1 = pmpkg("dummy", "2.1-1") pkg2 = pmpkg("foobar") -All fields from a ArchLinux package can be set and modified directly with no +All fields from a Arch Linux package can be set and modified directly with no methods to access them. Note: some fields are automatically set by pactest and should preferably not be modified by hand (i.e. "md5sum", "size", or "csize"). |