[gnutls-devel] libtasn1 | Add release script and announcement template [skip ci] (!57)
Development of GNU's TLS library
gnutls-devel at lists.gnutls.org
Fri Mar 20 13:15:58 CET 2020
Tim Rühsen commented on a discussion on devel/release: https://gitlab.com/gnutls/libtasn1/-/merge_requests/57#note_308479823
> +
> +echo "* Make"
> +make -s -j$(nproc) clean
> +make -s -j$(nproc)
> +
> +echo "* Make distcheck"
> +make -s -j$(nproc) distcheck >/dev/null
> +
> +echo "* Make dist"
> +for ext in $extensions; do
> + [[ $ext = 'gz' ]] && ext="gzip"
> +# [[ $ext = 'lz' ]] && ext="lzip"
> + make -s -j$(nproc) dist-$ext >/dev/null
> +done
> +
> +x=$(gpg --list-secret-keys 2>/dev/null|grep ^sec|awk '{ print $2 }')
Hmmm, I have several GPG keys and can't see how I can specify the right one with `gnupload`. Please let me know how to do that and I'll replace that code.
--
Reply to this email directly or view it on GitLab: https://gitlab.com/gnutls/libtasn1/-/merge_requests/57#note_308479823
You're receiving this email because of your account on gitlab.com.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.gnupg.org/pipermail/gnutls-devel/attachments/20200320/cb9c5fde/attachment.html>
More information about the Gnutls-devel
mailing list