From 1079d1cee4a1389a6b697ae7e08a1c6835adcd52 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Mon, 28 Feb 2022 07:51:38 +0800 Subject: Add plyr as player default and remove NodeJS, npm and videojs --- .builds/debian-10-sqlite.yml | 2 -- .builds/debian-11-sqlite.yml | 3 --- .builds/fedora-33-sqlite.yml | 8 +++----- .builds/ubuntu-20.04.yml | 3 --- 4 files changed, 3 insertions(+), 13 deletions(-) (limited to '.builds') diff --git a/.builds/debian-10-sqlite.yml b/.builds/debian-10-sqlite.yml index 95e31901..18751610 100644 --- a/.builds/debian-10-sqlite.yml +++ b/.builds/debian-10-sqlite.yml @@ -2,8 +2,6 @@ image: debian/buster packages: # Install bootstrap and configure dependencies. - automake - - nodejs - - npm - python3-dev - virtualenv diff --git a/.builds/debian-11-sqlite.yml b/.builds/debian-11-sqlite.yml index 1ff1dd22..5a0d493a 100644 --- a/.builds/debian-11-sqlite.yml +++ b/.builds/debian-11-sqlite.yml @@ -2,8 +2,6 @@ image: debian/bullseye packages: # Install bootstrap and configure dependencies. - automake - - nodejs - - npm - python3-dev - virtualenv @@ -71,4 +69,3 @@ tasks: # Build the documentation. cd docs && make html - diff --git a/.builds/fedora-33-sqlite.yml b/.builds/fedora-33-sqlite.yml index 82fd5d9c..577fb972 100644 --- a/.builds/fedora-33-sqlite.yml +++ b/.builds/fedora-33-sqlite.yml @@ -4,11 +4,9 @@ packages: - automake # - gcc # - make - - nodejs - - npm - python3-devel - virtualenv - + # Install make and runtime dependencies. # - findutils - python3-lxml @@ -34,7 +32,7 @@ packages: - python3-gobject - python3-gstreamer1 - gstreamer1-plugin-openh264 - + # # Install raw image dependencies. # - libexiv2-dev # - libboost-python-dev @@ -47,7 +45,7 @@ packages: # Install OpenID dependencies. - python3-openid - + tasks: - core: | cd mediagoblin diff --git a/.builds/ubuntu-20.04.yml b/.builds/ubuntu-20.04.yml index be9a8fb9..9fbd53dd 100644 --- a/.builds/ubuntu-20.04.yml +++ b/.builds/ubuntu-20.04.yml @@ -2,8 +2,6 @@ image: ubuntu/20.04 packages: # Install bootstrap and configure dependencies. - automake - - nodejs - - npm - python3-dev - virtualenv @@ -69,4 +67,3 @@ tasks: # Build the documentation. cd docs && make html - -- cgit v1.2.3