index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-07-24 | pactest: exit with a non-zero error code on unexpected failure | Dan McGee | |
This will allow the return code of pactest to be useful, for such things as use in a git-bisect test script. Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2007-12-10 | Update GNU GPL boilerplate and copyright dates | Dan McGee | |
Update the GPL boilerplate to direct people to the GNU website for a copy of the license, as well as bump all of Judd's copyrights to 2007. Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2007-03-05 | * Fixed an issue with globbing the --test argument | Aaron Griffin | |
* Added a custom 'mkdir' function which makes parents and doesn't fail on existence * Added output for 'SKIP' messages (it did not indicate WHY it was skipped) * Added the ability to generate DB packages in the sync dir (not the cache dir) for testing downloading. (self.cachepkgs = False) * Added pmtest.path for the full path to the package file | |||
2007-02-23 | Ignore that... wasn't supposed to happen | Aaron Griffin | |
2007-02-23 | *** empty log message *** | Aaron Griffin | |
2007-02-23 | * Fixed globbing for pactest --test argument | Aaron Griffin | |
* --manual-confirm was handled in the wrong order | |||
2007-02-23 | * Removed a stray print statement left in there | Aaron Griffin | |
* Fail when no tests defined * Added --manual-confirm to help with hand testing | |||
2007-02-23 | * Modified the handling and output w.r.t. IgnorePkg entries. -Sy always ignores | Aaron Griffin | |
these packages, but -S explicitly asks for confirmation. | |||
2007-02-22 | * Rewrote pactest with an OptionParser so we can have helpful help text, and | Dan McGee | |
bumped the version to 0.4. Still a work in progress. * Changed some linewraps in rankmirrors to keep everything under 80 chars. | |||
2007-02-21 | * Indentation changes - 4 spaces for python, we standardized this before (and | Aaron Griffin | |
it's a PEP) * Modified some sync tests | |||
2006-10-15 | Added pactest to repository, from Aurelien Foret: | Aaron Griffin | |
http://aurelien.foret.free.fr/archlinux/pactest/ |