gitlab.alfter.us has moved to git.alfter.us

This commit is contained in:
2025-10-31 08:40:40 -07:00
parent 1de5f9d9cb
commit 5958f889ff

View File

@@ -6,7 +6,7 @@ COPY --chown=root:root ssh-keys/* /root/.ssh/
RUN (echo "MAKEOPTS=-j16"; echo "EMERGE_DEFAULT_OPTS=\"--quiet-build=y --autounmask-write\"") >>/etc/portage/make.conf && emerge eselect-repository dev-vcs/git gentoolkit
WORKDIR /var/db/repos/salfter
RUN eselect repository enable salfter && emaint sync -r salfter && ssh -o "StrictHostKeyChecking no" -p 222 git@gitlab.alfter.us && git remote rm origin && git remote add origin ssh://git@gitlab.alfter.us:222/salfter/portage && git pull origin master --rebase || true
RUN eselect repository enable salfter && emaint sync -r salfter && ssh -o "StrictHostKeyChecking no" -p 222 git@git.alfter.us && git remote rm origin && git remote add origin ssh://git@git.alfter.us:222/salfter/portage && git pull origin master --rebase || true
RUN git branch --set-upstream-to=origin master && git rebase --skip || true
RUN git pull && git remote add gitlab ssh://git@gitlab.com/salfter/portage
RUN git config --global user.name "Scott Alfter" && git config --global user.email scott@alfter.us