diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 08:03:40 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 08:03:40 +0000 |
commit | 6a254b9c2391d68199836601525220b5c5f8c0db (patch) | |
tree | d1e96c6ffb5ba431feee7e953a5ed15e56098248 /debian/salsa-ci.yml | |
parent | Adding upstream version 20200122. (diff) | |
download | firmware-free-6a254b9c2391d68199836601525220b5c5f8c0db.tar.xz firmware-free-6a254b9c2391d68199836601525220b5c5f8c0db.zip |
Adding debian version 20200122-4.debian/20200122-4
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/salsa-ci.yml')
-rw-r--r-- | debian/salsa-ci.yml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/debian/salsa-ci.yml b/debian/salsa-ci.yml new file mode 100644 index 0000000..e44409d --- /dev/null +++ b/debian/salsa-ci.yml @@ -0,0 +1,15 @@ +include: + - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/salsa-ci.yml + - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/pipeline-jobs.yml + +variables: + RELEASE: 'unstable' + # We only build arch:all packages + SALSA_CI_DISABLE_BLHC: 'true' + SALSA_CI_DISABLE_BUILD_PACKAGE_I386: 'true' + SALSA_CI_DISABLE_BUILD_PACKAGE_ANY: 'true' + SALSA_CI_DISABLE_CROSSBUILD_ARM64: 'true' + # Source extraction needs to run gencontrol.py + SALSA_CI_GBP_BUILDPACKAGE_ARGS: '--git-hooks --git-postexport=debian/bin/gbp-postexport-hook' + # We have to bump the version in source preparation, not later + SALSA_CI_DISABLE_VERSION_BUMP: 'true' |