Jon Atkins 380bbfda32 more build tweaks
- make update URLS https - required by firefox+greasemonkey
- add build name + date/time to description of all plugins, and moved to front for main IITC
- ensure all plugins have a A.B.C. version number format - required now they append the date+time digits
- no smooth upgrade path from current 'dist' folder - so changed to 'release'. users will have to manually update this time, but will be fine fron now onwards (in theory!)
2013-03-20 04:34:16 +00:00

21 lines
502 B
Python

# settings file for builds.
buildSettings = {
'jonatkins': {
'resourceUrlBase': 'http://iitc.jonatkins.com/release',
'distUrlBase': 'https://secure.jonatkins.com/iitc/release',
},
'jonatkins-dev': {
'resourceUrlBase': 'http://iitc.jonatkins.com/dev',
'distUrlBase': 'https://secure.jonatkins.com/iitc/dev',
},
'local8000': {
'resourceUrlBase': 'http://0.0.0.0:8000/dist',
'distUrlBase': 'http://nohost.invalid/nopath',
},
}