From 187b0eb8d443d181dc533b1d1d0fce9aa38b4c0e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Reynolds?= Date: Fri, 27 Dec 2013 20:25:11 -0300 Subject: Remove abs dependency --- abslibre | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/abslibre b/abslibre index e49d627..70e4be3 100755 --- a/abslibre +++ b/abslibre @@ -8,7 +8,13 @@ BLACKLIST='http://repo.parabolagnulinux.org/docs/blacklist.txt' SYNCARGS='-mrtv --no-motd --delete-after --no-p --no-o --no-g' BLFILE=/tmp/blacklist.txt -. /etc/abs.conf +# Variables from abs.conf +ABSROOT="/var/abs/" +# DON'T CHANGE. WE NEED IT FOR ABSLIBRE +SYNCSERVER="rsync.archlinux.org" +ARCH="i686" +MIRRORLIST="/etc/pacman.d/mirrorlist" +REPOS=(core extra community testing community-testing !staging !community-staging) # Steps # * Sync abs -- cgit v1.2.3