diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | debian/salsa-ci.yml | 4 |
2 files changed, 5 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 2285a1e..63df36f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,6 +8,7 @@ interimap (0.5.4-1) UNRELEASED; urgency=medium * d/gbp.conf: Update upstream tag template. * d/gbp.conf: Update debian and upstream branches in compliance with DEP-14. * d/control: Point Vcs-* to salsa. + * Add debian/salsa-ci.yml file. -- Guilhem Moulin <guilhem@debian.org> Wed, 09 Dec 2020 16:13:26 +0100 diff --git a/debian/salsa-ci.yml b/debian/salsa-ci.yml new file mode 100644 index 0000000..33c3a64 --- /dev/null +++ b/debian/salsa-ci.yml @@ -0,0 +1,4 @@ +--- +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 |