summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rwxr-xr-xsrc/abslibre-tools/libredbdiff6
-rwxr-xr-xsrc/librefetch/librefetch2
-rw-r--r--src/librefetch/librefetch.conf2
-rwxr-xr-xsrc/mips64el-tools/librebasebuilder2
-rwxr-xr-xsrc/repo-diff4
5 files changed, 9 insertions, 7 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}"
diff --git a/src/librefetch/librefetch b/src/librefetch/librefetch
index c3e1700..5a08bb1 100755
--- a/src/librefetch/librefetch
+++ b/src/librefetch/librefetch
@@ -57,7 +57,7 @@ usage() {
straight to makepkg."
echo
print "Example usage:"
- print ' $ %s https://repo.parabolagnulinux.org/other/mypackage/mypackage-1.0.tar.gz' "$cmd"
+ print ' $ %s https://repo.parabola.nu/other/mypackage/mypackage-1.0.tar.gz' "$cmd"
echo
print "Options:"
print " Settings:"
diff --git a/src/librefetch/librefetch.conf b/src/librefetch/librefetch.conf
index 6948e8d..7251ff3 100644
--- a/src/librefetch/librefetch.conf
+++ b/src/librefetch/librefetch.conf
@@ -1,4 +1,6 @@
MIRRORS=(
+ 'https://repo.parabola.nu/sources/'
+ 'https://repo.parabola.nu/other/'
'https://repo.parabolagnulinux.org/sources/'
'https://repo.parabolagnulinux.org/other/'
)
diff --git a/src/mips64el-tools/librebasebuilder b/src/mips64el-tools/librebasebuilder
index 34c1027..61f638d 100755
--- a/src/mips64el-tools/librebasebuilder
+++ b/src/mips64el-tools/librebasebuilder
@@ -78,7 +78,7 @@ Server = http://parabolaweb.eu/\$repo/os/\$arch
# UK
# Responsible: Parabola Project
-Server = http://repo.parabolagnulinux.org/\$repo/os/\$arch
+Server = http://repo.parabola.nu/\$repo/os/\$arch
EOF
diff --git a/src/repo-diff b/src/repo-diff
index e36edad..d11732b 100755
--- a/src/repo-diff
+++ b/src/repo-diff
@@ -40,11 +40,11 @@ n() { echo "$1".db | tr "/" "-"; }
# hopefully simple way to convert
# parabola/libre/i686
# to
-# http://repo.parabolagnulinux.org/libre/os/i686/libre.db
+# http://repo.parabola.nu/libre/os/i686/libre.db
# add more distros here
g() {
echo "$1" | sed -e "s,^\([^/]\+\)/\([^/]\+\)/\([^/]\+\)$,\1/\2/os/\3/\2.db," \
- -e "s,^parabola/,http://repo.parabolagnulinux.org/," \
+ -e "s,^parabola/,http://repo.parabola.nu/," \
-e "s,^arch\(linux\)\?/,http://mirrors.kernel.org/archlinux/,"
}