alter SCM.checkout() to mesh with kojikamid
This commit is contained in:
parent
b16b3304f4
commit
94ea106518
2 changed files with 38 additions and 19 deletions
|
|
@ -45,8 +45,18 @@ import glob
|
|||
|
||||
MANAGER_PORT = 7000
|
||||
|
||||
KOJIKAMID = True
|
||||
|
||||
## INSERT kojikamid dup
|
||||
|
||||
class fakemodule(object):
|
||||
pass
|
||||
|
||||
#make parts of the above insert accessible as koji.X
|
||||
koji = fakemodule()
|
||||
koji.GenericError = GenericError
|
||||
koji.BuildError = BuildError
|
||||
|
||||
|
||||
class WindowsBuild(object):
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue