summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/libretools.conf8
1 files changed, 4 insertions, 4 deletions
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%%:*}"