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

Colin Ian King colin.king at canonical.com
Wed Jun 6 15:14:53 UTC 2018


On 06/06/18 16:09, 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>
> ---
>  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\)')
> 
Acked-by: Colin Ian King <colin.king at canonical.com>




More information about the kernel-team mailing list