mirror of
https://github.com/luzifer-aur/scripts.git
synced 2024-12-30 00:31:17 +00:00
Prevent faked from shitting itself
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
f113760a6f
commit
3a68b88f50
1 changed files with 14 additions and 13 deletions
|
@ -58,6 +58,7 @@ curl -sSfLo pacman.conf "https://github.com/luzifer-aur/scripts/raw/master/pacma
|
|||
docker run --rm -i \
|
||||
-v "$(pwd):/src" \
|
||||
-v "$(pwd)/pacman.conf:/etc/pacman.conf:ro" \
|
||||
--ulimit nofile=262144:262144 \
|
||||
luzifer/arch-repo-builder:latest
|
||||
|
||||
# Push changes including tags to fork
|
||||
|
|
Loading…
Reference in a new issue