]> git.decadent.org.uk Git - dak.git/commitdiff
Move all files in split_done; we're going to start writing them straight out that...
authorMark Hymers <mhy@debian.org>
Thu, 24 Mar 2011 20:53:39 +0000 (20:53 +0000)
committerMark Hymers <mhy@debian.org>
Thu, 24 Mar 2011 20:53:39 +0000 (20:53 +0000)
Signed-off-by: Mark Hymers <mhy@debian.org>
dak/split_done.py

index 8b5b57fe2ef2db0cf2b1a882ad7aa30615eb3422..98ad9b5fb3ef3050c81411df01851c42d2b4a084 100755 (executable)
@@ -28,7 +28,7 @@ from daklib import utils
 def main():
     Cnf = utils.get_conf()
     count = 0
-    move_date = int(time.time())-(30*84600)
+    move_date = int(time.time()))
     os.chdir(Cnf["Dir::Queue::Done"])
     files = glob.glob("%s/*" % (Cnf["Dir::Queue::Done"]))
     for filename in files: