diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2013-12-27 20:26:13 -0300 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2013-12-27 20:26:13 -0300 |
commit | 2e756472a8c75eafc290bc8823013f3ac4335a33 (patch) | |
tree | 1c383b2696bf4589e1a8f54b902ac40ad6763430 | |
parent | 187b0eb8d443d181dc533b1d1d0fce9aa38b4c0e (diff) |
Use the blacklist from git
-rwxr-xr-x | abslibre | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ ABSLIBRE=/var/abslibre ABSGIT=/srv/git/repositories/abslibre.git # Remote # ABSGIT=http://projects.parabolagnulinux.org/abslibre.git -BLACKLIST='http://repo.parabolagnulinux.org/docs/blacklist.txt' +BLACKLIST='https://projects.parabolagnulinux.org/blacklist.git/plain/blacklist.txt' SYNCARGS='-mrtv --no-motd --delete-after --no-p --no-o --no-g' BLFILE=/tmp/blacklist.txt |