summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Schauer Marin Rodrigues <josch@debian.org>2021-12-10 23:06:27 +0100
committerJohannes Schauer Marin Rodrigues <josch@debian.org>2021-12-10 23:08:05 +0100
commit08b2a6a5933ace70efbd892d1329013ae31cb8df (patch)
tree2b4edca02cb8286dce45d2da23ca329bd07fdcb8
parent2b616fce0f16da984f7390de6f11046e4a16541f (diff)
debian/salsa-ci.yml: disable aptly
-rw-r--r--debian/changelog6
-rw-r--r--debian/salsa-ci.yml10
2 files changed, 6 insertions, 10 deletions
diff --git a/debian/changelog b/debian/changelog
index f367443..c6abdd8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+node-carto (1.2.0-2) UNRELEASED; urgency=medium
+
+ * debian/salsa-ci.yml: disable aptly
+
+ -- Johannes Schauer Marin Rodrigues <josch@debian.org> Fri, 10 Dec 2021 23:06:37 +0100
+
node-carto (1.2.0-1) unstable; urgency=medium
[ Jérémy Lal ]
diff --git a/debian/salsa-ci.yml b/debian/salsa-ci.yml
index ebe0ef5..8424db4 100644
--- a/debian/salsa-ci.yml
+++ b/debian/salsa-ci.yml
@@ -1,13 +1,3 @@
---
include:
- https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/recipes/debian.yml
-
-before_script:
- - echo "deb [trusted=yes] https://salsa.debian.org/js-team/node-chroma-js/-/jobs/2190648/artifacts/raw/aptly unstable main" | tee /etc/apt/sources.list.d/node-chroma-js.list
- - echo "deb [trusted=yes] https://salsa.debian.org/js-team/node-hsluv/-/jobs/2190661/artifacts/raw/aptly unstable main" | tee /etc/apt/sources.list.d/node-hsluv.list
- - apt-get update
-
-# for openstreetmap-carto
-variables:
- SALSA_CI_DISABLE_APTLY: 0
-