[PATCH] release.sh: redefine GPGKEY if already existing

Emil Velikov emil.l.velikov at gmail.com
Wed Apr 12 14:55:56 UTC 2017


On 7 April 2017 at 14:26, Andres Gomez <agomez at igalia.com> wrote:
> GPGKEY may already exist in the environment. In that case, just
> redefine it adding "-u"
>
> Signed-off-by: Andres Gomez <agomez at igalia.com>
> Cc: Emil Velikov <emil.velikov at collabora.com>
> Cc: Peter Hutterer <peter.hutterer at who-t.net>
> ---
>  release.sh | 5 +++++
>  1 file changed, 5 insertions(+)
>
> diff --git a/release.sh b/release.sh
> index f976f94..e5e699d 100755
> --- a/release.sh
> +++ b/release.sh
> @@ -808,6 +808,11 @@ if [ "x$GPG" = "x" ] ; then
>      fi
>  fi
>
> +# Redefine GPGKEY if needed
> +if [ "x$GPGKEY" != "x" ] ; then
> +    GPGKEY="-u $GPGKEY"
> +fi
> +
Fine with me.
Reviewed-by: Emil Velikov <emil.velikov at collabora.com>

I'll push this over the weekend if nobody objects or beats me to it.
Emil


More information about the xorg-devel mailing list