Exemple #1
0
 def __init__(self, batch, backend, caller=None, update_last_modified=0):
     Import.__init__(self, batch, backend)
     self._update_last_modified = update_last_modified
     self.ignoreUploaded = 1
     self.sourceRPMs = {}
     self.groups = {}
     self.checksums = {}
Exemple #2
0
 def __init__(self, batch, backend, caller=None, update_last_modified=0):
     Import.__init__(self, batch, backend)
     self._update_last_modified = update_last_modified
     self.ignoreUploaded = 1
     self.sourceRPMs = {}
     self.groups = {}
     self.checksums = {}
Exemple #3
0
    def __init__(self, batch, backend):
        Import.__init__(self, batch, backend)

        self.channels = {}

        self.kstree_types = {}
        self.ks_install_types = {}
        self.checksums = {}
Exemple #4
0
    def __init__(self, batch, backend):
        Import.__init__(self, batch, backend)

        self.channels = {}

        self.kstree_types = {}
        self.ks_install_types = {}
        self.checksums = {}
 def __init__(self, batch, backend):
     Import.__init__(self, batch, backend)
     self.arches = {}
     self.families = {}
     self.dists = {}
     self.will_commit = 1
     self.releases = {}
     self.channels = {}
     self.checksum_types = {}
 def __init__(self, batch, backend):
     Import.__init__(self, batch, backend)
     self.arches = {}
     self.families = {}
     self.dists = {}
     self.will_commit = 1
     self.releases = {}
     self.channels = {}
     self.checksum_types = {}
Exemple #7
0
 def __init__(self, batch, backend, master_label, create_orgs=False):
     Import.__init__(self, batch, backend)
     self.master_label = master_label
     self.create_orgs = create_orgs
     self._create_maps()
Exemple #8
0
 def __init__(self, batch, backend):
     Import.__init__(self, batch, backend)
     self.arches1 = {}
     self.arches2 = {}
 def __init__(self, batch, backend):
     Import.__init__(self, batch, backend)
     self.arches = {}
     self.channels = {}
 def __init__(self, batch, backend):
     Import.__init__(self, batch, backend)
     self.channel_families = {}
     self.will_commit = 1
Exemple #11
0
 def __init__(self, batch, backend):
     Import.__init__(self, batch, backend)
     self.channels_to_link = {}
Exemple #12
0
 def __init__(self, batch, backend, master_label, create_orgs=False):
     Import.__init__(self, batch, backend)
     self.master_label = master_label
     self.create_orgs = create_orgs
     self._create_maps()
 def __init__(self, batch, backend):
     Import.__init__(self, batch, backend)
Exemple #14
0
 def __init__(self, batch, backend):
     Import.__init__(self, batch, backend)
     self.arches1 = {}
     self.arches2 = {}
 def __init__(self, batch, backend):
     Import.__init__(self, batch, backend)
Exemple #16
0
 def __init__(self, batch, backend):
     Import.__init__(self, batch, backend)
     self.arches = {}
     self.channels = {}
 def __init__(self, batch, backend):
     Import.__init__(self, batch, backend)
     self.channels_to_link = {}
Exemple #18
0
 def __init__(self, batch, backend):
     Import.__init__(self, batch, backend)
     self.channel_families = {}
     self.will_commit = 1