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