]> git.decadent.org.uk Git - dak.git/blobdiff - ChangeLog
* dak/process_unchecked.py: Import syck module directly, not "from
[dak.git] / ChangeLog
index 8a01bedcba64f52b4c5983cfd08799e7da17bd6a..0767b5c79e5b851ec8cc92f8fa810fe49680cdf9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,27 @@
+2008-03-11  Joerg Jaspert  <joerg@debian.org>
+
+       * dak/process_unchecked.py: Import syck module directly, not "from
+       syck import *"
+       (check_transition): Do the check for sourceful upload in here
+       Also adjust the syck loading commands, rename new_vers to
+       expected, curvers to current, to make it more clear what they mean.
+
+       * daklib/database.py (get_suite_version): Renamed from
+       get_testing_version. Also changed the cache variables name
+
+       * The above changes are based on modifications from Anthony.
+
 2008-03-02  Joerg Jaspert  <joerg@debian.org>
 
-       * 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.
+       * debian/control (Suggests): Add python-syck to Depends:
+
+       * 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 +30,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  <joerg@debian.org>