Changeset - c3172bc09503
[Not reviewed]
beta
0 2 0
Marcin Kuzminski - 14 years ago 2011-07-02 01:56:49
marcin@python-works.com
Updated contributors and fixed index line length
2 files changed with 5 insertions and 2 deletions:
0 comments (0 inline, 0 general)
CONTRIBUTORS
Show inline comments
 
@@ -4,4 +4,6 @@ List of contributors to RhodeCode projec
 
    Jason Harris <jason@jasonfharris.com>
 
    Thayne Harbaugh  <thayne@fusionio.com>
 
    cejones
 
    Lorenzo M. Catucci <lorenzo@sancho.ccd.uniroma2.it>
 
\ No newline at end of file
 
    Lorenzo M. Catucci <lorenzo@sancho.ccd.uniroma2.it>
 
    Dmitri Kuznetsov
 
    Jared Bunting <jared.bunting@peachjean.com>
 
\ No newline at end of file
rhodecode/lib/indexers/__init__.py
Show inline comments
 
@@ -90,7 +90,8 @@ class MakeIndex(BasePasterCommand):
 
        init_model(engine)
 

	
 
        index_location = config['index_dir']
 
        repo_location = self.options.repo_location if self.options.repo_location else RepoModel().repos_path
 
        repo_location = self.options.repo_location \
 
            if self.options.repo_location else RepoModel().repos_path
 
        repo_list = map(strip, self.options.repo_list.split(',')) \
 
            if self.options.repo_list else None
 

	
0 comments (0 inline, 0 general)