diff options
author | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2024-01-02 18:28:01 +0100 |
---|---|---|
committer | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2024-01-02 18:28:01 +0100 |
commit | 9d6242ff27fb7af168d48139813d61a1e6ec5f0e (patch) | |
tree | 4c1ce0ca2f37975dd9e55646f377f96dc4e5078f /.builds/debian_oldstable.yml.disabled | |
parent | 097218469f9169bed0fb5942107f3c0156595d7c (diff) |
Update build manifests for debian
Diffstat (limited to '.builds/debian_oldstable.yml.disabled')
-rw-r--r-- | .builds/debian_oldstable.yml.disabled | 27 |
1 files changed, 0 insertions, 27 deletions
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 - |