Changeset - 884fbc541d8d
[Not reviewed]
beta
0 1 0
Marcin Kuzminski - 14 years ago 2012-04-30 17:25:01
marcin@python-works.com
added more repos to crawler
1 file changed with 5 insertions and 1 deletions:
0 comments (0 inline, 0 general)
rhodecode/tests/rhodecode_crawler.py
Show inline comments
 
@@ -45,7 +45,11 @@ from rhodecode.lib import vcs
 

	
 
BASE_URI = 'http://127.0.0.1:5001/%s'
 
PROJECT_PATH = jn('/', 'home', 'marcink', 'hg_repos')
 
PROJECTS = ['CPython', 'rhodecode_tip', 'mastergmat']
 
PROJECTS = [
 
    'linux-magx-pbranch',
 
    'CPython',
 
    'rhodecode_tip',
 
]
 

	
 

	
 
cj = cookielib.FileCookieJar('/tmp/rc_test_cookie.txt')
0 comments (0 inline, 0 general)