Kiln » Kiln Extensions
Clone URL:  
custom.py
1
2
3
4
5
6
7
8
9
10
# Update the four variables below # Your local kiln must have a project Test with a repo group called Test # A repo Test in that group, as well as a branch repository TestBranch, will # be created as part of the tests. The username and password given must have # write access to that repo group. KILNEXTPATH = '~/kiln/extensions' KILNURL = 'http://localhost/FogBugz/kiln' USER = 'test' PASSWORD = 'tester'