From e2718f59a3e00c25c30d5c76abf60c4a49d33bbd Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Sun, 13 Dec 2020 21:18:09 +0100 Subject: PLASMA5: update the .conf file to point to ktown again, for future use Of course, a PLASMA5 ISO at this moment does not make sense, since KDE Plasma5 was recently added to Slackware itself. But in future, I may use the PLASMA5 Live ISO to test bleeding edge releases, like a Qt6 based Plasma6. --- pkglists/plasma5.conf | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/pkglists/plasma5.conf b/pkglists/plasma5.conf index 8af6b3a..856f899 100644 --- a/pkglists/plasma5.conf +++ b/pkglists/plasma5.conf @@ -2,17 +2,15 @@ # or empty directory, then the content of 'SL_REPO_URL' will be rsync-ed # to the local directory 'SL_REPO'. -VARIANT=testing +VARIANT=latest if [ "${SL_ARCH}" == "x86_64" ]; then LIBSUFFIX="64" else LIBSUFFIX="" fi -#SL_REPO_URL="rsync://slackware.uk/people/alien-kde/${SL_VERSION}/${VARIANT}/${SL_ARCH}" -SL_REPO_URL="rsync://slackware.uk/slackware/slackware${LIBSUFFIX}-${SL_VERSION}/${VARIANT}/packages/vtown" -#SL_REPO="/var/cache/liveslak/ktown/${SL_VERSION}/${VARIANT}/${SL_ARCH}" -SL_REPO="/var/cache/liveslak/Slackware/slackware${LIBSUFFIX}-${SL_VERSION}/${VARIANT}/packages/vtown" +SL_REPO_URL="rsync://slackware.nl/mirrors/alien-kde/${SL_VERSION}/${VARIANT}/${SL_ARCH}" +SL_REPO="/var/cache/liveslak/ktown/${SL_VERSION}/${VARIANT}/${SL_ARCH}" # Package root directory: SL_PKGROOT=${SL_REPO} -- cgit v1.2.3