Mercurial > treepkg
comparison bin/treepkgbuilder.py @ 344:f06f707d9fda
merged branches/scratchbox into trunk
#### IMPORTANT FOR ALL TREEPKGS #####
pbuilderrc config variable name changed to builderconfig
author | Bjoern Ricks <bricks@intevation.de> |
---|---|
date | Fri, 23 Apr 2010 07:43:29 +0000 |
parents | ce7be2fb93ee |
children |
comparison
equal
deleted
inserted
replaced
343:c0808837fc64 | 344:f06f707d9fda |
---|---|
74 " chroot. Default is etch.")) | 74 " chroot. Default is etch.")) |
75 return parser | 75 return parser |
76 | 76 |
77 def run(self): | 77 def run(self): |
78 builder = self.get_builder() | 78 builder = self.get_builder() |
79 builder.init_pbuilder(distribution=self.opts.distribution, | 79 builder.init_builder(distribution=self.opts.distribution, |
80 mirrorsite=self.opts.mirrorsite, | 80 mirrorsite=self.opts.mirrorsite, |
81 extramirrors=self.opts.othermirror) | 81 extramirrors=self.opts.othermirror) |
82 | 82 |
83 | 83 |
84 class AddBinariesCommand(Command): | 84 class AddBinariesCommand(Command): |