Codebase list golang-github-minio-sha256-simd / e8703a9
update debian/gitlab-ci.yml (using salsa.debian.org/go-team/ci/cmd/ci) Michael Stapelberg 6 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
2020 # Build the world as-is:
2121 - "ci-build -exemptions=/var/lib/ci-build/exemptions.json > before-applying-commit.json"
2222 # Copy this package into the overlay:
23 - "GBP_CONF_FILES=:debian/gbp.conf gbp buildpackage --git-ignore-branch --git-ignore-new --git-export-dir=/tmp/export --git-no-overlay --git-tarball-dir=/nonexistant --git-cleaner=/bin/true --git-builder='dpkg-buildpackage -S -d --no-sign'"
23 - "GBP_CONF_FILES=:debian/gbp.conf gbp buildpackage --git-no-pristine-tar --git-ignore-branch --git-ignore-new --git-export-dir=/tmp/export --git-no-overlay --git-tarball-dir=/nonexistant --git-cleaner=/bin/true --git-builder='dpkg-buildpackage -S -d --no-sign'"
2424 - "pgt-gopath -dsc /tmp/export/*.dsc"
2525 # Rebuild the world:
2626 - "ci-build -exemptions=/var/lib/ci-build/exemptions.json > after-applying-commit.json"