arch: null artifacts: [] environment: BUILD_SUBMITTER: git.sr.ht GIT_REF: refs/heads/refactor-configure-py311-bookworm image: ubuntu/20.04 packages: - autoconf - automake - nodejs - npm - python3-dev - python3-venv - python3-lxml - python3-pil - python3-pytest - python3-pytest-xdist - python3-sphinx - python3-sphinxcontrib.websupport - python3-webtest - gstreamer1.0-libav - gstreamer1.0-plugins-bad - gstreamer1.0-plugins-base - gstreamer1.0-plugins-good - gstreamer1.0-plugins-ugly - python3-gst-1.0 - python3-numpy - gir1.2-gst-plugins-base-1.0 - gir1.2-gstreamer-1.0 - gstreamer1.0-tools - python3-gi - libexiv2-dev - libboost-python-dev - poppler-utils - python3-ldap - python3-openid repositories: {} secrets: [] shell: false sources: - https://git.sr.ht/~mediagoblin/mediagoblin#c01b00c43def5014f283cd2e5ae57f4387416294 tasks: - core: | set -x npm install bower cd mediagoblin git show --oneline --no-patch ./autogen.sh ./configure --with-bower=$(pwd)/../node_modules/.bin/bower make build # Confirm our packages version for later troubleshooting. ./venv/bin/python -m pip freeze ./venv/bin/python -m pytest # Check that `gmg` command runs ./bin/gmg dbupdate # Build the documentation. make docs triggers: [] oauth: ""