[kteam-tools][PATCH] maintscripts: maint-modify-patch: Switch from http to https for BugLinks
dann frazier
dann.frazier at canonical.com
Wed Jun 6 15:09:13 UTC 2018
We wouldn't want the man in the middle rick-rolling our users, now would we?
Signed-off-by: dann frazier <dann.frazier at canonical.com>
---
maintscripts/maint-modify-patch | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/maintscripts/maint-modify-patch b/maintscripts/maint-modify-patch
index 99673ec0..442919ed 100755
--- a/maintscripts/maint-modify-patch
+++ b/maintscripts/maint-modify-patch
@@ -207,7 +207,7 @@ class ModifyPatch(StdApp):
self.defaults['list-aliases'] = False
self.defaults['modify-operation'] = False
self.defaults['dry-run'] = False
- self.defaults['buglink_base_url'] = "http://bugs.launchpad.net/bugs/"
+ self.defaults['buglink_base_url'] = "https://bugs.launchpad.net/bugs/"
self.cp_rc = compile('\(cherry picked from commit ([0-9a-zA-Z]+)\)')
self.bp_rc = compile('\(backported from commit ([0-9a-zA-Z]+) upstream\)')
--
2.17.1
More information about the kernel-team
mailing list