[arch-commits] Commit in pacman/trunk (pacman.conf pacman.conf.x86_64)

Dan McGee dan at archlinux.org
Thu Jan 5 02:14:43 UTC 2012


    Date: Wednesday, January 4, 2012 @ 21:14:43
  Author: dan
Revision: 146069

add some more siglevel declarations

Modified:
  pacman/trunk/pacman.conf
  pacman/trunk/pacman.conf.x86_64

--------------------+
 pacman.conf        |    6 ++++++
 pacman.conf.x86_64 |    8 ++++++++
 2 files changed, 14 insertions(+)

Modified: pacman.conf
===================================================================
--- pacman.conf	2012-01-04 23:52:32 UTC (rev 146068)
+++ pacman.conf	2012-01-05 02:14:43 UTC (rev 146069)
@@ -46,6 +46,8 @@
 # the following line. This will treat any key imported into pacman's keyring as
 # trusted.
 #SigLevel = Optional TrustAll
+# For now, off by default unless you read the above.
+SigLevel = Never
 
 #
 # REPOSITORIES
@@ -71,6 +73,7 @@
 # after the header, and they will be used before the default mirrors.
 
 #[testing]
+#SigLevel = PackageRequired
 #Include = /etc/pacman.d/mirrorlist
 
 [core]
@@ -78,12 +81,15 @@
 Include = /etc/pacman.d/mirrorlist
 
 [extra]
+#SigLevel = PackageOptional
 Include = /etc/pacman.d/mirrorlist
 
 #[community-testing]
+#SigLevel = PackageRequired
 #Include = /etc/pacman.d/mirrorlist
 
 [community]
+#SigLevel = PackageOptional
 Include = /etc/pacman.d/mirrorlist
 
 # An example of a custom package repository.  See the pacman manpage for

Modified: pacman.conf.x86_64
===================================================================
--- pacman.conf.x86_64	2012-01-04 23:52:32 UTC (rev 146068)
+++ pacman.conf.x86_64	2012-01-05 02:14:43 UTC (rev 146069)
@@ -46,6 +46,8 @@
 # the following line. This will treat any key imported into pacman's keyring as
 # trusted.
 #SigLevel = Optional TrustAll
+# For now, off by default unless you read the above.
+SigLevel = Never
 
 #
 # REPOSITORIES
@@ -71,6 +73,7 @@
 # after the header, and they will be used before the default mirrors.
 
 #[testing]
+#SigLevel = PackageRequired
 #Include = /etc/pacman.d/mirrorlist
 
 [core]
@@ -78,21 +81,26 @@
 Include = /etc/pacman.d/mirrorlist
 
 [extra]
+#SigLevel = PackageOptional
 Include = /etc/pacman.d/mirrorlist
 
 #[community-testing]
+#SigLevel = PackageRequired
 #Include = /etc/pacman.d/mirrorlist
 
 [community]
+#SigLevel = PackageOptional
 Include = /etc/pacman.d/mirrorlist
 
 # If you want to run 32 bit applications on your x86_64 system,
 # enable the multilib repositories as required here.
 
 #[multilib-testing]
+#SigLevel = PackageRequired
 #Include = /etc/pacman.d/mirrorlist
 
 #[multilib]
+#SigLevel = PackageOptional
 #Include = /etc/pacman.d/mirrorlist
 
 # An example of a custom package repository.  See the pacman manpage for




More information about the arch-commits mailing list