Changeset 89b48e in indico
- Timestamp:
- 07/13/10 19:20:02 (3 years ago)
- Branches:
- master, burotel, hello-world-walkthrough, ipv6, new-webex, v0.97-series, v0.98-series, v0.98.2, v0.98.3, v0.98b1, v0.98b2, v0.99, 051b2622c51afb171a1dedb46a0df4fbb0cbd02e, d9941f8582b36b24821a11ea5ba16fda6a457fb1
- Children:
- 8eabfb, 87cf46
- Parents:
- 2cd02b
- Files:
-
- 2 edited
-
indico/MaKaC/consoleScripts/installBase.py (modified) (1 diff)
-
setup.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
indico/MaKaC/consoleScripts/installBase.py
rbdd862 r89b48e 139 139 new_contents = "%s\n%s = %s" % (new_contents, k, str(result_values[k])) 140 140 else: 141 raise 'Invalid config value "%s = %s"' % (k, new_values[k])141 raise Exception('Invalid config value "%s = %s"' % (k, new_values[k])) 142 142 143 143 # We write unknown options to the end of the file, they may not be just outdated options but plugins' -
setup.py
rc44780 r89b48e 293 293 ''' % _databaseText('etc') 294 294 295 def _update_conf_dir_paths(self, file path, dirs):295 def _update_conf_dir_paths(self, filePath, dirs): 296 296 fdata = open(filePath).read() 297 297 for dir in dirs.items(): … … 344 344 'tests': tests_indico, 345 345 'fetchdeps': fetchdeps_indico, 346 'develop ': develop_indico,346 'develop_config': develop_indico, 347 347 }, 348 348
Note: See TracChangeset
for help on using the changeset viewer.
