summaryrefslogtreecommitdiff
path: root/src/abslibre-tools
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2014-11-28 01:36:09 -0500
committerLuke Shumaker <lukeshu@sbcglobal.net>2014-11-28 01:36:09 -0500
commit1c45abba48d24758a99fcbe84f2add52b7c94c1d (patch)
treee8874793088bbb0d3ea9346790409c461003e6aa /src/abslibre-tools
parentb22452767d33a017352b2423656bf4ddb0ff4b9b (diff)
s/parabolagnulinux.org/parabola.nu/
Diffstat (limited to 'src/abslibre-tools')
-rwxr-xr-xsrc/abslibre-tools/libredbdiff6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/abslibre-tools/libredbdiff b/src/abslibre-tools/libredbdiff
index 098bade..ff3b4a1 100755
--- a/src/abslibre-tools/libredbdiff
+++ b/src/abslibre-tools/libredbdiff
@@ -31,7 +31,7 @@ dbpatharch="$basedbpath/pacman.archlinux"
mirrorlist="$baseconfpath/mirrorlist.parabola"
mirrorlistarch="$baseconfpath/mirrorlist.archlinux"
-mirror='http://repo.parabolagnulinux.org/$repo/os/$arch'
+mirror='http://repo.parabola.nu/$repo/os/$arch'
mirrorarch='http://mirrors.kernel.org/archlinux/$repo/os/$arch'
. libremessages
@@ -148,7 +148,7 @@ main() {
createdir "$dbpath"
createdir "$dbpatharch"
- downloadfile "${conffile}" "https://projects.parabolagnulinux.org/abslibre.git/plain/libre/pacman/pacman.conf.x86_64" \
+ downloadfile "${conffile}" "https://projects.parabola.nu/abslibre.git/plain/libre/pacman/pacman.conf.x86_64" \
"Downloading Parabola %q" pacman.conf
downloadfile "${conffilearch}" "https://projects.archlinux.org/svntogit/packages.git/plain/pacman/trunk/pacman.conf.x86_64" \
@@ -158,7 +158,7 @@ main() {
sed -i "s|/etc/pacman\.d/mirrorlist$|$baseconfpath/mirrorlist.archlinux|" "${conffilearch}"
fi
- downloadfile "${mirrorlist}" "https://repo.parabolagnulinux.org/mirrorlist.txt" \
+ downloadfile "${mirrorlist}" "https://repo.parabola.nu/mirrorlist.txt" \
"Downloading Parabola %q" mirrorlist
if [[ $? == 255 ]] ; then
sed -i 's|^Server|#Server|' "${mirrorlist}"