diff options
| author | KunoiSayami <[email protected]> | 2021-10-30 22:47:36 +0800 |
|---|---|---|
| committer | KunoiSayami <[email protected]> | 2021-10-30 22:47:36 +0800 |
| commit | 03f8a7b0291b6404774c816cb47189878a45b1df (patch) | |
| tree | 244477fbf62298ccb1db384340abb66b8167e1a3 | |
| parent | 8952a06342a72da3fa1e2500b1b58246f06fdef7 (diff) | |
feat(add-pkg): Add obs-linuxbrowser-bin
Signed-off-by: KunoiSayami <[email protected]>
| -rw-r--r-- | .gitlab-ci.yml | 1 | ||||
| -rw-r--r-- | .gitmodules | 3 | ||||
| m--------- | repo/obs-linuxbrowser-bin | 0 |
3 files changed, 4 insertions, 0 deletions
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 +Subproject 7078e91c0a529566de5a5c7c32fefe7babd1617 |
