예제 #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 = {}
예제 #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 = {}
예제 #3
0
    def __init__(self, batch, backend):
        Import.__init__(self, batch, backend)

        self.channels = {}

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

        self.channels = {}

        self.kstree_types = {}
        self.ks_install_types = {}
        self.checksums = {}
예제 #5
0
 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 = {}
예제 #6
0
 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 = {}
예제 #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()
예제 #8
0
 def __init__(self, batch, backend):
     Import.__init__(self, batch, backend)
     self.arches1 = {}
     self.arches2 = {}
예제 #9
0
 def __init__(self, batch, backend):
     Import.__init__(self, batch, backend)
     self.arches = {}
     self.channels = {}
예제 #10
0
 def __init__(self, batch, backend):
     Import.__init__(self, batch, backend)
     self.channel_families = {}
     self.will_commit = 1
예제 #11
0
 def __init__(self, batch, backend):
     Import.__init__(self, batch, backend)
     self.channels_to_link = {}
예제 #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()
예제 #13
0
 def __init__(self, batch, backend):
     Import.__init__(self, batch, backend)
예제 #14
0
 def __init__(self, batch, backend):
     Import.__init__(self, batch, backend)
     self.arches1 = {}
     self.arches2 = {}
예제 #15
0
 def __init__(self, batch, backend):
     Import.__init__(self, batch, backend)
예제 #16
0
 def __init__(self, batch, backend):
     Import.__init__(self, batch, backend)
     self.arches = {}
     self.channels = {}
예제 #17
0
 def __init__(self, batch, backend):
     Import.__init__(self, batch, backend)
     self.channels_to_link = {}
예제 #18
0
 def __init__(self, batch, backend):
     Import.__init__(self, batch, backend)
     self.channel_families = {}
     self.will_commit = 1