From 42243e31fd71de42787acdba6fa3dce7d892a963 Mon Sep 17 00:00:00 2001 From: Manuel Date: Sun, 23 Oct 2022 08:00:00 +0200 Subject: [PATCH] Update cage submodule path --- .gitmodules | 5 +++-- Dockerfile | 2 +- aur-packages | 1 - cage-vi | 1 + 4 files changed, 5 insertions(+), 4 deletions(-) delete mode 160000 aur-packages create mode 160000 cage-vi diff --git a/.gitmodules b/.gitmodules index 9275029..c622e20 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,4 @@ -[submodule "aur-packages"] - path = aur-packages +[submodule "cage-vi"] + path = cage-vi url = https://git.snrd.eu/SunRed/aur-packages.git + branch = packages/cage-vi diff --git a/Dockerfile b/Dockerfile index 8ed06f0..224ca55 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM binhex/arch-base:latest AS build -COPY ./aur-packages/srcpkgs/cage-vi/ /tmp/cage/ +COPY ./cage-vi/ /tmp/cage/ RUN pacman -Syu --noconfirm base-devel \ && chown -R nobody: /tmp/cage/ \ diff --git a/aur-packages b/aur-packages deleted file mode 160000 index a5c019a..0000000 --- a/aur-packages +++ /dev/null @@ -1 +0,0 @@ -Subproject commit a5c019afc5a210a4296a6474257f9b9a9427b31d diff --git a/cage-vi b/cage-vi new file mode 160000 index 0000000..d5e8ebd --- /dev/null +++ b/cage-vi @@ -0,0 +1 @@ +Subproject commit d5e8ebd41e06edd8fa51658b77343a450088140c