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:
parent
4e1a7d35a8
commit
ff9825b0ec
2
4.2/Dockerfile
generated
2
4.2/Dockerfile
generated
|
@ -92,6 +92,8 @@ RUN set -eux; \
|
||||||
\
|
\
|
||||||
./configure --help; \
|
./configure --help; \
|
||||||
./configure \
|
./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=' \
|
--target-list=' \
|
||||||
# system targets
|
# system targets
|
||||||
# (https://sources.debian.org/src/qemu/buster/debian/rules/#L59-L63, slimmed)
|
# (https://sources.debian.org/src/qemu/buster/debian/rules/#L59-L63, slimmed)
|
||||||
|
|
2
5.0/Dockerfile
generated
2
5.0/Dockerfile
generated
|
@ -92,6 +92,8 @@ RUN set -eux; \
|
||||||
\
|
\
|
||||||
./configure --help; \
|
./configure --help; \
|
||||||
./configure \
|
./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=' \
|
--target-list=' \
|
||||||
# system targets
|
# system targets
|
||||||
# (https://sources.debian.org/src/qemu/buster/debian/rules/#L59-L63, slimmed)
|
# (https://sources.debian.org/src/qemu/buster/debian/rules/#L59-L63, slimmed)
|
||||||
|
|
2
5.1/Dockerfile
generated
2
5.1/Dockerfile
generated
|
@ -92,6 +92,8 @@ RUN set -eux; \
|
||||||
\
|
\
|
||||||
./configure --help; \
|
./configure --help; \
|
||||||
./configure \
|
./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=' \
|
--target-list=' \
|
||||||
# system targets
|
# system targets
|
||||||
# (https://sources.debian.org/src/qemu/buster/debian/rules/#L59-L63, slimmed)
|
# (https://sources.debian.org/src/qemu/buster/debian/rules/#L59-L63, slimmed)
|
||||||
|
|
2
5.2/Dockerfile
generated
2
5.2/Dockerfile
generated
|
@ -95,6 +95,8 @@ RUN set -eux; \
|
||||||
\
|
\
|
||||||
./configure --help; \
|
./configure --help; \
|
||||||
./configure \
|
./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=' \
|
--target-list=' \
|
||||||
# system targets
|
# system targets
|
||||||
# (https://sources.debian.org/src/qemu/buster/debian/rules/#L59-L63, slimmed)
|
# (https://sources.debian.org/src/qemu/buster/debian/rules/#L59-L63, slimmed)
|
||||||
|
|
|
@ -91,6 +91,8 @@ RUN set -eux; \
|
||||||
\
|
\
|
||||||
./configure --help; \
|
./configure --help; \
|
||||||
./configure \
|
./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=' \
|
--target-list=' \
|
||||||
# system targets
|
# system targets
|
||||||
# (https://sources.debian.org/src/qemu/buster/debian/rules/#L59-L63, slimmed)
|
# (https://sources.debian.org/src/qemu/buster/debian/rules/#L59-L63, slimmed)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user