aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xtestresults.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/testresults.py b/testresults.py
index 17fc851..8fa8d2e 100755
--- a/testresults.py
+++ b/testresults.py
@@ -120,8 +120,7 @@ if __name__ == '__main__':
PATH_VARS = where_am_i()
VHOSTS = PATH_VARS['VHOSTS']
AB_HOME = PATH_VARS['AB_HOME']
- #AB_BASE = PATH_VARS['AB_BASE']
- AB_BASE = "/home/tgraydon"
+ AB_BASE = PATH_VARS['AB_BASE']
DL_HOME = PATH_VARS['DL_HOME']
DL_BASE = PATH_VARS['DL_BASE']
@@ -207,7 +206,7 @@ if __name__ == '__main__':
# We always use master for poky because we want the resulttool from master.
poky_repo = get_repo(POKY_REPO, "master") # would we want this to be master-next? What id definitive version of resulttool?
contrib_repo = get_repo(CONTRIB_REPO, CODENAME)
- results_repo = get_repo(RESULTS_REPO, CODENAME)
+ results_repo = get_repo(RESULTS_REPO, POKY_BRANCH)
# Get the testresults from the contrib repo and put them in the RELEASE_DIR.
copytree(RESULTS_DIR, INTEL_RESULTS)