diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2013-12-27 20:25:11 -0300 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2013-12-27 20:25:11 -0300 |
commit | 187b0eb8d443d181dc533b1d1d0fce9aa38b4c0e (patch) | |
tree | d0f520766d194a530103e1506fa0abe4364f961d | |
parent | 77fa9fc45569325a508893e16bcbb404fe12ffbc (diff) |
Remove abs dependency
-rwxr-xr-x | abslibre | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -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 |