diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2014-09-30 23:30:44 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2014-09-30 23:30:44 -0400 |
commit | b15575430febd0ccfbfdb21ed60ebd633236e059 (patch) | |
tree | a4d17ac6ebf55ae7f2b7c78f66fa0d89931a64ac /src/libretools.conf | |
parent | 5962de4f1c8dca824cde5f823f16b59ee2facc93 (diff) |
libretools.conf: update/clean-up default URLs
Diffstat (limited to 'src/libretools.conf')
-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%%:*}" |