From 9d6242ff27fb7af168d48139813d61a1e6ec5f0e Mon Sep 17 00:00:00 2001 From: Elena ``of Valhalla'' Grandi Date: Tue, 2 Jan 2024 18:28:01 +0100 Subject: Update build manifests for debian --- .builds/debian_oldstable.yml | 29 +++++++++++++++++++++++++++++ .builds/debian_oldstable.yml.disabled | 27 --------------------------- .builds/debian_stable.yml | 4 +--- 3 files changed, 30 insertions(+), 30 deletions(-) create mode 100644 .builds/debian_oldstable.yml delete mode 100644 .builds/debian_oldstable.yml.disabled diff --git a/.builds/debian_oldstable.yml b/.builds/debian_oldstable.yml new file mode 100644 index 0000000..e5ab0bd --- /dev/null +++ b/.builds/debian_oldstable.yml @@ -0,0 +1,29 @@ +image: debian/oldstable +packages: + - python3-dateutil + - python3-jinja2 + - python3-ruamel.yaml + - python3-xapian + - python3-git + - python3-nose + - python3-coverage + - python3-hazwaz/bullseye-backports + - flake8 + - isort + - python3-doc8 +repositories: + backports: http://deb.debian.org/debian bullseye-backports main +sources: + - https://git.sr.ht/~valhalla/lesana +tasks: + - test: | + cd lesana + sh check coverage + - qa: | + cd lesana + sh check qa +triggers: + - action: email + condition: failure + to: valhalla@trueelena.org + diff --git a/.builds/debian_oldstable.yml.disabled b/.builds/debian_oldstable.yml.disabled deleted file mode 100644 index daba7da..0000000 --- a/.builds/debian_oldstable.yml.disabled +++ /dev/null @@ -1,27 +0,0 @@ -image: debian/oldstable -packages: - - python3-dateutil - - python3-jinja2 - - python3-ruamel.yaml - - python3-xapian - - python3-git - - python3-nose - - python3-coverage - - python3-hazwaz - - flake8 - - isort - - python3-doc8 -sources: - - https://git.sr.ht/~valhalla/lesana -tasks: - - test: | - cd lesana - sh check coverage - - qa: | - cd lesana - sh check qa -triggers: - - action: email - condition: failure - to: valhalla@trueelena.org - diff --git a/.builds/debian_stable.yml b/.builds/debian_stable.yml index 4355189..8b08307 100644 --- a/.builds/debian_stable.yml +++ b/.builds/debian_stable.yml @@ -7,12 +7,10 @@ packages: - python3-git - python3-nose - python3-coverage - - python3-hazwaz/bullseye-backports + - python3-hazwaz - flake8 - python3-doc8 - isort -repositories: - backports: http://deb.debian.org/debian bullseye-backports main sources: - https://git.sr.ht/~valhalla/lesana tasks: -- cgit v1.2.3