From b00df19622cbe3ff8f7f82e58d1a934c4308bbf2 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Mon, 8 Nov 2021 18:08:20 +0200 Subject: drop some apt distros that are unused Sponsored-by: author --- liw.yml | 11 ----------- 1 file changed, 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 -- cgit v1.2.1