From 577ee21dc05f1736c93ddd741314ddc2dd0f7c49 Mon Sep 17 00:00:00 2001 From: Matt C Date: Fri, 16 Jul 2021 22:31:53 -0400 Subject: [PATCH] update pacman conf to remove borked repos --- crystal/airootfs/etc/buildstamp | 2 +- pacman.def | 10 ---------- pacman.testing | 10 ---------- 3 files changed, 1 insertion(+), 21 deletions(-) diff --git a/crystal/airootfs/etc/buildstamp b/crystal/airootfs/etc/buildstamp index 4b14e59..c7698bb 100644 --- a/crystal/airootfs/etc/buildstamp +++ b/crystal/airootfs/etc/buildstamp @@ -1 +1 @@ -Built on 06/07/21 @ 12:54:10 EST +Built on 07/16/21 @ 22:19:07 EST diff --git a/pacman.def b/pacman.def index 0105140..71f3a87 100644 --- a/pacman.def +++ b/pacman.def @@ -78,10 +78,6 @@ RemoteFileSigLevel = Never Server = https://github.com/crystalux-project/packages/raw/main/crystal/ SigLevel = Never -[special] -Server = https://repo.xhec.us/special/ -SigLevel = Never - [core] Include = /etc/pacman.d/mirrorlist @@ -94,12 +90,6 @@ Include = /etc/pacman.d/mirrorlist [community] Include = /etc/pacman.d/mirrorlist -# Apparently this is a depend?? -# (ckbcomp to be exact) -[aur] -Server = https://repo.xhec.us/aur -SigLevel = Never - # If you want to run 32 bit applications on your x86_64 system, # enable the multilib repositories as required here. diff --git a/pacman.testing b/pacman.testing index 532f5b7..64d973a 100644 --- a/pacman.testing +++ b/pacman.testing @@ -78,10 +78,6 @@ RemoteFileSigLevel = Never Server = https://github.com/crystalux-project/packages/raw/testing/crystal/ SigLevel = Never -[special] -Server = https://repo.xhec.us/special/ -SigLevel = Never - [core] Include = /etc/pacman.d/mirrorlist @@ -94,12 +90,6 @@ Include = /etc/pacman.d/mirrorlist [community] Include = /etc/pacman.d/mirrorlist -# Apparently this is a depend?? -# (ckbcomp to be exact) -[aur] -Server = https://repo.xhec.us/aur -SigLevel = Never - # If you want to run 32 bit applications on your x86_64 system, # enable the multilib repositories as required here.