From: "Philippe Mathieu-Daudé" <philmd@redhat.com>
To: "Daniel P. Berrangé" <berrange@redhat.com>
Cc: "Peter Maydell" <peter.maydell@linaro.org>,
"Stefan Weil" <sw@weilnetz.de>,
qemu-devel@nongnu.org,
"Marc-André Lureau" <marcandre.lureau@gmail.com>,
"Stefan Hajnoczi" <stefanha@gmail.com>,
"Paolo Bonzini" <pbonzini@redhat.com>,
"Alex Bennée" <alex.bennee@linaro.org>
Subject: Re: [Qemu-devel] [PATCH v3 1/4] docs: convert README, CODING_STYLE and HACKING to RST syntax
Date: Mon, 9 Sep 2019 15:20:52 +0200 [thread overview]
Message-ID: <429ee8e3-e6ce-5a37-f4fe-a8408b1cc7b9@redhat.com> (raw)
In-Reply-To: <20190909131510.GG24509@redhat.com>
On 9/9/19 3:15 PM, Daniel P. Berrangé wrote:
> On Mon, Sep 09, 2019 at 02:57:08PM +0200, Philippe Mathieu-Daudé wrote:
>> On 8/29/19 6:50 PM, Daniel P. Berrangé wrote:
>>> Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
>>> ---
>>> CODING_STYLE => CODING_STYLE.rst | 121 +++++++++++++++++++-----------
>>> HACKING => HACKING.rst | 123 +++++++++++++++++++++----------
>>> README => README.rst | 47 +++++++-----
>>> scripts/checkpatch.pl | 2 +-
>>> 4 files changed, 191 insertions(+), 102 deletions(-)
>>> rename CODING_STYLE => CODING_STYLE.rst (72%)
>>> rename HACKING => HACKING.rst (79%)
>>> rename README => README.rst (84%)
>>
>> This change broke the NSIS build:
>>
>> (cd /tmp/qemu-nsis; \
>> for i in qemu-system-*.exe; do \
>> arch=${i%.exe}; \
>> arch=${arch#qemu-system-}; \
>> echo Section \"$arch\" Section_$arch; \
>> echo SetOutPath \"\$INSTDIR\"; \
>> echo File \"\${BINDIR}\\$i\"; \
>> echo SectionEnd; \
>> done \
>> ) >/tmp/qemu-nsis/system-emulations.nsh
>> makensis -V2 -NOCD \
>> -DCONFIG_DOCUMENTATION="y" \
>> -DCONFIG_GTK="y" \
>> -DBINDIR="/tmp/qemu-nsis" \
>> \
>> -DSRCDIR="/tmp/qemu-test/src" \
>> -DOUTFILE="qemu-setup-4.1.50.exe" \
>> -DDISPLAYVERSION="4.1.50" \
>> /tmp/qemu-test/src/qemu.nsi
>> File: "/tmp/qemu-test/src\README" -> no files found.
>> Usage: File [/nonfatal] [/a] ([/r] [/x filespec [...]] filespec [...] |
>> /oname=outfile one_file_only)
>> Error in script "/tmp/qemu-test/src/qemu.nsi" on line 122 -- aborting
>> creation process
>> make: *** [Makefile:1083: qemu-setup-4.1.50.exe] Error 1
>>
>> I'll send a fix.
>
> Doh. If we care about NSIS, we really need to have it being tested by
> some part of our CI system, and by pre-merge build tests.
I believe Stefan Weil does, since he regularly sends fixes or opens LP
bugs during freeze time.
We do build nsis/win32 with CI, but for some reason patchew was down.
I'm not sure we should duplicate the build on another CI, we should
rather setup something to watch patchew and warn us when it goes down.
next prev parent reply other threads:[~2019-09-09 13:22 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-08-29 16:50 [Qemu-devel] [PATCH v3 0/4] docs: add docs about use of automatic cleanup functions Daniel P. Berrangé
2019-08-29 16:50 ` [Qemu-devel] [PATCH v3 1/4] docs: convert README, CODING_STYLE and HACKING to RST syntax Daniel P. Berrangé
2019-09-09 12:57 ` Philippe Mathieu-Daudé
2019-09-09 13:15 ` Daniel P. Berrangé
2019-09-09 13:20 ` Philippe Mathieu-Daudé [this message]
2019-09-09 14:25 ` Paolo Bonzini
2019-09-09 15:14 ` Alex Bennée
2019-08-29 16:50 ` [Qemu-devel] [PATCH v3 2/4] docs: merge HACKING.rst contents into CODING_STYLE.rst Daniel P. Berrangé
2019-09-05 14:43 ` Eric Blake
2019-08-29 16:50 ` [Qemu-devel] [PATCH v3 3/4] docs: document use of automatic cleanup functions in glib Daniel P. Berrangé
2019-09-05 14:46 ` Eric Blake
2019-08-29 16:50 ` [Qemu-devel] [PATCH v3 4/4] docs: split the CODING_STYLE doc into distinct groups Daniel P. Berrangé
2019-09-05 13:31 ` Peter Maydell
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=429ee8e3-e6ce-5a37-f4fe-a8408b1cc7b9@redhat.com \
--to=philmd@redhat.com \
--cc=alex.bennee@linaro.org \
--cc=berrange@redhat.com \
--cc=marcandre.lureau@gmail.com \
--cc=pbonzini@redhat.com \
--cc=peter.maydell@linaro.org \
--cc=qemu-devel@nongnu.org \
--cc=stefanha@gmail.com \
--cc=sw@weilnetz.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).