X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;ds=inline;f=ChangeLog;h=0368c0d48ecf256d06c704bc9b6865c867a8b536;hb=0ed44851b80717343dfc12cad8bfd1f1363b946d;hp=2a18cf71ebcfb9c87362f57d57a52657b84f6fbd;hpb=4a819dd297ec50f7f98663eadc01e2f5d6c3a52f;p=dak.git diff --git a/ChangeLog b/ChangeLog index 2a18cf71..0368c0d4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,27 @@ +2008-09-02 Joerg Jaspert + + * dak/process_new.py (_accept): Fix Philipps new helper function + to not break by moving Upload.build_summaries there. + +2008-08-31 Philipp Kern + + * dak/process_new.py (_accept): new helper function to accept + an upload regularly, obeying no-action if set + * dak/process_new.py (do_accept): use _accept + * dak/process_new.py (do_accept_stableupdate): bail out in else + on binary uploads, in case we missed something; use the _accept + helper + +2008-08-30 Philipp Kern + + * dak/process_new.py (is_source_in_queue_dir): join the queue path + because os.listdir entries come with their path stripped + +2008-08-30 Philipp Kern + + * dak/process_new.py (do_accept_stableupdate): state what we intend + to do + 2008-08-26 Philipp Kern * dak/process_new.py (is_source_in_queue_dir): fix variable usage