diff options
| author | KunoiSayami <[email protected]> | 2021-11-04 02:16:47 +0800 |
|---|---|---|
| committer | KunoiSayami <[email protected]> | 2021-11-04 02:16:47 +0800 |
| commit | 4a992787841aeed95029894179e3ce5fcbb4bfa0 (patch) | |
| tree | a2255694dc8cb5346a75cabee54b0bc999bdbf16 | |
| parent | f5bc07bf7baf1c69eadba693e6eeadb115966585 (diff) | |
feat(add-pkg): Add yay
Signed-off-by: KunoiSayami <[email protected]>
| -rw-r--r-- | .gitlab-ci.yml | 4 | ||||
| -rw-r--r-- | .gitmodules | 3 | ||||
| -rw-r--r-- | docker/README.md | 2 | ||||
| m--------- | repo/yay | 0 |
4 files changed, 6 insertions, 3 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 720ccd8..821f416 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -24,14 +24,14 @@ build: - repo/**/* script: - - echo -e '\n[archlinuxcn]\nServer = https://repo.archlinuxcn.org/$arch\n' >> /etc/pacman.conf + #- echo -e '\n[archlinuxcn]\nServer = https://repo.archlinuxcn.org/$arch\n' >> /etc/pacman.conf - echo -e '\n[kunoisayami]\nServer = https://$REPO_REMOTE/$arch\n' >> /etc/pacman.conf - pacman-key --init # import myself key first - curl -fL https://keys.openpgp.org/vks/v1/by-fingerprint/4A0F0C8BC709ACA4341767FB243975C8DB9656B9 | pacman-key --add - - pacman-key --finger 4A0F0C8BC709ACA4341767FB243975C8DB9656B9 - pacman-key --lsign-key 4A0F0C8BC709ACA4341767FB243975C8DB9656B9 - - pacman --noconfirm --needed -Sy archlinuxcn-keyring + #- pacman --noconfirm --needed -Sy archlinuxcn-keyring - pacman --noconfirm --needed -Su base-devel gnupg git yay - useradd -m build - echo 'build ALL=(ALL) NOPASSWD:ALL' > /etc/sudoers diff --git a/.gitmodules b/.gitmodules index 1e4e9b1..539ca97 100644 --- a/.gitmodules +++ b/.gitmodules @@ -10,3 +10,6 @@ [submodule "repo/vlc-luajit"] path = repo/vlc-luajit url = https://aur.archlinux.org/vlc-luajit.git +[submodule "repo/yay"] + path = repo/yay + url = https://aur.archlinux.org/yay.git diff --git a/docker/README.md b/docker/README.md index 463af2c..3d216f6 100644 --- a/docker/README.md +++ b/docker/README.md @@ -1,4 +1,4 @@ -## Docker images +## Docker images (Not maintenance) ### Usage diff --git a/repo/yay b/repo/yay new file mode 160000 +Subproject 34dd8781e7a8d39337fe4c52726dc067332c589 |
