This commit is contained in:
parent
90c36c4f15
commit
24d440d9b3
2 changed files with 10 additions and 0 deletions
|
@ -11,6 +11,7 @@ steps:
|
||||||
path: /repo
|
path: /repo
|
||||||
commands:
|
commands:
|
||||||
- cp -f conf/{makepkg,pacman}.conf /etc/
|
- cp -f conf/{makepkg,pacman}.conf /etc/
|
||||||
|
- cat conf/pacman-conf.d-noextract.conf >> /etc/pacman.conf
|
||||||
- sed -i 's/# REPOSITORIES/[nyyu]\nServer = https:\\/\\/archlinux.nyyu.dev\\/nyyu\nSigLevel = Never/' /etc/pacman.conf
|
- sed -i 's/# REPOSITORIES/[nyyu]\nServer = https:\\/\\/archlinux.nyyu.dev\\/nyyu\nSigLevel = Never/' /etc/pacman.conf
|
||||||
- sed -i 's/#PACKAGER=".*"/PACKAGER="nyyu <mail@nyyu.dev>"/' /etc/makepkg.conf
|
- sed -i 's/#PACKAGER=".*"/PACKAGER="nyyu <mail@nyyu.dev>"/' /etc/makepkg.conf
|
||||||
- pacman -Syu git jq pacman-contrib pandoc-bin --noconfirm
|
- pacman -Syu git jq pacman-contrib pandoc-bin --noconfirm
|
||||||
|
|
9
conf/pacman-conf.d-noextract.conf
Normal file
9
conf/pacman-conf.d-noextract.conf
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
[options]
|
||||||
|
NoExtract = usr/share/help/* !usr/share/help/en*
|
||||||
|
NoExtract = usr/share/gtk-doc/html/* usr/share/doc/*
|
||||||
|
NoExtract = usr/share/locale/* usr/share/X11/locale/* usr/share/i18n/*
|
||||||
|
NoExtract = !*locale*/en*/* !usr/share/i18n/charmaps/UTF-8.gz !usr/share/*locale*/locale.*
|
||||||
|
NoExtract = !usr/share/*locales/en_?? !usr/share/*locales/i18n* !usr/share/*locales/iso*
|
||||||
|
NoExtract = !usr/share/*locales/trans*
|
||||||
|
NoExtract = usr/share/man/* usr/share/info/*
|
||||||
|
NoExtract = usr/share/vim/vim*/lang/*
|
Loading…
Add table
Reference in a new issue