X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=ChangeLog;h=6aba702af78a12413f5e7979de5f31d82612fe83;hb=7a7563b8e19f99783505669ba603ef2d534c6603;hp=8a01bedcba64f52b4c5983cfd08799e7da17bd6a;hpb=b21637628cd8a4b4ac060efc6396ff966ddfe8a8;p=dak.git diff --git a/ChangeLog b/ChangeLog index 8a01bedc..6aba702a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,9 +1,12 @@ 2008-03-02 Joerg Jaspert - * daklib/queue.py (check_transition): Added in here - Modified so it only cleans up when called with cleanup - parameter. Which will be called from a seperate script for the - release managers. + * dak/dak.py (init): Tell it about check_transitions + + * dak/check_transitions.py (usage): Added, checks the transitions + file (if any) + + * daklib/database.py (get_testing_version): Added. Returns the + version for the source in testing, if any * dak/process_unchecked.py (check_transition): Added. Checks if a release team member defined a transition, and rejects based on @@ -12,8 +15,9 @@ (check_transition): Warn on broken transitions file and return, not doing anything. (check_transition): Moved out of here, into daklib/queue - (process_it): Call it in daklib.queue, but only if + (process_it): Call check_transitions only if changes[architecture] has source included. + (check_transition): Now call the database.get_testing_version 2008-02-06 Joerg Jaspert