Fix: Add hg to jenkins slaves

Change-Id: I445401fcf1971ff86cb06a48bab5a3208e4893fb
This commit is contained in:
James E. Blair
2012-02-03 15:23:59 +13:00
parent f1190fdee1
commit efeb0e87b3

View File

@@ -30,7 +30,6 @@ class jenkins_slave {
"ebtables", "ebtables",
"gawk", "gawk",
"graphviz", "graphviz",
"hg", # needed by pip bundle (erroneously as it turns out)
"iptables", "iptables",
"kpartx", "kpartx",
"kvm", "kvm",
@@ -46,6 +45,7 @@ class jenkins_slave {
"libxslt1-dev", "libxslt1-dev",
"lxc", "lxc",
"maven2", "maven2",
"mercurial", # needed by pip bundle
"openjdk-6-jre", "openjdk-6-jre",
"pandoc", #for docs, markdown->docbook, bug 924507 "pandoc", #for docs, markdown->docbook, bug 924507
"parted", "parted",