summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2017-01-17 19:33:45 -0500
committerLuke Shumaker <lukeshu@sbcglobal.net>2017-01-17 19:33:45 -0500
commit5ec4c98f03c928a80cbcea624f358ee9b38632c4 (patch)
treeba040acd04a477847e48cb7d2f0b0b53faf68aac
parentd4983b7a22c6e53db647c7a89293097a6c8aa61e (diff)
libretools.conf: Update default host names.v20170117
-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%%:*}"