X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fshow_deferred.py;h=28ecd7b6d62fb27ddd20a8e0bf0a5aa92613e247;hb=310e68d162db3006294b9df3d4d715bb9ceac822;hp=2bb643d151508bac7b20577d1f0310c51eaeba36;hpb=6021a91078574c97968d076c0320182a20c33649;p=dak.git diff --git a/dak/show_deferred.py b/dak/show_deferred.py index 2bb643d1..28ecd7b6 100755 --- a/dak/show_deferred.py +++ b/dak/show_deferred.py @@ -172,7 +172,7 @@ def list_uploads(filelist): f = open(fn,"w") try: for u in uploads: - print >> f, "Changes: %s"%u[1] + print >> f, "Changes-file: %s"%u[1] fields = """Location: DEFERRED Delayed-Until: %s Delay-Remaining: %s"""%(time.strftime("%Y-%m-%d %H:%M:%S", time.gmtime(time.time()+u[0])),u[2])