diff options
| author | Tony Sarajärvi <tony.sarajarvi@digia.com> | 2015-02-26 13:40:34 +0200 |
|---|---|---|
| committer | Tony Sarajärvi <tony.sarajarvi@digia.com> | 2015-02-26 14:35:42 +0000 |
| commit | bd579340d01477d04bd55ee5f04ce3c7dbf18e1a (patch) | |
| tree | 6fb31b499678147658fe1b95ee27516278ea5c25 | |
| parent | d7189602cc4af36fec95d12da720de1586178fd4 (diff) | |
Update testresults host content with new domain name
testresults.qt-project.org has been moved to
testresults.qt.io.
Change-Id: I4d901025cdd2c0861bf0df55f1cef94078406b81
Reviewed-by: Frederik Gladhorn <frederik.gladhorn@theqtcompany.com>
| -rw-r--r-- | non-puppet/testresults.qt.io/README.txt (renamed from non-puppet/testresults.qt-project.org/README.txt) | 6 | ||||
| -rwxr-xr-x | non-puppet/testresults.qt.io/cgi-bin/ci-api (renamed from non-puppet/testresults.qt-project.org/cgi-bin/ci-api) | 4 | ||||
| -rw-r--r-- | non-puppet/testresults.qt.io/ci/.htaccess (renamed from non-puppet/testresults.qt-project.org/ci/.htaccess) | 0 | ||||
| -rw-r--r-- | non-puppet/testresults.qt.io/ci/status/css/ci-status.css (renamed from non-puppet/testresults.qt-project.org/ci/status/css/ci-status.css) | 0 | ||||
| -rw-r--r-- | non-puppet/testresults.qt.io/ci/status/index.html (renamed from non-puppet/testresults.qt-project.org/ci/status/index.html) | 2 | ||||
| -rw-r--r-- | non-puppet/testresults.qt.io/ci/status/js/jquery.timeago.js (renamed from non-puppet/testresults.qt-project.org/ci/status/js/jquery.timeago.js) | 0 | ||||
| -rw-r--r-- | non-puppet/testresults.qt.io/css/qt.css (renamed from non-puppet/testresults.qt-project.org/css/qt.css) | 0 | ||||
| -rw-r--r-- | non-puppet/testresults.qt.io/favicon.ico (renamed from non-puppet/testresults.qt-project.org/favicon.ico) | bin | 894 -> 894 bytes | |||
| -rwxr-xr-x | non-puppet/testresults.qt.io/hooks/post-upload-script (renamed from non-puppet/testresults.qt-project.org/hooks/post-upload-script) | 0 | ||||
| -rw-r--r-- | non-puppet/testresults.qt.io/img/bullet.png (renamed from non-puppet/testresults.qt-project.org/img/bullet.png) | bin | 109 -> 109 bytes | |||
| -rw-r--r-- | non-puppet/testresults.qt.io/img/page_bg.png (renamed from non-puppet/testresults.qt-project.org/img/page_bg.png) | bin | 216 -> 216 bytes | |||
| -rw-r--r-- | non-puppet/testresults.qt.io/img/qt-logo.png (renamed from non-puppet/testresults.qt-project.org/img/qt-logo.png) | bin | 12274 -> 12274 bytes | |||
| -rw-r--r-- | non-puppet/testresults.qt.io/include/ci-fancy-index-footer.html (renamed from non-puppet/testresults.qt-project.org/include/ci-fancy-index-footer.html) | 0 | ||||
| -rw-r--r-- | non-puppet/testresults.qt.io/include/ci-fancy-index-header.html (renamed from non-puppet/testresults.qt-project.org/include/ci-fancy-index-header.html) | 0 | ||||
| -rw-r--r-- | non-puppet/testresults.qt.io/index.html (renamed from non-puppet/testresults.qt-project.org/index.html) | 0 |
15 files changed, 6 insertions, 6 deletions
diff --git a/non-puppet/testresults.qt-project.org/README.txt b/non-puppet/testresults.qt.io/README.txt index 689258f..9313f77 100644 --- a/non-puppet/testresults.qt-project.org/README.txt +++ b/non-puppet/testresults.qt.io/README.txt @@ -1,5 +1,5 @@ -This file contains static setup files for testresults.qt-project.org host. -Alternatively, if you are reading this README.txt file _on_ testresults.qt-project.org, +This file contains static setup files for testresults.qt.io host. +Alternatively, if you are reading this README.txt file _on_ testresults.qt.io, it was copied from the git://gitorious.org/qtqa/sysadmin repository. DEPLOYMENT @@ -7,7 +7,7 @@ DEPLOYMENT May be deployed by: - scp -r ~/path/to/sysadmin/testresults.qt-project.org/* <username>@testresults.qt-project.org:/var/www/testresults + scp -r ~/path/to/sysadmin/testresults.qt.io/* <username>@testresults.qt.io:/var/www/testresults Nothing automatically enforces synchronization between the git repo and the web server, so please take care to keep things synchronized yourself. diff --git a/non-puppet/testresults.qt-project.org/cgi-bin/ci-api b/non-puppet/testresults.qt.io/cgi-bin/ci-api index c1bc2bc..9452b02 100755 --- a/non-puppet/testresults.qt-project.org/cgi-bin/ci-api +++ b/non-puppet/testresults.qt.io/cgi-bin/ci-api @@ -40,7 +40,7 @@ ## ############################################################################# -# This is a simple script to proxy Qt CI remote API requests from testresults.qt-project.org +# This is a simple script to proxy Qt CI remote API requests from testresults.qt.io # to the host on which the integrator is running (which is usually not Internet-accessible). # # This is essentially a one-off special case of Apache's mod_proxy. @@ -53,7 +53,7 @@ use URI; # Real URI of the CI remote API. # In our case, we expect that the CI host has connected to us and forwarded a port -# via e.g. "ssh -R 7181:127.0.0.1:7181 -N qtintegration@testresults.qt-project.org", +# via e.g. "ssh -R 7181:127.0.0.1:7181 -N qtintegration@testresults.qt.io", # hence 127.0.0.1 for the host. my $PROXY_TO = 'http://127.0.0.1:7181/api/json'; diff --git a/non-puppet/testresults.qt-project.org/ci/.htaccess b/non-puppet/testresults.qt.io/ci/.htaccess index 9006b7e..9006b7e 100644 --- a/non-puppet/testresults.qt-project.org/ci/.htaccess +++ b/non-puppet/testresults.qt.io/ci/.htaccess diff --git a/non-puppet/testresults.qt-project.org/ci/status/css/ci-status.css b/non-puppet/testresults.qt.io/ci/status/css/ci-status.css index 28a6704..28a6704 100644 --- a/non-puppet/testresults.qt-project.org/ci/status/css/ci-status.css +++ b/non-puppet/testresults.qt.io/ci/status/css/ci-status.css diff --git a/non-puppet/testresults.qt-project.org/ci/status/index.html b/non-puppet/testresults.qt.io/ci/status/index.html index b191ff6..626109a 100644 --- a/non-puppet/testresults.qt-project.org/ci/status/index.html +++ b/non-puppet/testresults.qt.io/ci/status/index.html @@ -349,7 +349,7 @@ function update(interval) { $('.loading').show(); $('#globalWrapper').addClass('show_loading_cursor'); - var url = "http://testresults.qt-project.org/cgi-bin/ci-api"; + var url = "http://testresults.qt.io/cgi-bin/ci-api"; var promise = $.getJSON(url + '?since_id=' + last_id) .fail( function(req, text, exception) { diff --git a/non-puppet/testresults.qt-project.org/ci/status/js/jquery.timeago.js b/non-puppet/testresults.qt.io/ci/status/js/jquery.timeago.js index 2e8d29f..2e8d29f 100644 --- a/non-puppet/testresults.qt-project.org/ci/status/js/jquery.timeago.js +++ b/non-puppet/testresults.qt.io/ci/status/js/jquery.timeago.js diff --git a/non-puppet/testresults.qt-project.org/css/qt.css b/non-puppet/testresults.qt.io/css/qt.css index 4404485..4404485 100644 --- a/non-puppet/testresults.qt-project.org/css/qt.css +++ b/non-puppet/testresults.qt.io/css/qt.css diff --git a/non-puppet/testresults.qt-project.org/favicon.ico b/non-puppet/testresults.qt.io/favicon.ico Binary files differindex c9b555e..c9b555e 100644 --- a/non-puppet/testresults.qt-project.org/favicon.ico +++ b/non-puppet/testresults.qt.io/favicon.ico diff --git a/non-puppet/testresults.qt-project.org/hooks/post-upload-script b/non-puppet/testresults.qt.io/hooks/post-upload-script index f1ba578..f1ba578 100755 --- a/non-puppet/testresults.qt-project.org/hooks/post-upload-script +++ b/non-puppet/testresults.qt.io/hooks/post-upload-script diff --git a/non-puppet/testresults.qt-project.org/img/bullet.png b/non-puppet/testresults.qt.io/img/bullet.png Binary files differindex 5228c33..5228c33 100644 --- a/non-puppet/testresults.qt-project.org/img/bullet.png +++ b/non-puppet/testresults.qt.io/img/bullet.png diff --git a/non-puppet/testresults.qt-project.org/img/page_bg.png b/non-puppet/testresults.qt.io/img/page_bg.png Binary files differindex 7c0d280..7c0d280 100644 --- a/non-puppet/testresults.qt-project.org/img/page_bg.png +++ b/non-puppet/testresults.qt.io/img/page_bg.png diff --git a/non-puppet/testresults.qt-project.org/img/qt-logo.png b/non-puppet/testresults.qt.io/img/qt-logo.png Binary files differindex c7463f1..c7463f1 100644 --- a/non-puppet/testresults.qt-project.org/img/qt-logo.png +++ b/non-puppet/testresults.qt.io/img/qt-logo.png diff --git a/non-puppet/testresults.qt-project.org/include/ci-fancy-index-footer.html b/non-puppet/testresults.qt.io/include/ci-fancy-index-footer.html index 6dc32f9..6dc32f9 100644 --- a/non-puppet/testresults.qt-project.org/include/ci-fancy-index-footer.html +++ b/non-puppet/testresults.qt.io/include/ci-fancy-index-footer.html diff --git a/non-puppet/testresults.qt-project.org/include/ci-fancy-index-header.html b/non-puppet/testresults.qt.io/include/ci-fancy-index-header.html index e61b4c1..e61b4c1 100644 --- a/non-puppet/testresults.qt-project.org/include/ci-fancy-index-header.html +++ b/non-puppet/testresults.qt.io/include/ci-fancy-index-header.html diff --git a/non-puppet/testresults.qt-project.org/index.html b/non-puppet/testresults.qt.io/index.html index 6daa975..6daa975 100644 --- a/non-puppet/testresults.qt-project.org/index.html +++ b/non-puppet/testresults.qt.io/index.html |
