index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-11-14 | Remove REQUIREDBY checks from pactest | Dan McGee | |
Remove any checks dealing with requiredby from pactest (but not actually from the pactests themselves). Of course, we should probably find a new way to check requiredby values of packages since there is no guarantee our code is working perfectly. Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2007-11-04 | Added optdepends support to pactest | Jeff Mickey | |
Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2007-10-28 | pactest: generate the filelist the correct way | Dan McGee | |
Actually use python commands to generate the filelist instead of os.system calls that don't necessarily work everywhere. Noticed when running "make check" on FreeBSD where the tar program is actually bsdtar. 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-27 | * Prevent this error when creating empty packages. | Dan McGee | |
tar: *: Cannot stat: No such file or directory tar: Error exit delayed from previous errors | |||
2007-02-27 | * Fixed a pacman warning when these fake packages didn't create an (empty) | Aaron Griffin | |
.FILELIST | |||
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/ |