##// END OF EJS Templates
Updated contributors and fixed index line length
marcink -
r1409:c3172bc0 beta
parent child Browse files
Show More
@@ -4,4 +4,6 b' List of contributors to RhodeCode projec'
4 Jason Harris <jason@jasonfharris.com>
4 Jason Harris <jason@jasonfharris.com>
5 Thayne Harbaugh <thayne@fusionio.com>
5 Thayne Harbaugh <thayne@fusionio.com>
6 cejones
6 cejones
7 Lorenzo M. Catucci <lorenzo@sancho.ccd.uniroma2.it> No newline at end of file
7 Lorenzo M. Catucci <lorenzo@sancho.ccd.uniroma2.it>
8 Dmitri Kuznetsov
9 Jared Bunting <jared.bunting@peachjean.com> No newline at end of file
@@ -90,7 +90,8 b' class MakeIndex(BasePasterCommand):'
90 init_model(engine)
90 init_model(engine)
91
91
92 index_location = config['index_dir']
92 index_location = config['index_dir']
93 repo_location = self.options.repo_location if self.options.repo_location else RepoModel().repos_path
93 repo_location = self.options.repo_location \
94 if self.options.repo_location else RepoModel().repos_path
94 repo_list = map(strip, self.options.repo_list.split(',')) \
95 repo_list = map(strip, self.options.repo_list.split(',')) \
95 if self.options.repo_list else None
96 if self.options.repo_list else None
96
97
General Comments 0
You need to be logged in to leave comments. Login now