diff options
Diffstat (limited to 'pkglists')
-rw-r--r-- | pkglists/alien.conf | 4 | ||||
-rw-r--r-- | pkglists/mate.conf | 5 | ||||
-rw-r--r-- | pkglists/plasma5.conf | 6 |
3 files changed, 13 insertions, 2 deletions
diff --git a/pkglists/alien.conf b/pkglists/alien.conf index df43eb3..4b527b2 100644 --- a/pkglists/alien.conf +++ b/pkglists/alien.conf @@ -1,3 +1,7 @@ +# If 'SL_REPO_URL' is a rsync:// URL and 'SL_REPO' points to a non-existent +# or empty directory, then the content of 'SL_REPO_URL' will be rsync-ed +# to the local directory 'SL_REPO'. +SL_REPO_URL="rsync://slackware.uk/people/alien/sbrepos/${SL_VERSION}/${SL_ARCH}" SL_REPO="/mnt/auto/sox/sbrepos/${SL_VERSION}/${SL_ARCH}" # Package root directory: diff --git a/pkglists/mate.conf b/pkglists/mate.conf index 24ca26c..dd21769 100644 --- a/pkglists/mate.conf +++ b/pkglists/mate.conf @@ -1,4 +1,7 @@ -# Repository: http://slackware.uk/msb/testing/1.12/x86_64/ +# If 'SL_REPO_URL' is a rsync:// URL and 'SL_REPO' points to a non-existent +# or empty directory, then the content of 'SL_REPO_URL' will be rsync-ed +# to the local directory 'SL_REPO'. +SL_REPO_URL="rsync://slackware.uk/msb/testing/1.12/${SL_ARCH}/" SL_REPO="/mnt/auto/sox/ftp/pub/Linux/Slackware/msb/testing/1.12/${SL_ARCH}" # Package root directory: diff --git a/pkglists/plasma5.conf b/pkglists/plasma5.conf index 05904a9..49e51ef 100644 --- a/pkglists/plasma5.conf +++ b/pkglists/plasma5.conf @@ -1,4 +1,8 @@ -SL_REPO="/mnt/auto/sox/data/slackware/ktown/${SL_VERSION}/testing/${SL_ARCH}" +# If 'SL_REPO_URL' is a rsync:// URL and 'SL_REPO' points to a non-existent +# or empty directory, then the content of 'SL_REPO_URL' will be rsync-ed +# to the local directory 'SL_REPO'. +SL_REPO_URL="rsync://slackware.uk/people/alien-kde/${SL_VERSION}/5/${SL_ARCH}" +SL_REPO="/mnt/auto/sox/data/slackware/ktown/${SL_VERSION}/5/${SL_ARCH}" # Package root directory: SL_PKGROOT=${SL_REPO} |