From 5ec4c98f03c928a80cbcea624f358ee9b38632c4 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Tue, 17 Jan 2017 19:33:45 -0500 Subject: libretools.conf: Update default host names. --- src/libretools.conf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/libretools.conf') diff --git a/src/libretools.conf b/src/libretools.conf index fb4593c..2332530 100644 --- a/src/libretools.conf +++ b/src/libretools.conf @@ -8,7 +8,7 @@ WORKDIR="$LIBREHOME/packages" ## Blacklist URL -BLACKLIST=https://projects.parabola.nu/blacklist.git/plain/blacklist.txt +BLACKLIST=https://git.parabola.nu/blacklist.git/plain/blacklist.txt ## Diff tool (vimdiff, gvimdiff, meld, etc) ## Used by `aur`, `diff-unfree` @@ -20,8 +20,8 @@ ARCHES=($(printf '%s\n' /usr/share/pacman/defaults/pacman.conf.*|sed 's|.*\.||') ## ABSLibre # Used by xbs-abslibre -ABSLIBRERECV=git://projects.parabola.nu/abslibre/abslibre.git -ABSLIBRESEND=ssh://git@projects.parabola.nu/srv/git/abslibre/abslibre.git +ABSLIBRERECV=git://git.parabola.nu/abslibre/abslibre.git +ABSLIBRESEND=ssh://git@git.parabola.nu/srv/git/abslibre/abslibre.git ABSLIBREDEST="$WORKDIR/staging/abslibre" ################################################################################ @@ -30,7 +30,7 @@ ABSLIBREDEST="$WORKDIR/staging/abslibre" ## Where to upload packages to # '/staging/' is appended; this is for compatibility with previous versions. -REPODEST=repo@parabola.nu:staging/$LIBREUSER +REPODEST=repo@repo.parabola.nu:staging/$LIBREUSER ## These are run before and after uploading packages HOOKPRERELEASE="ssh -fN ${REPODEST%%:*}" -- cgit v1.2.2