[Piuparts-commits] [SCM] piuparts git repository branch, develop, updated. 0.45-102-g4c48ac2

Andreas Beckmann debian at abeckmann.de
Fri Aug 3 08:51:54 UTC 2012


The following commit has been merged in the develop branch:
commit c1483954ae3030180273d2937950643ba8c666cf
Author: Andreas Beckmann <debian at abeckmann.de>
Date:   Sun Jul 22 13:24:38 2012 +0200

    lib/db: remember the time the states were computed
    
    will be used for creating timestamp files
    
    Signed-off-by: Andreas Beckmann <debian at abeckmann.de>

diff --git a/piupartslib/packagesdb.py b/piupartslib/packagesdb.py
index ac996ff..1b9d8d7 100644
--- a/piupartslib/packagesdb.py
+++ b/piupartslib/packagesdb.py
@@ -496,6 +496,8 @@ class PackagesDB:
         if self._in_state is not None:
             return
 
+        self._stamp = time.time()
+
         self._find_all_packages()
 
         self._package_state = {}

-- 
piuparts git repository



More information about the Piuparts-commits mailing list