summaryrefslogtreecommitdiff
path: root/contrib/re-pacman
Commit message (Collapse)AuthorAge
* Remove .FILELIST generation from makepkg (and elsewhere)Dan McGee2007-12-29
| | | | | | | | | | | | | | This is something pacman can do on its own straight from the archive, and we will reduce the chance of problems occurring becuase of inproper FILELIST generation as we have had in the past with special characters in filenames. Once we remove it from makepkg. we can remove any usage of it from all of our other tools, including pacman, pactest, and contrib/ utilities. Note that removing it from pacman uncovered a few other bugs anyway, so this was probably a good move. Signed-off-by: Dan McGee <dan@archlinux.org>
* Update GNU GPL boilerplate and copyright datesDan McGee2007-12-10
| | | | | | | 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>
* Fix re-pacman locale issuesDan McGee2007-07-26
| | | | Signed-off-by: Dan McGee <dan@archlinux.org>
* * Added a small note to HACKINGAaron Griffin2007-02-26
* Moved re-pacman to contrib/ as it's probably not as useful as the other stuff in scripts/