Use archived version of gamedb (Nov 11 2023)

This commit is contained in:
Reg Tiangha 2024-03-08 12:58:56 -07:00
parent 8433057909
commit 924d4b6a72
No known key found for this signature in database
GPG key ID: 00D437798B1C2970
2 changed files with 2 additions and 1 deletions

View file

@ -9,7 +9,7 @@ COMPAT_LIST='dist/compatibility_list/compatibility_list.json'
mkdir artifacts mkdir artifacts
pip3 install git-archive-all pip3 install git-archive-all
touch "${COMPAT_LIST}" wget -q https://web.archive.org/web/20231111133415if_/https://api.citra-emu.org/gamedb -O "${COMPAT_LIST}"
git describe --abbrev=0 --always HEAD > GIT-COMMIT git describe --abbrev=0 --always HEAD > GIT-COMMIT
git describe --tags HEAD > GIT-TAG || echo 'unknown' > GIT-TAG git describe --tags HEAD > GIT-TAG || echo 'unknown' > GIT-TAG
git archive-all --include "${COMPAT_LIST}" --include GIT-COMMIT --include GIT-TAG --force-submodules artifacts/"${REV_NAME}.tar" git archive-all --include "${COMPAT_LIST}" --include GIT-COMMIT --include GIT-TAG --force-submodules artifacts/"${REV_NAME}.tar"

File diff suppressed because one or more lines are too long