1fc2d4e
From 587aac6b8f824c90763dd7cf34d060116d73aa41 Mon Sep 17 00:00:00 2001
1fc2d4e
From: Jesse Keating <jkeating@redhat.com>
1fc2d4e
Date: Thu, 1 Apr 2010 10:24:16 -0700
1fc2d4e
Subject: [PATCH] Turn off inheritance in branched.
1fc2d4e
1fc2d4e
We specifically tag things into the branched tag, and thus we don't want
1fc2d4e
any previous release packages sneaking through (typically new packages).
1fc2d4e
---
1fc2d4e
 configs/branched.mash |    2 +-
1fc2d4e
 1 files changed, 1 insertions(+), 1 deletions(-)
1fc2d4e
1fc2d4e
diff --git a/configs/branched.mash b/configs/branched.mash
1fc2d4e
index d8301e7..2d46d75 100644
1fc2d4e
--- a/configs/branched.mash
1fc2d4e
+++ b/configs/branched.mash
1fc2d4e
@@ -8,7 +8,7 @@ debuginfo = True
1fc2d4e
 multilib = True
1fc2d4e
 multilib_method = devel
1fc2d4e
 tag = dist-f13
1fc2d4e
-inherit = True
1fc2d4e
+inherit = False
1fc2d4e
 strict_keys = False
1fc2d4e
 keys = E8E40FDE, 57BBCCBA, D22E77F2, 4EBFC273, 0B86274E, 6DF2196F, DF9B0AE9
1fc2d4e
 repoviewurl = http://download.fedoraproject.org/pub/fedora/linux/development/13/%(arch)s/os/
1fc2d4e
-- 
1fc2d4e
1.7.0.1
1fc2d4e