From: Mark Hymers Date: Thu, 24 Mar 2011 20:53:39 +0000 (+0000) Subject: Move all files in split_done; we're going to start writing them straight out that... X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;h=4a95afb08a40a984824f72777ec5c4f8ed8382cd;p=dak.git Move all files in split_done; we're going to start writing them straight out that way anyways Signed-off-by: Mark Hymers --- diff --git a/dak/split_done.py b/dak/split_done.py index 8b5b57fe..98ad9b5f 100755 --- a/dak/split_done.py +++ b/dak/split_done.py @@ -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: