diff options
author | Dan McGee <dan@archlinux.org> | 2007-11-20 11:38:24 -0600 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2007-12-21 11:05:38 -0600 |
commit | 741fa316038eb0307e4aaffcac05eaa36303ead9 (patch) | |
tree | 2f80987844a4a8ec814abf5f7bb5d3de492f2c0d /etc/abs/abs.conf | |
parent | c0845db8f7cc3f0fbf9bfadbdbb30b0acc96c242 (diff) | |
download | pacman-741fa316038eb0307e4aaffcac05eaa36303ead9.tar.xz |
Remove abs from the pacman repository
abs has always been an Arch Linux specific tool, and although it is used
primarily by pacman and makepkg, it should not be included with a distro-
agnostic tarball. In addition, maintenance of the script would be better
outside of pacman and would allow for more frequent updates.
This also facilitates our move away from a cvsup/csup dependent tool for
syncing PKGBUILDs.
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'etc/abs/abs.conf')
-rw-r--r-- | etc/abs/abs.conf | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/etc/abs/abs.conf b/etc/abs/abs.conf deleted file mode 100644 index 782b269b..00000000 --- a/etc/abs/abs.conf +++ /dev/null @@ -1,13 +0,0 @@ -# -# /etc/abs/abs.conf -# - -# the top-level directory of all your PKGBUILDs -[ "$ABSROOT" = "" ] && ABSROOT="/var/abs/" - -# -# Supfiles to be parsed by abs (in this order) -# (prefix a module with a ! to disable it) -# -SUPFILES=(core extra !unstable !community !testing) - |