mirror of
https://github.com/ben-grande/qusal.git
synced 2025-10-11 04:48:28 -04:00
fix: enforce https on repository installation
Previously was just http to allow for caching and non-caching of packages. Currently, a client tool exists to rewrite repository definitions.
This commit is contained in:
parent
d4c3fb11d3
commit
b2c9479e50
19 changed files with 30 additions and 18 deletions
|
@ -1,2 +1,2 @@
|
|||
deb [signed-by=/usr/share/keyrings/opentofu.asc] http://packages.opentofu.org/opentofu/tofu/any/ any main
|
||||
deb [signed-by=/usr/share/keyrings/opentofu.asc] https://packages.opentofu.org/opentofu/tofu/any/ any main
|
||||
# vim:ft=debsources
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
Types: deb
|
||||
URIs: http://packages.opentofu.org/opentofu/tofu/any/
|
||||
URIs: https://packages.opentofu.org/opentofu/tofu/any/
|
||||
Suites: any
|
||||
Components: main
|
||||
Signed-by: /usr/share/keyrings/opentofu.asc
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[opentofu]
|
||||
name=opentofu
|
||||
baseurl=http://packages.opentofu.org/opentofu/tofu/rpm_any/rpm_any/$basearch
|
||||
baseurl=https://packages.opentofu.org/opentofu/tofu/rpm_any/rpm_any/$basearch
|
||||
repo_gpgcheck=0
|
||||
gpgcheck=1
|
||||
enabled=1
|
||||
|
@ -11,7 +11,7 @@ metadata_expire=300
|
|||
|
||||
[opentofu-source]
|
||||
name=opentofu-source
|
||||
baseurl=http://packages.opentofu.org/opentofu/tofu/rpm_any/rpm_any/SRPMS
|
||||
baseurl=https://packages.opentofu.org/opentofu/tofu/rpm_any/rpm_any/SRPMS
|
||||
repo_gpgcheck=0
|
||||
gpgcheck=1
|
||||
enabled=1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue