ACK: [kteam-tools][PATCH] maintscripts: maint-modify-patch: Switch from http to https for BugLinks

Thadeu Lima de Souza Cascardo cascardo at canonical.com
Wed Jun 6 15:10:50 UTC 2018


On Wed, Jun 06, 2018 at 09:09:13AM -0600, dann frazier wrote:
> 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>

Acked-by: Thadeu Lima de Souza Cascardo <cascardo 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
> 
> 
> -- 
> kernel-team mailing list
> kernel-team at lists.ubuntu.com
> https://lists.ubuntu.com/mailman/listinfo/kernel-team




More information about the kernel-team mailing list