[gnome-hwtest] config.js: fix the default value for controller.hwtest_tree
- From: Owen Taylor <otaylor src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-hwtest] config.js: fix the default value for controller.hwtest_tree
- Date: Sat, 20 Sep 2014 18:20:09 +0000 (UTC)
commit 7b7cff588a54dff3ba4140ce0f89f0d8b6dda585
Author: Owen W. Taylor <otaylor fishsoup net>
Date: Sat Sep 20 13:56:02 2014 -0400
config.js: fix the default value for controller.hwtest_tree
The build.gnome.org hwtest tree is x86_64-hwtest not x86_64-minimal.
js/config.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/js/config.js b/js/config.js
index 4379dd1..b643cfc 100644
--- a/js/config.js
+++ b/js/config.js
@@ -30,7 +30,7 @@ const Config = new Lang.Class({
this.public_ip = resolveHwaddr(configfile, this.private_hwaddr);
this.upstream_repo = configfile.getString(group, 'upstream_repo',
'https://build.gnome.org/repo');
this.perf_server_api = configfile.getString(group, 'perf_server_api',
'https://perf.gnome.org/api');
- this.hwtest_tree = configfile.getString(group, 'hwtest_tree',
'gnome-continuous/hwtest-stable/x86_64-minimal');
+ this.hwtest_tree = configfile.getString(group, 'hwtest_tree',
'gnome-continuous/hwtest-stable/x86_64-hwtest');
this.export_root_via_iscsi = configfile.getBool(group, 'export_root_via_iscsi', true);
continue;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]