Update org naming

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2023-04-13 18:30:04 +02:00
parent 4800e5b240
commit cfecce76db
Signed by: luzifer
GPG key ID: D91C3E91E4CAD6F5

View file

@ -25,8 +25,8 @@ git init
git config user.email "jenkins@luzifer.io" git config user.email "jenkins@luzifer.io"
git config user.name "Luzifer.io Jenkins" git config user.name "Luzifer.io Jenkins"
# Add AUR as remote # Add Repo as remote
git remote add origin "git@github.com:luzifer-aur/${PKG}.git" git remote add origin "git@github.com:luzifer-arch/${PKG}.git"
# Get latest state of remote # Get latest state of remote
git fetch --all --tags git fetch --all --tags
@ -54,7 +54,7 @@ docker run --rm -i -u $(id -u) \
} }
# Check whether the build is possible # Check whether the build is possible
curl -sSfLo pacman.conf "https://github.com/luzifer-aur/scripts/raw/master/pacman.conf" curl -sSfLo pacman.conf "https://github.com/luzifer-arch/scripts/raw/master/pacman.conf"
docker run --rm -i \ docker run --rm -i \
-v "$(pwd):/src" \ -v "$(pwd):/src" \
-v "$(pwd)/pacman.conf:/etc/pacman.conf:ro" \ -v "$(pwd)/pacman.conf:/etc/pacman.conf:ro" \