+2006-10-21 10:54 lmacken
+
+ * modifyrepo.py: use the mdname for the 'href' element, so it doesn't
+ explode when dealing with xml.dom.minidom.Document objects.
+
2006-10-14 01:30 lmacken
* Makefile, bin/Makefile, createrepo.spec: Makefile changes for
root = self.doc.firstChild
data = self._insert_element(root, 'data', attrs={ 'type' : mdtype })
self._insert_element(data, 'location',
- attrs={ 'href' : 'repodata/' + metadata })
+ attrs={ 'href' : 'repodata/' + mdname })
self._insert_element(data, 'checksum', attrs={ 'type' : 'sha' },
text=sha.new(newmd).hexdigest())
self._insert_element(data, 'timestamp',