Show More
@@ -84,4 +84,4 b' class SetupCommand(AbstractInstallComman' | |||||
84 | installer.setup_config( |
|
84 | installer.setup_config( | |
85 | self, config_file, section, self.sysconfig_install_vars(installer)) |
|
85 | self, config_file, section, self.sysconfig_install_vars(installer)) | |
86 | self.call_sysconfig_functions( |
|
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 | short = '27cd5cce30c9%s' % arch_ext |
|
193 | short = '27cd5cce30c9%s' % arch_ext | |
194 | fname = '27cd5cce30c96924232dffcd24178a07ffeb5dfc%s' % arch_ext |
|
194 | fname = '27cd5cce30c96924232dffcd24178a07ffeb5dfc%s' % arch_ext | |
195 | filename = '%s-%s' % (HG_REPO, short) |
|
195 | filename = '%s-%s' % (HG_REPO, short) | |
196 |
response = self.app.get(url(controller='files', |
|
196 | response = self.app.get(url(controller='files', | |
197 | action='archivefile', |
|
197 | action='archivefile', | |
198 | repo_name=HG_REPO, |
|
198 | repo_name=HG_REPO, | |
199 | fname=fname)) |
|
199 | fname=fname)) |
@@ -94,7 +94,7 b' setup(' | |||||
94 | main = pylons.util:PylonsInstaller |
|
94 | main = pylons.util:PylonsInstaller | |
95 |
|
95 | |||
96 | [paste.global_paster_command] |
|
96 | [paste.global_paster_command] | |
97 | setup-rhodecode=rhodecode.config.setup:SetupCommand |
|
97 | setup-rhodecode=rhodecode.config.setup_rhodecode:SetupCommand | |
98 | make-index=rhodecode.lib.indexers:MakeIndex |
|
98 | make-index=rhodecode.lib.indexers:MakeIndex | |
99 | make-rcext=rhodecode.config.rcextensions.make_rcextensions:MakeRcExt |
|
99 | make-rcext=rhodecode.config.rcextensions.make_rcextensions:MakeRcExt | |
100 | upgrade-db=rhodecode.lib.dbmigrate:UpgradeDb |
|
100 | upgrade-db=rhodecode.lib.dbmigrate:UpgradeDb |
General Comments 0
You need to be logged in to leave comments.
Login now