From 552e9dd666cbb934e822a00115699ef3908ecdb2 Mon Sep 17 00:00:00 2001 From: Balakrishnan Balasubramanian Date: Thu, 27 Feb 2025 11:51:57 -0500 Subject: [PATCH] Add DEBUG_SHELL and fix initial pull --- Containerfile | 5 +++-- run.sh | 6 +++++- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/Containerfile b/Containerfile index 3d6b84f..9813780 100644 --- a/Containerfile +++ b/Containerfile @@ -7,11 +7,12 @@ COPY sudoers /etc/sudoers.d/builder COPY run.sh /run.sh # COPY ./yay /usr/bin/yay -# RUN echo "169.254.1.2 archmirror.i.balki.me" >> /etc/hosts +RUN echo "169.254.1.2 archmirror.i.balki.me" >> /etc/hosts + +COPY mirrorlist /etc/pacman.d/mirrorlist RUN pacman -Sy --noconfirm git -COPY mirrorlist /etc/pacman.d/mirrorlist RUN useradd builder -m diff --git a/run.sh b/run.sh index 51070b4..dafe45f 100755 --- a/run.sh +++ b/run.sh @@ -2,8 +2,8 @@ set -xeuo pipefail -# sudo sed -i '$ a 169.254.1.2 archmirror.i.balki.me' /etc/hosts sudo sh -c 'echo "169.254.1.2 archmirror.i.balki.me" >> /etc/hosts' +sudo sh -c 'echo "169.254.1.2 gitea.balki.me" >> /etc/hosts' sudo pacman -Syu @@ -30,6 +30,10 @@ cp -r /w . cd ./w +if [ "${DEBUG_SHELL-n}" = y ]; then + bash +fi + # bash # yay_build