mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 17:51:43 +00:00
gitlab-ci: port issuebot job to bullseye
This commit is contained in:
parent
920838cbd2
commit
86a1c3b65f
1 changed files with 7 additions and 6 deletions
|
|
@ -363,7 +363,7 @@ fdroid build:
|
||||||
# to GitLab Pages.
|
# to GitLab Pages.
|
||||||
pages:
|
pages:
|
||||||
stage: deploy
|
stage: deploy
|
||||||
image: registry.gitlab.com/fdroid/fdroidserver:buildserver
|
image: registry.gitlab.com/fdroid/fdroidserver:buildserver-bullseye
|
||||||
only:
|
only:
|
||||||
refs:
|
refs:
|
||||||
- branches
|
- branches
|
||||||
|
|
@ -383,8 +383,11 @@ pages:
|
||||||
- apt-get update
|
- apt-get update
|
||||||
- apt-get dist-upgrade
|
- apt-get dist-upgrade
|
||||||
- apt-get install
|
- apt-get install
|
||||||
python3-requests-cache
|
python3-github
|
||||||
python3-venv
|
python3-gitlab
|
||||||
|
python3-requests-cache
|
||||||
|
python3-venv
|
||||||
|
python3-wheel
|
||||||
|
|
||||||
- test -n "$fdroidserver" || source /etc/profile.d/bsenv.sh
|
- test -n "$fdroidserver" || source /etc/profile.d/bsenv.sh
|
||||||
- *install_fdroid_server
|
- *install_fdroid_server
|
||||||
|
|
@ -399,10 +402,8 @@ pages:
|
||||||
- git ls-remote https://gitlab.com/fdroid/issuebot.git master
|
- git ls-remote https://gitlab.com/fdroid/issuebot.git master
|
||||||
- curl --silent https://gitlab.com/fdroid/issuebot/-/archive/master/issuebot-master.tar.gz
|
- curl --silent https://gitlab.com/fdroid/issuebot/-/archive/master/issuebot-master.tar.gz
|
||||||
| tar -xz --strip-components=1
|
| tar -xz --strip-components=1
|
||||||
- pyvenv --system-site-packages --clear issuebot-env
|
- python3 -m venv --system-site-packages --clear issuebot-env
|
||||||
- . issuebot-env/bin/activate
|
- . issuebot-env/bin/activate
|
||||||
- pip3 install wheel # get rid of the bdist_wheel error messages
|
|
||||||
- pip3 install python-gitlab pygithub
|
|
||||||
- ./issuebot.py
|
- ./issuebot.py
|
||||||
|
|
||||||
# git_stats used to run here, redirect to new location
|
# git_stats used to run here, redirect to new location
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue