summaryrefslogtreecommitdiffstats
path: root/scripts/repo-remove
AgeCommit message (Collapse)AuthorFilesLines
2007-04-02Tidy up usage of makepkg.confAndrew Fyfe1-3/+12
Moved the following variables into /etc/makepkg.conf * BUILDSCRIPT * PKGEXT * DB_COMPRESSION * DB_CHECKSUMS Cleaned up sourcing of /etc/makepkg.conf in scripts and source ~/.makepkg.conf if it exists. Signed-off-by: Andrew Fyfe <andrew@neptune-one.net> Signed-off-by: Dan McGee <dan@archlinux.org>
2007-02-11Adding repo-remove script, allows for a package to be removed from a repo.Dan McGee1-0/+136
More or less a reverse 'repo-add'.