Skip to content

Commit 444cac3

Browse files
committed
tests: update pacman.conf
1 parent c344c95 commit 444cac3

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

tests/issue/0714

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,16 @@ tmp_uid=custom-$RANDOM
77

88
cat >"$tmp"/pacman.conf <<EOF
99
[options]
10-
HoldPkg = pacman-git glibc
10+
HoldPkg = pacman glibc
1111
Architecture = auto
1212
CheckSpace
13+
SigLevel = Required DatabaseOptional
14+
LocalFileSigLevel = Optional
1315
[core]
1416
Include = /etc/pacman.d/mirrorlist
1517
[extra]
1618
Include = /etc/pacman.d/mirrorlist
17-
[community]
18-
Include = /etc/pacman.d/mirrorlist
1919
[$tmp_uid]
20-
SigLevel = Optional TrustAll
2120
Server = file://$tmp
2221
EOF
2322

tests/issue/0741

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,13 @@ cat >"$tmp"/pacman.conf <<EOF
1010
HoldPkg = pacman-git glibc
1111
Architecture = auto
1212
CheckSpace
13+
SigLevel = Required DatabaseOptional
14+
LocalFileSigLevel = Optional
1315
[core]
1416
Include = /etc/pacman.d/mirrorlist
1517
[extra]
1618
Include = /etc/pacman.d/mirrorlist
1719
[$tmp_uid]
18-
SigLevel = Optional TrustAll
1920
Server = file://$tmp
2021
EOF
2122

0 commit comments

Comments
 (0)