summaryrefslogtreecommitdiffstats
path: root/.github/workflows/scripts/requirements.txt
diff options
context:
space:
mode:
authorGravatar Michał Sawicz <michal@sawicz.net>2021-01-06 11:01:46 +0100
committerGravatar Dirk Hohndel <dirk@hohndel.org>2021-01-07 12:44:36 -0800
commit25d0fb7157d4bf7e4d65303c85cf9875578a362f (patch)
tree6fcabeb01e11674cebcd391718d5857219fe079a /.github/workflows/scripts/requirements.txt
parent2a850025b26df4f6babd825cac911b6e3d98ffe2 (diff)
downloadsubsurface-25d0fb7157d4bf7e4d65303c85cf9875578a362f.tar.gz
[snap] add daily USN check
This workflow will download the current snaps published in the `candidate` channel for all architectures and check them for packages with published Ubuntu Security Notices. If it finds one, it will trigger a build of the snap recipe: https://code.launchpad.net/~subsurface/+snap/subsurface-stable This will rebuild the snap with patched packages and publish it to the `candidate` channel. Signed-off-by: Michał Sawicz <michal@sawicz.net>
Diffstat (limited to '.github/workflows/scripts/requirements.txt')
-rw-r--r--.github/workflows/scripts/requirements.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/scripts/requirements.txt b/.github/workflows/scripts/requirements.txt
new file mode 100644
index 000000000..17bb197d9
--- /dev/null
+++ b/.github/workflows/scripts/requirements.txt
@@ -0,0 +1,2 @@
+launchpadlib
+requests