summaryrefslogtreecommitdiffstats
path: root/config/build.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'config/build.cfg')
-rw-r--r--config/build.cfg8
1 files changed, 1 insertions, 7 deletions
diff --git a/config/build.cfg b/config/build.cfg
index 478625b..290f761 100644
--- a/config/build.cfg
+++ b/config/build.cfg
@@ -22,8 +22,7 @@ my $arch2 = $arch eq 'i586' ? 'i386' : $arch;
my $_c = {
repo => {
classes => [ qw(core nonfree) ],
-# types => [ qw(release updates) ],
- types => [ qw(release) ],
+ types => [ qw(release updates) ],
},
media_cfg => {
askmedia => 1,
@@ -32,9 +31,6 @@ my $_c = {
group_include_lists => [
'config/group-include.lst',
],
- group_exclude_lists => [
- 'config/rpmsrate-to-fix.lst',
- ],
package_include_lists => [
'config/pkg-include-core.lst',
'config/pkg-include-nonfree.lst',
@@ -44,8 +40,6 @@ my $_c = {
'config/pkg-exclude.lst',
'config/pkg-exclude-to-review.lst',
],
- known_conflicts =>
- 'config/known-conflicts.lst',
copy_from_repo => [
'autorun.inf' => 'files/autorun.inf',
'dosutils' => 'files/dosutils',