opencompute-developers team mailing list archive
-
opencompute-developers team
-
Mailing list archive
-
Message #00273
[Merge] lp:~bladernr/opencompute/fix-checkbox-setup into lp:opencompute/checkbox
Jeff Lane has proposed merging lp:~bladernr/opencompute/fix-checkbox-setup into lp:opencompute/checkbox.
Requested reviews:
Jeff Lane (bladernr)
For more details, see:
https://code.launchpad.net/~bladernr/opencompute/fix-checkbox-setup/+merge/208698
Adds new job files to the setup.cfg file so they will be properly installed. This is just a cleanup of something I missed on initial review.
--
https://code.launchpad.net/~bladernr/opencompute/fix-checkbox-setup/+merge/208698
Your team Open Compute Developers is subscribed to branch lp:opencompute/checkbox.
=== modified file 'setup.cfg'
--- setup.cfg 2013-09-27 04:39:09 +0000
+++ setup.cfg 2014-02-27 22:10:31 +0000
@@ -7,7 +7,9 @@
("share/applications", ("qt/checkbox-qt.desktop.in",))]
rfc822deb_files=[
("share/checkbox/jobs",
- ("jobs/benchmarks.txt.in",
+ ("jobs/TC-001-0001-CPU_Memory.txt.in",
+ "jobs/TC-001-0002-Platform_Controller_Hub.txt.in",
+ "jobs/benchmarks.txt.in",
"jobs/cpu.txt.in",
"jobs/disk.txt.in",
"jobs/dcmi_in_band.txt.in",
References