diff options
author | Dan Fandrich <danf@mageia.org> | 2024-01-25 12:17:54 -0800 |
---|---|---|
committer | Dan Fandrich <danf@mageia.org> | 2024-01-25 13:28:58 -0800 |
commit | 94369d4f02caeb3fbf6d0f184ebc7b83e446e3b0 (patch) | |
tree | 61a58199404c402d799e1f3bbbf969d482e5ef6c /modules/buildsystem | |
parent | 5f6f124d960df9a808f43aa6a6b637b9d26f802e (diff) | |
download | puppet-94369d4f02caeb3fbf6d0f184ebc7b83e446e3b0.tar puppet-94369d4f02caeb3fbf6d0f184ebc7b83e446e3b0.tar.gz puppet-94369d4f02caeb3fbf6d0f184ebc7b83e446e3b0.tar.bz2 puppet-94369d4f02caeb3fbf6d0f184ebc7b83e446e3b0.tar.xz puppet-94369d4f02caeb3fbf6d0f184ebc7b83e446e3b0.zip |
Switch links to https: where possible
All these point to valid https: resources, but there is a small chance
that some unusual interaction will cause it not to work. Some of these
changes also won't take effect until the server is restarted, so we'll
need to keep this in mind if failures occur long from now.
Diffstat (limited to 'modules/buildsystem')
-rw-r--r-- | modules/buildsystem/templates/bs-webstatus.conf | 2 | ||||
-rw-r--r-- | modules/buildsystem/templates/iurt.conf | 2 | ||||
-rw-r--r-- | modules/buildsystem/templates/upload.conf | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/modules/buildsystem/templates/bs-webstatus.conf b/modules/buildsystem/templates/bs-webstatus.conf index bfb6c904..9f37a990 100644 --- a/modules/buildsystem/templates/bs-webstatus.conf +++ b/modules/buildsystem/templates/bs-webstatus.conf @@ -19,7 +19,7 @@ $title = 'Build system status'; $robots = 'index,nofollow,nosnippet,noarchive'; /** */ -$g_root_url = 'http://<%= scope.lookupvar('buildsystem::var::webstatus::hostname') %>/'; +$g_root_url = 'https://<%= scope.lookupvar('buildsystem::var::webstatus::hostname') %>/'; /** URL to view a package svn revision. %d is replaced by the revision */ $package_commit_url = '<%= scope.lookupvar('buildsystem::var::webstatus::package_commit_url') %>'; diff --git a/modules/buildsystem/templates/iurt.conf b/modules/buildsystem/templates/iurt.conf index 77839b84..c08088ae 100644 --- a/modules/buildsystem/templates/iurt.conf +++ b/modules/buildsystem/templates/iurt.conf @@ -15,7 +15,7 @@ upload_queue => '<%= build_login %>@pkgsubmit:~/uploads/queue/', unwanted_packages => '^monotone-', repository => 'http://<%= scope.lookupvar('buildsystem::var::repository::hostname') %>/<%= scope.lookupvar('buildsystem::var::repository::distribdir') %>/', - log_url => 'http://<%= scope.lookupvar('buildsystem::var::webstatus::hostname') %>/queue/build/', + log_url => 'https://<%= scope.lookupvar('buildsystem::var::webstatus::hostname') %>/queue/build/', admin => 'mageia-sysadm@mageia.org', packager => 'Iurt the rebuild bot <mageia-sysadm@mageia.org>', sendmail => 0, diff --git a/modules/buildsystem/templates/upload.conf b/modules/buildsystem/templates/upload.conf index 7846cab7..af610c92 100644 --- a/modules/buildsystem/templates/upload.conf +++ b/modules/buildsystem/templates/upload.conf @@ -98,7 +98,7 @@ my $homedir = "<%= scope.lookupvar('buildsystem::var::iurt::homedir') %>"; -%> }, admin => '<%= scope.lookupvar('buildsystem::var::scheduler::admin_mail') %>', - http_queue => 'http://<%= scope.lookupvar('buildsystem::var::webstatus::hostname') %>/uploads', + http_queue => 'https://<%= scope.lookupvar('buildsystem::var::webstatus::hostname') %>/uploads', upload_user => '<%= scope.lookupvar('buildsystem::var::scheduler::login') %>', email_domain => '<%= domain %>', arch => { |