projects
/
tools
/
createrepo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6e7d522
)
checksum of group file will be wrong if specified - didn't seek(0) after
author
Seth Vidal
<skvidal@linux.duke.edu>
Thu, 30 Sep 2004 05:49:04 +0000
(
05:49
+0000)
committer
Seth Vidal
<skvidal@linux.duke.edu>
Thu, 30 Sep 2004 05:49:04 +0000
(
05:49
+0000)
copying it.
dumpMetadata.py
patch
|
blob
|
history
diff --git
a/dumpMetadata.py
b/dumpMetadata.py
index f4ea4327e900d74482d2da2f745a2eae0764384a..0d37d3c96a8b4ed0ae5e4426999b5f7abc4bb017 100644
(file)
--- a/
dumpMetadata.py
+++ b/
dumpMetadata.py
@@
-668,6
+668,7
@@
def repoXML(node, cmds):
output = open(os.path.join(cmds['tempdir'], sfile), 'w')
output.write(fo.read())
output.close()
+ fo.seek(0)
csum = getChecksum(sumtype, fo)
fo.close()