Blob Blame History Raw
From 587aac6b8f824c90763dd7cf34d060116d73aa41 Mon Sep 17 00:00:00 2001
From: Jesse Keating <jkeating@redhat.com>
Date: Thu, 1 Apr 2010 10:24:16 -0700
Subject: [PATCH] Turn off inheritance in branched.

We specifically tag things into the branched tag, and thus we don't want
any previous release packages sneaking through (typically new packages).
---
 configs/branched.mash |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/configs/branched.mash b/configs/branched.mash
index d8301e7..2d46d75 100644
--- a/configs/branched.mash
+++ b/configs/branched.mash
@@ -8,7 +8,7 @@ debuginfo = True
 multilib = True
 multilib_method = devel
 tag = dist-f13
-inherit = True
+inherit = False
 strict_keys = False
 keys = E8E40FDE, 57BBCCBA, D22E77F2, 4EBFC273, 0B86274E, 6DF2196F, DF9B0AE9
 repoviewurl = http://download.fedoraproject.org/pub/fedora/linux/development/13/%(arch)s/os/
-- 
1.7.0.1