mirror of
https://github.com/Snigdha-OS/snigdhaos-archiso.git
synced 2025-09-06 20:55:15 +02:00
🚀 feat: add snigdha os repository with setting the testing flag on
This commit is contained in:
@@ -32,11 +32,10 @@ Architecture = auto
|
|||||||
#UseSyslog
|
#UseSyslog
|
||||||
#Color
|
#Color
|
||||||
#NoProgressBar
|
#NoProgressBar
|
||||||
# We cannot check disk space from within a chroot environment
|
CheckSpace
|
||||||
#CheckSpace
|
|
||||||
#VerbosePkgLists
|
#VerbosePkgLists
|
||||||
ParallelDownloads = 5
|
ParallelDownloads = 5
|
||||||
#DownloadUser = alpm
|
DownloadUser = alpm
|
||||||
#DisableSandbox
|
#DisableSandbox
|
||||||
ILoveCandy
|
ILoveCandy
|
||||||
|
|
||||||
@@ -73,14 +72,17 @@ LocalFileSigLevel = Optional
|
|||||||
# repo name header and Include lines. You can add preferred servers immediately
|
# repo name header and Include lines. You can add preferred servers immediately
|
||||||
# after the header, and they will be used before the default mirrors.
|
# after the header, and they will be used before the default mirrors.
|
||||||
|
|
||||||
#[core-testing]
|
[core-testing]
|
||||||
#Include = /etc/pacman.d/mirrorlist
|
Include = /etc/pacman.d/mirrorlist
|
||||||
|
|
||||||
[core]
|
[core]
|
||||||
Include = /etc/pacman.d/mirrorlist
|
Include = /etc/pacman.d/mirrorlist
|
||||||
|
|
||||||
#[extra-testing]
|
[snigdhaos-core]
|
||||||
#Include = /etc/pacman.d/mirrorlist
|
Include = /etc/pacman.d/snigdhaos-mirrorlist
|
||||||
|
|
||||||
|
[extra-testing]
|
||||||
|
Include = /etc/pacman.d/mirrorlist
|
||||||
|
|
||||||
[extra]
|
[extra]
|
||||||
Include = /etc/pacman.d/mirrorlist
|
Include = /etc/pacman.d/mirrorlist
|
||||||
@@ -88,14 +90,17 @@ Include = /etc/pacman.d/mirrorlist
|
|||||||
# If you want to run 32 bit applications on your x86_64 system,
|
# If you want to run 32 bit applications on your x86_64 system,
|
||||||
# enable the multilib repositories as required here.
|
# enable the multilib repositories as required here.
|
||||||
|
|
||||||
#[multilib-testing]
|
[multilib-testing]
|
||||||
#Include = /etc/pacman.d/mirrorlist
|
Include = /etc/pacman.d/mirrorlist
|
||||||
|
|
||||||
#[multilib]
|
[multilib]
|
||||||
#Include = /etc/pacman.d/mirrorlist
|
Include = /etc/pacman.d/mirrorlist
|
||||||
|
|
||||||
# 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]
|
||||||
#SigLevel = Optional TrustAll
|
#SigLevel = Optional TrustAll
|
||||||
#Server = file:///home/custompkgs
|
#Server = file:///home/custompkgs
|
||||||
|
|
||||||
|
[chaotic-aur]
|
||||||
|
Include = /etc/pacman.d/chaotic-mirrorlist
|
||||||
|
Reference in New Issue
Block a user