diff options
author | Eric Hameleers <alien@slackware.com> | 2016-11-30 11:04:31 +0100 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2016-11-30 11:04:31 +0100 |
commit | 7c301995f3899b97c105749226a4fdb71561807f (patch) | |
tree | 4c49bc3be68ea61a4e53892d297e13f30b24ab3a | |
parent | 841563e794f79708b5d7e10373569df0ce9b7f82 (diff) | |
download | liveslak-7c301995f3899b97c105749226a4fdb71561807f.tar.gz liveslak-7c301995f3899b97c105749226a4fdb71561807f.tar.xz |
pkglists/cinnamon.conf: add a remote rsync URI for the cinnamon repository.
-rw-r--r-- | pkglists/cinnamon.conf | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/pkglists/cinnamon.conf b/pkglists/cinnamon.conf index dca6bca..5e10c92 100644 --- a/pkglists/cinnamon.conf +++ b/pkglists/cinnamon.conf @@ -1,4 +1,9 @@ -# Repository: http://slackware.org.uk/csb/testing/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/csb/${SL_VERSION}/${SL_ARCH}" +SL_REPO_URL="rsync://slackware.uk/csb/14.2/${SL_ARCH}" SL_REPO="/mnt/auto/sox/ftp/pub/Linux/Slackware/csb/testing/${SL_ARCH}" # Package root directory: |