sb: Add the release_path key to the version section in the VERSION file.

A release can specify a custom releaase URL path.

Closes #2952.
This commit is contained in:
Chris Johns
2017-03-26 13:19:18 +11:00
parent 4e5b7fdc72
commit 78e7f6a751
3 changed files with 25 additions and 8 deletions

View File

@@ -641,9 +641,9 @@ def load(args, optargs = None, defaults = '%{_sbdir}/defaults.mc'):
o.post_process()
#
# Load the release hashes
# Load the release settings
#
version.load_release_hashes(o.defaults)
version.load_release_settings(o.defaults)
return o