Update cage submodule path
This commit is contained in:
parent
a70377b94a
commit
42243e31fd
4 changed files with 5 additions and 4 deletions
5
.gitmodules
vendored
5
.gitmodules
vendored
|
@ -1,3 +1,4 @@
|
||||||
[submodule "aur-packages"]
|
[submodule "cage-vi"]
|
||||||
path = aur-packages
|
path = cage-vi
|
||||||
url = https://git.snrd.eu/SunRed/aur-packages.git
|
url = https://git.snrd.eu/SunRed/aur-packages.git
|
||||||
|
branch = packages/cage-vi
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
FROM binhex/arch-base:latest AS build
|
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 \
|
RUN pacman -Syu --noconfirm base-devel \
|
||||||
&& chown -R nobody: /tmp/cage/ \
|
&& chown -R nobody: /tmp/cage/ \
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
Subproject commit a5c019afc5a210a4296a6474257f9b9a9427b31d
|
|
1
cage-vi
Submodule
1
cage-vi
Submodule
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit d5e8ebd41e06edd8fa51658b77343a450088140c
|
Loading…
Reference in a new issue