Merge pull request #21 from tianon/pkgversion
Add source URL to "pkgversion"
This commit is contained in:
commit
655b15eb4b
2
4.2/Dockerfile
generated
2
4.2/Dockerfile
generated
|
@ -101,6 +101,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
2
5.0/Dockerfile
generated
|
@ -101,6 +101,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
2
5.1/Dockerfile
generated
|
@ -101,6 +101,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
2
5.2/Dockerfile
generated
|
@ -104,6 +104,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)
|
||||
|
|
|
@ -100,6 +100,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)
|
||||
|
|
Loading…
Reference in New Issue
Block a user