- #!/usr/bin/env bash
- # SPDX-FileCopyrightText: 2020-2021 zPlus <zplus@peers.community>
- # SPDX-License-Identifier: CC0-1.0
- source /home/git/pagure_env/bin/activate
- cd /home/git/pagure_local/plugins
- export PAGURE_PATH=/home/git/pagure
- export PAGURE_CONFIG=/home/git/pagure_local/config.py
- ./run_forgefed_worker.sh
|