Fix CI workflow, add antergos-pkgs repo to build pacman.conf
This commit is contained in:
@@ -23,10 +23,17 @@ jobs:
|
||||
git \
|
||||
squashfs-tools \
|
||||
wget \
|
||||
imagemagick
|
||||
imagemagick \
|
||||
sudo
|
||||
|
||||
- name: Create build user
|
||||
run: |
|
||||
useradd -m builder
|
||||
echo "builder ALL=(ALL) NOPASSWD: ALL" >> /etc/sudoers
|
||||
chown -R builder:builder .
|
||||
|
||||
- name: Prepare
|
||||
run: ./prepare.sh
|
||||
run: sudo -u builder ./prepare.sh
|
||||
|
||||
- name: Build ISO
|
||||
run: ./mkarchiso -v "."
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 243 KiB |
@@ -119,7 +119,6 @@ bash-completion
|
||||
dmidecode
|
||||
dialog
|
||||
dmraid
|
||||
downgrade
|
||||
duf
|
||||
fakeroot
|
||||
freetype2
|
||||
@@ -186,7 +185,6 @@ firewall-applet
|
||||
|
||||
## Live iso specific
|
||||
arch-install-scripts
|
||||
iso-create-ml
|
||||
memtest86+
|
||||
memtest86+-efi
|
||||
mkinitcpio-archiso
|
||||
@@ -276,7 +274,6 @@ ttf-opensans
|
||||
|
||||
## General
|
||||
antergos-wallpapers
|
||||
antergos-welcome
|
||||
yay
|
||||
|
||||
## Installer
|
||||
|
||||
@@ -95,6 +95,10 @@ Include = /etc/pacman.d/mirrorlist
|
||||
[multilib]
|
||||
Include = /etc/pacman.d/mirrorlist
|
||||
|
||||
[antergos-pkgs]
|
||||
SigLevel = Optional TrustAll
|
||||
Server = https://Antergos-NeXT.github.io/antergos-pkgs/x86_64
|
||||
|
||||
# An example of a custom package repository. See the pacman manpage for
|
||||
# tips on creating your own repositories.
|
||||
#[custom]
|
||||
|
||||
Reference in New Issue
Block a user