diff options
-rw-r--r-- | src/libretools.conf | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/src/libretools.conf b/src/libretools.conf index 9e5b83b..6eed185 100644 --- a/src/libretools.conf +++ b/src/libretools.conf @@ -8,7 +8,7 @@ WORKDIR="$LIBREHOME/packages" ## Blacklist URL -BLACKLIST=https://repo.parabolagnulinux.org/docs/blacklist.txt +BLACKLIST=https://projects.parabola.nu/blacklist.git/plain/blacklist.txt ## Diff tool (vimdiff, gvimdiff, meld, etc) ## Used by `aur`, `diff-unfree` @@ -28,8 +28,8 @@ ARCHES=('x86_64' 'i686' 'mips64el') ## ABSLibre # Used by xbs-abslibre -ABSLIBRERECV=git://projects.parabolagnulinux.org/abslibre/abslibre.git -ABSLIBRESEND=ssh://git@projects.parabolagnulinux.org:1863/srv/git/abslibre/abslibre.git +ABSLIBRERECV=git://projects.parabola.nu/abslibre/abslibre.git +ABSLIBRESEND=ssh://git@projects.parabola.nu/srv/git/abslibre/abslibre.git ABSLIBREDEST="$WORKDIR/staging/abslibre" ################################################################################ @@ -38,11 +38,7 @@ ABSLIBREDEST="$WORKDIR/staging/abslibre" ## Where to upload packages to # '/staging/' is appended; this is for compatibility with previous versions. -REPODEST=repo@repo:/srv/http/repo/staging/$LIBREUSER -## Assumes something similar in your .ssh/config: -# Host repo -# Port 1863 -# HostName repo.parabolagnulinux.org +REPODEST=repo@parabola.nu:~repo/staging/$LIBREUSER ## These are run before and after uploading packages HOOKPRERELEASE="ssh -fN ${REPODEST%%:*}" |