[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-block] [PATCH v3 for-2.10 0/4] improved --version/--help tweak
From: |
Jeff Cody |
Subject: |
Re: [Qemu-block] [PATCH v3 for-2.10 0/4] improved --version/--help tweaks |
Date: |
Tue, 8 Aug 2017 10:15:16 -0400 |
User-agent: |
Mutt/1.5.24 (2015-08-30) |
On Tue, Aug 08, 2017 at 08:50:55AM -0500, Eric Blake wrote:
> On 08/07/2017 07:08 PM, John Snow wrote:
> >
> >
> > On 08/03/2017 12:33 PM, Eric Blake wrote:
> >> Not sure if this should go through Kevin's block tree, Paolo's
> >> miscellaneous patches, or if I should just do a pull request
> >> myself (since patch 4 includes a change to qemu-nbd)
> >>
>
> >
> > Nothing to keep the commands from going out of order again, it looks
> > like -- can this be added as a comment or otherwise scripted as a
> > ./hey_it_looks_like_you_are_about_to_release_qemu.sh script that makes
> > sure we've dotted the 'i's and crossed the 't's?
>
> We don't add subcommands to qemu-img all that frequently; I think a
> comment is okay without having to figure out where to script things.
>
> >
> > Lastly, Didn't we fix the certificate issue? (I thought Jeff had) -- and
> > even if not, it's still the correct address to send people to IMO. Let
> > people report to us if the SSL certificate appears to be broken.
>
> That can be a followup-patch.
>
Probably no need for one, really. We force redirect to SSL, so the http://
versions will still end up https://.
And to confirm - the SSL certificates are now all in order. The issue on
the website I think you were referencing in that commit message is because
we still had two URL resources pulling in non-ssl assets (Google fonts, and
jquery), so browsers blocked those mixed requests. But that has been
updated.
-Jeff
- [Qemu-block] [PATCH v3 for-2.10 0/4] improved --version/--help tweaks, Eric Blake, 2017/08/03
- [Qemu-block] [PATCH v3 1/4] qemu-img: Sort sub-command names in --help, Eric Blake, 2017/08/03
- [Qemu-block] [PATCH v3 2/4] qemu-io: Give more --version information, Eric Blake, 2017/08/03
- [Qemu-block] [PATCH v3 3/4] qga: Give more --version information, Eric Blake, 2017/08/03
- [Qemu-block] [PATCH v3 4/4] maint: Include bug-reporting info in --help output, Eric Blake, 2017/08/03
- Re: [Qemu-block] [PATCH v3 for-2.10 0/4] improved --version/--help tweaks, John Snow, 2017/08/07