-
- Downloads
CI: Build the source package (.dsc) separately
If we run deb-build-snapshot more than once in different container
environments, they can produce different source packages or even
different version numbers (because `git describe` does not guarantee
to emit any specific number of hex digits in the abbreviated sha1).
Ensure that all our builds are consistent by using deb-build-snapshot
to create a single source package (.dsc), and then doing all other
package builds from that .dsc rather than from git.
Signed-off-by:
Simon McVittie <smcv@collabora.com>
parent
b702f0e8
No related branches found
No related tags found
Showing
- ci/autopkgtest.sh 1 addition, 1 deletionci/autopkgtest.sh
- ci/build-deb.sh 18 additions, 11 deletionsci/build-deb.sh
- ci/build-dsc.sh 28 additions, 0 deletionsci/build-dsc.sh
- debian/gitlab-ci.yml 41 additions, 17 deletionsdebian/gitlab-ci.yml
- pressure-vessel/upload-artifacts.py 4 additions, 2 deletionspressure-vessel/upload-artifacts.py
ci/build-dsc.sh
0 → 100755
Please register or sign in to comment