##// END OF EJS Templates
renamed setup module into a setup_rhodecode....
marcink -
r2289:5893414d beta
parent child Browse files
Show More
@@ -84,4 +84,4 b' class SetupCommand(AbstractInstallComman'
84 84 installer.setup_config(
85 85 self, config_file, section, self.sysconfig_install_vars(installer))
86 86 self.call_sysconfig_functions(
87 'post_setup_hook', installer, config_file) No newline at end of file
87 'post_setup_hook', installer, config_file)
@@ -193,7 +193,7 b' class TestFilesController(TestController'
193 193 short = '27cd5cce30c9%s' % arch_ext
194 194 fname = '27cd5cce30c96924232dffcd24178a07ffeb5dfc%s' % arch_ext
195 195 filename = '%s-%s' % (HG_REPO, short)
196 response = self.app.get(url(controller='files',
196 response = self.app.get(url(controller='files',
197 197 action='archivefile',
198 198 repo_name=HG_REPO,
199 199 fname=fname))
@@ -94,7 +94,7 b' setup('
94 94 main = pylons.util:PylonsInstaller
95 95
96 96 [paste.global_paster_command]
97 setup-rhodecode=rhodecode.config.setup:SetupCommand
97 setup-rhodecode=rhodecode.config.setup_rhodecode:SetupCommand
98 98 make-index=rhodecode.lib.indexers:MakeIndex
99 99 make-rcext=rhodecode.config.rcextensions.make_rcextensions:MakeRcExt
100 100 upgrade-db=rhodecode.lib.dbmigrate:UpgradeDb
General Comments 0
You need to be logged in to leave comments. Login now