buildinstall does its own createrepo call, no need to do it twice
This commit is contained in:
parent
340e01eaf1
commit
123b31573e
@ -23,9 +23,6 @@ class Pungi:
|
||||
os.mkdir(self.basedir)
|
||||
os.link(self.opts.comps, os.path.join(self.basedir, 'comps.xml'))
|
||||
|
||||
def doCreaterepo(self):
|
||||
os.system('/usr/bin/createrepo -g %s %s' % (self.opts.comps, self.prodpath))
|
||||
|
||||
# def doCreateSplitrepo(self):
|
||||
# for disc in seq
|
||||
# os.system('/usr/bin/createrepo -g %s --baseurl=media://%s --split %s' % (self.opts.comps, self.prodpath, 'Fedora-%s' % self.opts.version, os.path.join)
|
||||
@ -48,7 +45,6 @@ def main():
|
||||
sys.exit(1)
|
||||
|
||||
myPungi = Pungi(opts)
|
||||
myPungi.doCreaterepo()
|
||||
myPungi.doBuildinstall()
|
||||
myPungi.doPackageorder()
|
||||
#myPungi.doSplittree()
|
||||
|
Loading…
Reference in New Issue
Block a user