Add source URL to "pkgversion"

This should make `--version` output more helpful in any upstream bug reports so they can trace back to the source of the build.
This commit is contained in:
Tianon Gravi 2021-03-19 08:44:22 -07:00
parent 4e1a7d35a8
commit ff9825b0ec
5 changed files with 10 additions and 0 deletions

2
4.2/Dockerfile generated
View File

@ -92,6 +92,8 @@ RUN set -eux; \
\
./configure --help; \
./configure \
# let's add a link to our source code in the output of "--version" in case our users end up filing bugs against the QEMU project O:)
--with-pkgversion='https://github.com/tianon/docker-qemu' \
--target-list=' \
# system targets
# (https://sources.debian.org/src/qemu/buster/debian/rules/#L59-L63, slimmed)

2
5.0/Dockerfile generated
View File

@ -92,6 +92,8 @@ RUN set -eux; \
\
./configure --help; \
./configure \
# let's add a link to our source code in the output of "--version" in case our users end up filing bugs against the QEMU project O:)
--with-pkgversion='https://github.com/tianon/docker-qemu' \
--target-list=' \
# system targets
# (https://sources.debian.org/src/qemu/buster/debian/rules/#L59-L63, slimmed)

2
5.1/Dockerfile generated
View File

@ -92,6 +92,8 @@ RUN set -eux; \
\
./configure --help; \
./configure \
# let's add a link to our source code in the output of "--version" in case our users end up filing bugs against the QEMU project O:)
--with-pkgversion='https://github.com/tianon/docker-qemu' \
--target-list=' \
# system targets
# (https://sources.debian.org/src/qemu/buster/debian/rules/#L59-L63, slimmed)

2
5.2/Dockerfile generated
View File

@ -95,6 +95,8 @@ RUN set -eux; \
\
./configure --help; \
./configure \
# let's add a link to our source code in the output of "--version" in case our users end up filing bugs against the QEMU project O:)
--with-pkgversion='https://github.com/tianon/docker-qemu' \
--target-list=' \
# system targets
# (https://sources.debian.org/src/qemu/buster/debian/rules/#L59-L63, slimmed)

View File

@ -91,6 +91,8 @@ RUN set -eux; \
\
./configure --help; \
./configure \
# let's add a link to our source code in the output of "--version" in case our users end up filing bugs against the QEMU project O:)
--with-pkgversion='https://github.com/tianon/docker-qemu' \
--target-list=' \
# system targets
# (https://sources.debian.org/src/qemu/buster/debian/rules/#L59-L63, slimmed)