diff options
Diffstat (limited to 'settings.py')
-rw-r--r-- | settings.py | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/settings.py b/settings.py index 41571f43..735bf8b8 100644 --- a/settings.py +++ b/settings.py @@ -130,6 +130,13 @@ PGP_SERVER = 'pgp.mit.edu:11371' # URL to fetch a current list of available ISOs ISO_LIST_URL = 'https://repo.parabolagnulinux.org/isos/' +# URL to the PXE netboot instructions +PXEBOOT_URL = 'http://repo.parabolagnulinux.org/pxeboot/' + +# URL for SVN access for fetching commit messages (note absence of packages or +# community bit on the end, repo.svn_root is appended) +#SVN_BASE_URL = 'svn://svn.archlinux.org/' + ## Import local settings from local_settings import * |