OSDN Git Service

sunset: Fixed mirror.
authorhayao <shun819.mail@gmail.com>
Thu, 28 May 2020 10:34:42 +0000 (19:34 +0900)
committerhayao <shun819.mail@gmail.com>
Thu, 28 May 2020 10:34:48 +0000 (19:34 +0900)
sunset.add/pacman-i486.conf

index 39b4944..30347ee 100644 (file)
@@ -2,10 +2,21 @@
 # /etc/pacman.conf
 #
 # See the pacman.conf(5) manpage for option and repository directives
+#
+# Yamada Hayao
+# Twitter: @Hayao0819
+# Email  : hayao@fascode.net
+#
+# (c) 2019-2020 Fascode Network.
+#
+# This is only used at build time.
+# In the configuration for the build, the repository mirror is specified directly.
+# Alter-testing is enabled in the build settings.
 
 #
 # GENERAL OPTIONS
 #
+
 [options]
 # The following paths are commented out with their default values listed.
 # If you wish to use different paths, uncomment and update the paths.
@@ -31,11 +42,12 @@ Architecture = i486
 
 # Misc options
 #UseSyslog
-#Color
+Color
 #TotalDownload
 # We cannot check disk space from within a chroot environment
 #CheckSpace
 #VerbosePkgLists
+ILoveCandy
 
 # By default, pacman accepts packages signed by keys that its local keyring
 # trusts (see pacman-key and its man page), as well as unsigned packages.
@@ -71,19 +83,24 @@ LocalFileSigLevel = Optional
 # after the header, and they will be used before the default mirrors.
 
 #[testing]
-#Include = /etc/pacman.d/mirrorlist
+#Server = https://jpn.mirror.archlinux32.org/$arch/$repo/
+#Server = http://jpn.mirror.archlinux32.org/$arch/$repo/
 
 [core]
-Include = /etc/pacman.d/mirrorlist
+Server = https://jpn.mirror.archlinux32.org/$arch/$repo/
+Server = http://jpn.mirror.archlinux32.org/$arch/$repo/
 
 [extra]
-Include = /etc/pacman.d/mirrorlist
+Server = https://jpn.mirror.archlinux32.org/$arch/$repo/
+Server = http://jpn.mirror.archlinux32.org/$arch/$repo/
 
 #[community-testing]
-#Include = /etc/pacman.d/mirrorlist
+#Server = https://jpn.mirror.archlinux32.org/$arch/$repo/
+#Server = http://jpn.mirror.archlinux32.org/$arch/$repo/
 
 [community]
-Include = /etc/pacman.d/mirrorlist
+Server = https://jpn.mirror.archlinux32.org/$arch/$repo/
+Server = http://jpn.mirror.archlinux32.org/$arch/$repo/
 
 # An example of a custom package repository.  See the pacman manpage for
 # tips on creating your own repositories.