From 433728d823b24bf9740df0f521dd28330429c6dd Mon Sep 17 00:00:00 2001 From: Jonathan Frazier Date: Fri, 8 Oct 2010 06:00:38 -0400 Subject: [PATCH] Add staging repos to abs.conf --- conf/abs.conf | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/conf/abs.conf b/conf/abs.conf index 1afd3bc..60973ec 100644 --- a/conf/abs.conf +++ b/conf/abs.conf @@ -28,5 +28,5 @@ MIRRORLIST="/etc/pacman.d/mirrorlist" # Note: If a repo is removed, it is still fetched! # Repos must be preceded with a ! to prevent fetching # -REPOS=(testing core extra community-testing community multilib) +REPOS=(testing core extra community-testing community multilib staging community-staging) -- 1.7.3.1