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!)
This commit is contained in:
Jon Atkins
2013-03-20 04:34:16 +00:00
parent bd2f371d64
commit 380bbfda32
15 changed files with 22 additions and 22 deletions

View File

@ -2,13 +2,13 @@
buildSettings = {
'jonatkins': {
'resourceUrlBase': 'http://iitc.jonatkins.com/dist',
'distUrlBase': 'http://iitc.jonatkins.com/dist',
'resourceUrlBase': 'http://iitc.jonatkins.com/release',
'distUrlBase': 'https://secure.jonatkins.com/iitc/release',
},
'jonatkins-dev': {
'resourceUrlBase': 'http://iitc.jonatkins.com/dev',
'distUrlBase': 'http://iitc.jonatkins.com/dev',
'distUrlBase': 'https://secure.jonatkins.com/iitc/dev',
},