Пример #1
0
 def __init__(self, rel, arch, outpath):
     #arch=arch.replace('amd64','ia32') # amd64 is not support
     self.outPath = outpath
     self.arch = arch
     self.rel = getReleaseSeries(rel)
Пример #2
0
    def __init__(self, rel,arch,outpath):
	self.outPath=outpath
	self.arch=arch
        self.rel=getReleaseSeries(rel)
	self.ser=self.rel[:-2]
Пример #3
0
    def __init__(self, rel,arch,outpath):
	#arch=arch.replace('amd64','ia32') # amd64 is not support
	self.outPath=outpath
	self.arch=arch
        self.rel=getReleaseSeries(rel)