X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=ChangeLog;h=8a01bedcba64f52b4c5983cfd08799e7da17bd6a;hb=b21637628cd8a4b4ac060efc6396ff966ddfe8a8;hp=90c033a7abb7aab6f9328f71be73ecca2e14b449;hpb=73ec00c395f4e560e6b7df5e8422d45662025d3d;p=dak.git diff --git a/ChangeLog b/ChangeLog index 90c033a7..8a01bedc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,25 @@ +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/process_unchecked.py (check_transition): Added. Checks if a + release team member defined a transition, and rejects based on + that data. + (process_it): Use it. + (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 + changes[architecture] has source included. + +2008-02-06 Joerg Jaspert + + * daklib/utils.py (check_signature): Make variable key available, + so we can access it. + 2008-01-07 Joerg Jaspert * dak/examine_package.py (check_deb): Remove linda call. It