Parent Directory
|
Revision Log
|
Patch
| revision 1032 by jeroen, Sun Feb 13 22:37:53 2005 UTC | revision 1033 by jeroen, Wed Jun 15 09:06:24 2005 UTC | |
|---|---|---|
| # | Line 250 while 1: | Line 250 while 1: |
| 250 | # TODO: try to do that signature checking before the creation of XML DOM | # TODO: try to do that signature checking before the creation of XML DOM |
| 251 | # Build the sig and check if anything changed | # Build the sig and check if anything changed |
| 252 | sig = (pts.get(pkg, "0"), dc_sig, wnpp_sig, override_sig, watch_sig, s_rc, s_normal, s_wishlist, s_fixed, subsig) | sig = (pts.get(pkg, "0"), dc_sig, wnpp_sig, override_sig, watch_sig, s_rc, s_normal, s_wishlist, s_fixed, subsig) |
| 253 | if sigs.has_key(pkg) and sig == sigs[pkg]: | if sigs.has_key(pkg) and sig == sigs[pkg] and \ |
| 254 | os.path.isfile("%s/%s/%s/other.xml" % (odir, hash, pkg)): | |
| 255 | continue | continue |
| 256 | sigs[pkg] = sig | sigs[pkg] = sig |
| 257 |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.1.5 |