[Extras-cauldron-commits] r118 - in trunk/buildme: debian tools

ed_ at garage.maemo.org ed_ at garage.maemo.org
Sat Oct 18 20:25:56 EEST 2008


Author: ed_
Date: 2008-10-18 20:25:55 +0300 (Sat, 18 Oct 2008)
New Revision: 118

Modified:
   trunk/buildme/debian/changelog
   trunk/buildme/tools/buildme
Log:
* added message about queueing package for loading into extras-devel,
  suggested by Graham Cobb 
* fixed minor bug with debug output

Modified: trunk/buildme/debian/changelog
===================================================================
--- trunk/buildme/debian/changelog	2008-10-18 16:13:58 UTC (rev 117)
+++ trunk/buildme/debian/changelog	2008-10-18 17:25:55 UTC (rev 118)
@@ -1,3 +1,11 @@
+buildme (1.4.6) unstable; urgency=low
+
+  * added message about queueing package for loading into extras-devel,
+    suggested by Graham Cobb 
+  * fixed minor bug with debug output
+
+ -- Ed Bartosh <bartosh at gmail.com>  Sat, 18 Oct 2008 20:09:59 +0300
+
 buildme (1.4.5) unstable; urgency=low
 
   * implemented source version check

Modified: trunk/buildme/tools/buildme
===================================================================
--- trunk/buildme/tools/buildme	2008-10-18 16:13:58 UTC (rev 117)
+++ trunk/buildme/tools/buildme	2008-10-18 17:25:55 UTC (rev 118)
@@ -229,6 +229,7 @@
         logger.info("No .dsc files found in '%s'" % incoming)
         return FSM.NEXT
     else:
+        logger.debug("Found dsc files: %s" % fnames)
         env.params['fnames'] = fnames
 
     # create handler for mailing list notifications
@@ -365,7 +366,6 @@
     version = dsc['version']
 
     repo = env.params["conf"].get(product, 'src_repo')
-    print "!!!repo: !%s!" % repo
     client = AptRepoClient(env.params["conf"].get(product, 'src_repo'))
     client.update()
     
@@ -539,7 +539,9 @@
         resultdir = env.params['infras']['results']
         preserve = env.params['options'].preserve
 
-        logger.summary("Moving results to incoming queue")
+        logger.summary("%s %s has been queued for loading into %s extras-devel repository" % \
+            (env.params['dsc']['source'], env.params['dsc']['version'], product))
+
         for fname in glob(os.path.join(resultdir, '*')):
             try:
                 if preserve:



More information about the Extras-cauldron-commits mailing list