arch: null artifacts: [] environment: BUILD_SUBMITTER: git.sr.ht GIT_REF: refs/heads/refactor-configure-py311-bookworm image: fedora/39 packages: - automake - automake - gcc - git-core - libffi-devel - make - nodejs - npm - python3-devel - python3-greenlet - virtualenv - python3-lxml - python3-pillow - python3-pytest - python3-pytest-forked - python3-pytest-xdist - python3-webtest - gstreamer1-plugins-base - gstreamer1-plugins-bad-free - gstreamer1-plugins-good - gstreamer1-plugins-ugly-free - python3-numpy - python3-gobject - python3-gstreamer1 - poppler-utils - python3-ldap - python3-openid repositories: {} secrets: [] shell: false sources: - https://git.sr.ht/~mediagoblin/mediagoblin#3ddd85d9b49e734ab3a0ba94357827e0082911ec 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 make check # Check that `gmg` command runs ./venv/bin/gmg dbupdate # Build the documentation. make docs triggers: [] oauth: ""