← Back to team overview

yellow team mailing list archive

[Merge] lp:~bac/lp-tarmac-configs/add-juju-gui into lp:~yellow/lp-tarmac-configs/tarmac-puppet

 

Brad Crittenden has proposed merging lp:~bac/lp-tarmac-configs/add-juju-gui into lp:~yellow/lp-tarmac-configs/tarmac-puppet.

Requested reviews:
  Yellow Squad (yellow)

For more details, see:
https://code.launchpad.net/~bac/lp-tarmac-configs/add-juju-gui/+merge/122352

Add support for 'Juju GUI' kanban board.
-- 
https://code.launchpad.net/~bac/lp-tarmac-configs/add-juju-gui/+merge/122352
Your team Yellow Squad is requested to review the proposed merge of lp:~bac/lp-tarmac-configs/add-juju-gui into lp:~yellow/lp-tarmac-configs/tarmac-puppet.
=== modified file 'lp2kanban-config.ini'
--- lp2kanban-config.ini	2012-08-16 14:48:18 +0000
+++ lp2kanban-config.ini	2012-08-31 20:06:25 +0000
@@ -5,6 +5,8 @@
 user = gary.poster@xxxxxxxxx
 password = GfgzWyPe
 
+lp_credentials_file = "./credentials"
+
 # Defaults are common values overridable in each of the boards definition.
 [DEFAULT]
 lp_server = production
@@ -31,11 +33,17 @@
 downtime_deploy_lanes = db-deploy
 done_lanes = Done-done
 
+credentials_file = ./credentials
+
 # Use the board title to define board settings.
 [Yellow squad]
 downtime_deploy_lanes = downtime
 autosync = on
 
-[lp2kanban test]
-lp_server = staging
+[Juju GUI]
 autosync = on
+landing_lanes = 
+qa_lanes = QA
+deploy_lanes = 
+downtime_deploy_lanes =
+done_lanes = DONE-DONE

=== modified file 'tarmac.pp'
--- tarmac.pp	2012-08-17 13:23:03 +0000
+++ tarmac.pp	2012-08-31 20:06:25 +0000
@@ -231,7 +231,7 @@
   }
 
   cron { "lp2kanban":
-    command     => 'cd $HOME/lp2kanban; /usr/bin/flock -n $HOME/lp2kanban.lock date "+\%c" >> $HOME/updates.log && bin/py src/lp2kanban/bugs2cards.py -b "Yellow squad" 2>&1 >> updates.log',
+    command     => 'cd $HOME/lp2kanban; /usr/bin/flock -n $HOME/lp2kanban.lock date "+\%c" >> $HOME/updates.log && bin/py src/lp2kanban/bugs2cards.py 2>&1 >> updates.log',
     user        => "lp2kanban",
     minute      => [9,29,49],
     require     => [User["lp2kanban"], File["$home/lp2kanban.lock"], Exec["lp2kanban-make"]],


Follow ups