summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2021-11-08 18:08:20 +0200
committerLars Wirzenius <liw@liw.fi>2021-11-08 18:08:20 +0200
commitb00df19622cbe3ff8f7f82e58d1a934c4308bbf2 (patch)
treed31acae575d3a7989c04114e8b4353a4c72cc6fc
parentc2fe575f8f8e83c8fec1eedcd45a070b5407bc3e (diff)
downloadick2-ansible-b00df19622cbe3ff8f7f82e58d1a934c4308bbf2.tar.gz
drop some apt distros that are unused
Sponsored-by: author
-rw-r--r--liw.yml11
1 files changed, 0 insertions, 11 deletions
diff --git a/liw.yml b/liw.yml
index 7a82209..8ddf3b5 100644
--- a/liw.yml
+++ b/liw.yml
@@ -61,19 +61,8 @@ qvisqve_controller_salt: "{{ lookup('pipe', 'pass show ick2/controller_salt') }}
qvisqve_worker_hash: "{{ lookup('pipe', 'pass show ick2/worker1_hash') }}"
qvisqve_worker_salt: "{{ lookup('pipe', 'pass show ick2/worker1_salt') }}"
-# I like to have an addition "dist" in the APT repository, liwdev, so
-# I can have ick build from a liw/dev branch, in addition to master,
-# and put the resulting Debian packages where they don't get confused
-# with the ones from master. Some day this will not require
-# re-configuration of the APT repository via Ansible.
apt_distributions:
- - codename: stretch
- description: Release packages for stretch
- - codename: stretch-ci
- description: CI builds for stretch
- codename: unstable
description: Release packages for unstable
- codename: unstable-ci
description: CI builds for unstable
- - codename: liw-ci
- description: CI builds for unstable from liw