chore: use libsecret mirror due to instability of gitlab.gnome.org

This commit is contained in:
julian 2024-12-11 09:24:42 -06:00
parent 71609c34b0
commit 2873595e40

View file

@ -25,7 +25,7 @@ cd "$LINUX_DIRECTORY" || exit 1
#pip3 install --user meson markdown tomli --upgrade
# pip3 install --user gi-docgen
cd build || exit 1
git -C libsecret pull origin $LIBSECRET_TAG || git clone https://gitlab.gnome.org/GNOME/libsecret.git libsecret
git -C libsecret pull origin $LIBSECRET_TAG || git clone https://git.cypherstack.com/Cypher_Stack/libsecret.git libsecret
cd libsecret || exit 1
git checkout $LIBSECRET_TAG
if ! [ -x "$(command -v meson)" ]; then