diff options
| author | Dimitrios Apostolou <jimis@qt.io> | 2019-07-11 14:28:30 +0200 |
|---|---|---|
| committer | Dimitrios Apostolou <jimis@qt.io> | 2020-04-15 08:15:58 +0000 |
| commit | 27ea07ce272a750441b10195a34d37ffa7e902fb (patch) | |
| tree | b8d9b95dd66e71582d3985672a95f2dd5d8596c6 | |
| parent | 944eebe72c923fdf9d99a8d67a2147980f89e185 (diff) | |
Update old URLs pointing to gitorious
Task-number: QTQAINFRA-3076
Change-Id: I7d58ad9ecc485bf8770b3b5a9192fa55c0dfd6de
Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io>
| -rw-r--r-- | README.network_test_server.txt | 4 | ||||
| -rwxr-xr-x | bootstrap/centos5_bootstrap_x86.sh | 2 | ||||
| -rwxr-xr-x | bootstrap/centos5_bootstrap_x86_64.sh | 2 | ||||
| -rwxr-xr-x | bootstrap/debian_squeeze_bootstrap.sh | 2 | ||||
| -rwxr-xr-x | bootstrap/mac_106_bootstrap.sh | 2 | ||||
| -rwxr-xr-x | bootstrap/mac_107_bootstrap.sh | 2 | ||||
| -rw-r--r-- | bootstrap/mac_108_bootstrap.sh | 2 | ||||
| -rw-r--r-- | bootstrap/opensuse123_bootstrap.sh | 2 | ||||
| -rwxr-xr-x | bootstrap/ubuntu1004_bootstrap.sh | 2 | ||||
| -rwxr-xr-x | bootstrap/ubuntu1110_bootstrap.sh | 2 | ||||
| -rw-r--r-- | bootstrap/windows_bootstrap.bat | 4 | ||||
| -rw-r--r-- | bootstrap/wintools/win_bootstrap.pl | 2 | ||||
| -rw-r--r-- | non-puppet/testresults.qt.io/README.txt | 2 | ||||
| -rw-r--r-- | non-puppet/testresults.qt.io/ci/.htaccess | 2 | ||||
| -rw-r--r-- | non-puppet/testresults.qt.io/ci/status/css/ci-status.css | 2 | ||||
| -rw-r--r-- | non-puppet/testresults.qt.io/css/qt.css | 2 | ||||
| -rw-r--r-- | non-puppet/testresults.qt.io/include/ci-fancy-index-footer.html | 2 | ||||
| -rw-r--r-- | non-puppet/testresults.qt.io/include/ci-fancy-index-header.html | 2 | ||||
| -rw-r--r-- | puppet/modules/ci_server/manifests/debian.pp | 2 | ||||
| -rwxr-xr-x | puppet/nodecfg.pl | 4 |
20 files changed, 23 insertions, 23 deletions
diff --git a/README.network_test_server.txt b/README.network_test_server.txt index 1d1c1f6..aed442b 100644 --- a/README.network_test_server.txt +++ b/README.network_test_server.txt @@ -49,8 +49,8 @@ For example, run `tail -f /var/log/syslog &' before proceeding. From this git repo, put bootstrap/ubuntu1004_bootstrap.sh onto the machine, and run it. e.g. -# wget http://qt.gitorious.org/qtqa/sysadmin/blobs/raw/master/bootstrap/ubuntu1004_bootstrap.sh \ - && sh ./ubuntu1004_bootstrap.sh git://qt.gitorious.org/qtqa/sysadmin.git +# wget https://code.qt.io/cgit/qtqa/sysadmin.git/plain/bootstrap/ubuntu1004_bootstrap.sh \ + && sh ./ubuntu1004_bootstrap.sh git://code.qt.io/qtqa/sysadmin.git This will install and run puppet. diff --git a/bootstrap/centos5_bootstrap_x86.sh b/bootstrap/centos5_bootstrap_x86.sh index ef14252..3b532a2 100755 --- a/bootstrap/centos5_bootstrap_x86.sh +++ b/bootstrap/centos5_bootstrap_x86.sh @@ -48,7 +48,7 @@ if [ "x$REPO" = "x" ]; then echo "Usage: $(basename $0) git://some/git/repo" echo "" echo "Set up this machine to be managed using the puppet config in the given" - echo "git repository (e.g. git://qt.gitorious.org/qtqa/sysadmin.git)" + echo "git repository (e.g. git://code.qt.io/qtqa/sysadmin.git)" } 1>&2 exit 2 fi diff --git a/bootstrap/centos5_bootstrap_x86_64.sh b/bootstrap/centos5_bootstrap_x86_64.sh index 6e0e467..796cc8e 100755 --- a/bootstrap/centos5_bootstrap_x86_64.sh +++ b/bootstrap/centos5_bootstrap_x86_64.sh @@ -48,7 +48,7 @@ if [ "x$REPO" = "x" ]; then echo "Usage: $(basename $0) git://some/git/repo" echo "" echo "Set up this machine to be managed using the puppet config in the given" - echo "git repository (e.g. git://qt.gitorious.org/qtqa/sysadmin.git)" + echo "git repository (e.g. git://code.qt.io/qtqa/sysadmin.git)" } 1>&2 exit 2 fi diff --git a/bootstrap/debian_squeeze_bootstrap.sh b/bootstrap/debian_squeeze_bootstrap.sh index 294d10e..6c151f4 100755 --- a/bootstrap/debian_squeeze_bootstrap.sh +++ b/bootstrap/debian_squeeze_bootstrap.sh @@ -48,7 +48,7 @@ if [ "x$REPO" = "x" ]; then echo "Usage: $(basename $0) git://some/git/repo" echo "" echo "Set up this machine to be managed using the puppet config in the given" - echo "git repository (e.g. git://qt.gitorious.org/qtqa/sysadmin.git)" + echo "git repository (e.g. git://code.qt.io/qtqa/sysadmin.git)" } 1>&2 exit 2 fi diff --git a/bootstrap/mac_106_bootstrap.sh b/bootstrap/mac_106_bootstrap.sh index b4dcce6..e20c7db 100755 --- a/bootstrap/mac_106_bootstrap.sh +++ b/bootstrap/mac_106_bootstrap.sh @@ -51,7 +51,7 @@ if [ "x$REPO" = "x" ]; then echo "Usage: $(basename $0) git://some/git/repo" echo "" echo "Set up this machine to be managed using the puppet config in the given" - echo "git repository (e.g. git://qt.gitorious.org/qtqa/sysadmin.git) and optional" + echo "git repository (e.g. git://code.qt.io/qtqa/sysadmin.git) and optional" echo "http location for downloads (e.g., http://ci-files01-hki.ci.local/input/mac)" } 1>&2 exit 2 diff --git a/bootstrap/mac_107_bootstrap.sh b/bootstrap/mac_107_bootstrap.sh index 8ef2316..3d66f13 100755 --- a/bootstrap/mac_107_bootstrap.sh +++ b/bootstrap/mac_107_bootstrap.sh @@ -51,7 +51,7 @@ if [ "x$REPO" = "x" ]; then echo "Usage: $(basename $0) git://some/git/repo [http://some/input/location]" echo "" echo "Set up this machine to be managed using the puppet config in the given" - echo "git repository (e.g. git://qt.gitorious.org/qtqa/sysadmin.git) and optional" + echo "git repository (e.g. git://code.qt.io/qtqa/sysadmin.git) and optional" echo "http location for downloads (e.g., http://ci-files01-hki.ci.local/input/mac)" } 1>&2 exit 2 diff --git a/bootstrap/mac_108_bootstrap.sh b/bootstrap/mac_108_bootstrap.sh index c2bf784..db217f8 100644 --- a/bootstrap/mac_108_bootstrap.sh +++ b/bootstrap/mac_108_bootstrap.sh @@ -51,7 +51,7 @@ if [ "x$REPO" = "x" ]; then echo "Usage: $(basename $0) git://some/git/repo [http://some/input/location]" echo "" echo "Set up this machine to be managed using the puppet config in the given" - echo "git repository (e.g. git://qt.gitorious.org/qtqa/sysadmin.git) and optional" + echo "git repository (e.g. git://code.qt.io/qtqa/sysadmin.git) and optional" echo "http location for downloads (e.g., http://ci-files01-hki.ci.local/input/mac)" } 1>&2 exit 2 diff --git a/bootstrap/opensuse123_bootstrap.sh b/bootstrap/opensuse123_bootstrap.sh index c290b84..a357706 100644 --- a/bootstrap/opensuse123_bootstrap.sh +++ b/bootstrap/opensuse123_bootstrap.sh @@ -48,7 +48,7 @@ if [ "x$REPO" = "x" ]; then echo "Usage: $(basename $0) git://some/git/repo" echo "" echo "Set up this machine to be managed using the puppet config in the given" - echo "git repository (e.g. git://qt.gitorious.org/qtqa/sysadmin.git)" + echo "git repository (e.g. git://code.qt.io/qtqa/sysadmin.git)" } 1>&2 exit 2 fi diff --git a/bootstrap/ubuntu1004_bootstrap.sh b/bootstrap/ubuntu1004_bootstrap.sh index 419ee15..e4bbcd5 100755 --- a/bootstrap/ubuntu1004_bootstrap.sh +++ b/bootstrap/ubuntu1004_bootstrap.sh @@ -48,7 +48,7 @@ if [ "x$REPO" = "x" ]; then echo "Usage: $(basename $0) git://some/git/repo" echo "" echo "Set up this machine to be managed using the puppet config in the given" - echo "git repository (e.g. git://qt.gitorious.org/qtqa/sysadmin.git)" + echo "git repository (e.g. git://code.qt.io/qtqa/sysadmin.git)" } 1>&2 exit 2 fi diff --git a/bootstrap/ubuntu1110_bootstrap.sh b/bootstrap/ubuntu1110_bootstrap.sh index 5065cb5..5d0be48 100755 --- a/bootstrap/ubuntu1110_bootstrap.sh +++ b/bootstrap/ubuntu1110_bootstrap.sh @@ -48,7 +48,7 @@ if [ "x$REPO" = "x" ]; then echo "Usage: $(basename $0) git://some/git/repo" echo "" echo "Set up this machine to be managed using the puppet config in the given" - echo "git repository (e.g. git://qt.gitorious.org/qtqa/sysadmin.git)" + echo "git repository (e.g. git://code.qt.io/qtqa/sysadmin.git)" } 1>&2 exit 2 fi diff --git a/bootstrap/windows_bootstrap.bat b/bootstrap/windows_bootstrap.bat index 109bd43..ccfda74 100644 --- a/bootstrap/windows_bootstrap.bat +++ b/bootstrap/windows_bootstrap.bat @@ -103,7 +103,7 @@ echo. echo Usage: %CURFILE% /g:^<url^> [/d:^<url^>] [/p:^<url^>] echo. echo /g:^<url^> Define Git repository where puppet configuration is located. -echo E.g. git://qt.gitorious.org/qtqa/sysadmin.git +echo E.g. git://code.qt.io/qtqa/sysadmin.git echo. echo OPTIONAL: echo /d:^<url^> Define download location where binaries are located. @@ -114,7 +114,7 @@ echo on to 'win_boostrap.pl'. echo If omitted 'win_Bootstrap.pl' uses it's default value. echo. echo EXAMPLE: -echo %CURFILE% /g:git://qt.gitorious.org/qtqa/sysadmin.git /d:http://ci-files01-hki.ci.local/input/ /p:https://downloads.puppetlabs.com/windows/puppet-3.0.0rc2.msi +echo %CURFILE% /g:git://code.qt.io/qtqa/sysadmin.git /d:http://ci-files01-hki.ci.local/input/ /p:https://downloads.puppetlabs.com/windows/puppet-3.0.0rc2.msi echo. goto end diff --git a/bootstrap/wintools/win_bootstrap.pl b/bootstrap/wintools/win_bootstrap.pl index fc00193..5101ec6 100644 --- a/bootstrap/wintools/win_bootstrap.pl +++ b/bootstrap/wintools/win_bootstrap.pl @@ -63,7 +63,7 @@ sub usage Usage: win_bootstrap.pl [options] git://some/git/repo Set up this machine to be managed using the puppet config in the given -git repository (e.g. git://qt.gitorious.org/qtqa/sysadmin) +git repository (e.g. git://code.qt.io/qtqa/sysadmin) Options: diff --git a/non-puppet/testresults.qt.io/README.txt b/non-puppet/testresults.qt.io/README.txt index 9313f77..bd147bf 100644 --- a/non-puppet/testresults.qt.io/README.txt +++ b/non-puppet/testresults.qt.io/README.txt @@ -1,6 +1,6 @@ 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. +it was copied from the git://code.qt.io/qtqa/sysadmin repository. DEPLOYMENT ========== diff --git a/non-puppet/testresults.qt.io/ci/.htaccess b/non-puppet/testresults.qt.io/ci/.htaccess index 9006b7e..a809a54 100644 --- a/non-puppet/testresults.qt.io/ci/.htaccess +++ b/non-puppet/testresults.qt.io/ci/.htaccess @@ -1,4 +1,4 @@ -# Source: git://gitorious.org/qtqa/sysadmin +# Source: git://code.qt.io/qtqa/sysadmin Options +Indexes IndexOptions +FancyIndexing IndexStyleSheet /css/qt.css diff --git a/non-puppet/testresults.qt.io/ci/status/css/ci-status.css b/non-puppet/testresults.qt.io/ci/status/css/ci-status.css index 28a6704..09efd88 100644 --- a/non-puppet/testresults.qt.io/ci/status/css/ci-status.css +++ b/non-puppet/testresults.qt.io/ci/status/css/ci-status.css @@ -1,5 +1,5 @@ /* - Source: git://gitorious.org/qtqa/sysadmin + Source: git://code.qt.io/qtqa/sysadmin Note: this CSS attempts to track the style from wiki.qt-project.org */ html { diff --git a/non-puppet/testresults.qt.io/css/qt.css b/non-puppet/testresults.qt.io/css/qt.css index 4404485..911daf7 100644 --- a/non-puppet/testresults.qt.io/css/qt.css +++ b/non-puppet/testresults.qt.io/css/qt.css @@ -1,5 +1,5 @@ /* - Source: git://gitorious.org/qtqa/sysadmin + Source: git://code.qt.io/qtqa/sysadmin Note: this CSS attempts to track the style from wiki.qt-project.org */ html { diff --git a/non-puppet/testresults.qt.io/include/ci-fancy-index-footer.html b/non-puppet/testresults.qt.io/include/ci-fancy-index-footer.html index 6dc32f9..05a3386 100644 --- a/non-puppet/testresults.qt.io/include/ci-fancy-index-footer.html +++ b/non-puppet/testresults.qt.io/include/ci-fancy-index-footer.html @@ -1,4 +1,4 @@ -<!-- maintained in git://gitorious.org/qtqa/sysadmin --> +<!-- maintained in git://code.qt.io/qtqa/sysadmin --> <p>For more information, see <a href="http://qt-project.org/wiki/CI_Overview">the Qt Project wiki</a>.</p> </div> diff --git a/non-puppet/testresults.qt.io/include/ci-fancy-index-header.html b/non-puppet/testresults.qt.io/include/ci-fancy-index-header.html index e61b4c1..386954e 100644 --- a/non-puppet/testresults.qt.io/include/ci-fancy-index-header.html +++ b/non-puppet/testresults.qt.io/include/ci-fancy-index-header.html @@ -1,4 +1,4 @@ -<!-- maintained in git://gitorious.org/qtqa/sysadmin --> +<!-- maintained in git://code.qt.io/qtqa/sysadmin --> <div id="globalWrapper"> <div id="header"> diff --git a/puppet/modules/ci_server/manifests/debian.pp b/puppet/modules/ci_server/manifests/debian.pp index aac38d1..e945cf6 100644 --- a/puppet/modules/ci_server/manifests/debian.pp +++ b/puppet/modules/ci_server/manifests/debian.pp @@ -28,7 +28,7 @@ command => "/bin/su -c \" \ \ rm -rf qtqa.cloning && \ - git clone git://qt.gitorious.org/qt/qtqa qtqa.cloning && \ + git clone git://code.qt.io/qt/qtqa qtqa.cloning && \ mv -v qtqa.cloning qtqa && \ eval \$(perl -Mlocal::lib) && \ qtqa/scripts/setup.pl --install \ diff --git a/puppet/nodecfg.pl b/puppet/nodecfg.pl index 7a0b9a3..39399f7 100755 --- a/puppet/nodecfg.pl +++ b/puppet/nodecfg.pl @@ -171,12 +171,12 @@ my %INTERACTIVE = ( default => q{}, }, qtgitreadonly => { - doc => qq{Base URL of Qt's git repositories (git://qt.gitorious.org/). \n} + doc => qq{Base URL of Qt's git repositories (git://code.qt.io/). \n} .qq{This will be used as the 'qtgitreadonly' alias for git \n} .qq{operations while testing. \n\n} .qq{The base URL will have Qt module names appended; for example: \n} .qq{ "git://git.example.com/" => "git://git.example.com/qt/qtbase" \n\n}, - default => 'git://qt.gitorious.org/', + default => 'git://code.qt.io/', }, input => { doc => qq{Base HTTP URL where large files are hosted (tarballs etc) \n} |
