PBUILDER,
'--execute',
'--hookdir', '""',
- '--bindmounts', '"/srv/git %s"' %(CWD),
+ '--bindmounts', '"/srv/git %s"' %(os.path.join(CWD,'..')),
'--',
pbuilder_script,
'--cwd', '%s' %('/tmp'),
self.pb_modules = pb_modules
def __repr__(self):
- return '<KernelVersion(identifier=\'%s\', last_version=\'%s\'), branch_name=\'%s\', pb_modules=\'%s\'>' %(
+ return '<KernelVersion(identifier=\'%s\', last_version=\'%s\', branch_name=\'%s\', pb_modules=\'%s\')>' %(
self.identifier, self.last_version, self.branch_name, self.pb_modules
)