Exemplo n.º 1
0
 def __init__(self, platform, vendor):
     self.platform = platform
     self.vendor = vendor
     self.Vendor = vendor.title()
     summary="Platform Configuration files for %s." % self.platform
     ComponentGenerator.__init__(self, platform, "platform-config-" + self.platform,
                                 "all", summary, summary)
Exemplo n.º 2
0
 def __init__(self, platform, vendor):
     self.platform = platform
     self.vendor = vendor
     self.Vendor = vendor.title()
     summary = "Platform Configuration files for %s." % self.platform
     ComponentGenerator.__init__(self, platform,
                                 "platform-config-" + self.platform, "all",
                                 summary, summary)
Exemplo n.º 3
0
Arquivo: vcgen.py Projeto: yut148/ONL
 def __init__(self, vendor):
     self.vendor = vendor
     summary = "Vendor Configuration files for %s." % self.vendor
     ComponentGenerator.__init__(self, vendor,
                                 "vendor-config-" + self.vendor, "all",
                                 summary, summary)
Exemplo n.º 4
0
 def __init__(self, vendor):
     self.vendor = vendor
     summary="Vendor Configuration files for %s." % self.vendor
     ComponentGenerator.__init__(self, vendor, "vendor-config-" + self.vendor,
                                 "all", summary, summary)