[gnome-continuous/wip/apps: 2/2] hack: use build.gnome.org for now



commit a4c7dfe584a54dbb49f0789bb6112f0d64137376
Author: Jasper St. Pierre <jstpierre mecheye net>
Date:   Mon Oct 14 13:01:23 2013 -0400

    hack: use build.gnome.org for now
    
    I don't have a complete build.gnome.org setup on my system.

 extras/build.gnome.org/controllers.js |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/extras/build.gnome.org/controllers.js b/extras/build.gnome.org/controllers.js
index fe0d3c3..a92d7c7 100644
--- a/extras/build.gnome.org/controllers.js
+++ b/extras/build.gnome.org/controllers.js
@@ -6,8 +6,7 @@
     var taskNames = ['build', 'smoketest', 'integrationtest', 'applicationstest'];
 
     function getUrl(suffix) {
-        return window.location.protocol + '//' + window.location.host +
-            window.location.pathname + 'continuous/buildmaster/' + suffix;
+        return 'https://build.gnome.org/continuous/buildmaster/' + suffix;
     }
 
     function getContinuousTask($http, taskName) {


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]