From 03f8a7b0291b6404774c816cb47189878a45b1df Mon Sep 17 00:00:00 2001 From: KunoiSayami Date: Sat, 30 Oct 2021 22:47:36 +0800 Subject: feat(add-pkg): Add obs-linuxbrowser-bin Signed-off-by: KunoiSayami --- .gitlab-ci.yml | 1 + .gitmodules | 3 +++ repo/obs-linuxbrowser-bin | 1 + 3 files changed, 5 insertions(+) create mode 100644 .gitmodules create mode 160000 repo/obs-linuxbrowser-bin diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 621ae5c..deb5d0e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -20,6 +20,7 @@ build: script: - pacman --noconfirm --needed -Syu base-devel gnupg git + - git submodule update --init - useradd -m build - echo 'build ALL=(ALL) NOPASSWD:ALL' > /etc/sudoers #- cp -r ../$CI_PROJECT_TITLE /home/build/ diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..ff67fea --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "repo/obs-linuxbrowser-bin"] + path = repo/obs-linuxbrowser-bin + url = https://aur.archlinux.org/obs-linuxbrowser-bin.git diff --git a/repo/obs-linuxbrowser-bin b/repo/obs-linuxbrowser-bin new file mode 160000 index 0000000..7078e91 --- /dev/null +++ b/repo/obs-linuxbrowser-bin @@ -0,0 +1 @@ +Subproject commit 7078e91c0a529566de5a5c7c32fefe7babd16178 -- cgit v1.3.1