[Piuparts-commits] rev 772 - trunk

Holger Levsen holger at alioth.debian.org
Sat Nov 13 23:16:11 UTC 2010


Author: holger
Date: 2010-11-13 23:16:11 +0000 (Sat, 13 Nov 2010)
New Revision: 772

Modified:
   trunk/piuparts-master.py
   trunk/piuparts-report.py
Log:
this is not the solution you have been looking for

Modified: trunk/piuparts-master.py
===================================================================
--- trunk/piuparts-master.py	2010-11-13 22:56:17 UTC (rev 771)
+++ trunk/piuparts-master.py	2010-11-13 23:16:11 UTC (rev 772)
@@ -129,7 +129,10 @@
         for kcd in known_circular_depends.split():
           my_known_circular_depends.append(kcd)
           logging.debug("circular depends: " + kcd)
-        self._binary_db.set_known_circular_depends(my_known_circular_depends)
+        try:
+          self._binary_db.set_known_circular_depends(my_known_circular_depends)
+        except:
+          pass
         self._writeline("hello")
 
     def do_transaction(self):

Modified: trunk/piuparts-report.py
===================================================================
--- trunk/piuparts-report.py	2010-11-13 22:56:17 UTC (rev 771)
+++ trunk/piuparts-report.py	2010-11-13 23:16:11 UTC (rev 772)
@@ -1081,9 +1081,10 @@
                                  "time": time.strftime("%Y-%m-%d %H:%M %Z"),
                               }))
         # daily report
+        # FIXME:
         #generate_daily_report();
 
-        # run-parts 
+        # run-parts FIXME
         # move the scripts to /usr/share/piuparts/sm-tools (or such)
         # (what is now started via piupartsm/crontab
 




More information about the Piuparts-commits mailing list