diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2012-12-12 18:58:10 -0500 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2012-12-12 18:58:10 -0500 |
commit | 785ca5da915b5edc3123dcdeb4994fdfca7e416d (patch) | |
tree | b3ae546310d8bfa1ee8164b64838d909d572a20c /settings.py | |
parent | 764182c0ca66b538cef994409f04f876681598cd (diff) | |
parent | 3451b4f8354e3478a604bb3e4805ac9e5982fecd (diff) |
Merge commit '3451b4f'
Conflicts:
settings.py
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 * |