diff --git a/pacman.conf b/pacman.conf new file mode 100644 index 0000000..c0a991c --- /dev/null +++ b/pacman.conf @@ -0,0 +1,21 @@ +[options] +HoldPkg = pacman glibc +Architecture = auto + +CheckSpace + +SigLevel = Required DatabaseOptional +LocalFileSigLevel = Optional + +[core] +Include = /etc/pacman.d/mirrorlist + +[luzifer] +SigLevel = Required +Server = https://s3-eu-west-1.amazonaws.com/arch-luzifer-io/repo/$arch + +[extra] +Include = /etc/pacman.d/mirrorlist + +[community] +Include = /etc/pacman.d/mirrorlist diff --git a/update.sh b/update.sh index 9a71db6..99da364 100644 --- a/update.sh +++ b/update.sh @@ -54,8 +54,10 @@ docker run --rm -i -u $(id -u) \ } # Check whether the build is possible +curl -sSfLo pacman.conf "https://github.com/luzifer-aur/scripts/raw/master/pacman.conf" docker run --rm -i \ -v "$(pwd):/src" \ + -v "$(pwd)/pacman.conf:/etc/pacman.conf:ro" \ luzifer/arch-repo-builder:latest # Push changes including tags to fork