summaryrefslogtreecommitdiffstats
path: root/config/build.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'config/build.cfg')
-rw-r--r--config/build.cfg10
1 files changed, 6 insertions, 4 deletions
diff --git a/config/build.cfg b/config/build.cfg
index f299f04..c6bd648 100644
--- a/config/build.cfg
+++ b/config/build.cfg
@@ -22,7 +22,8 @@ my $arch2 = $arch eq 'i586' ? 'i386' : $arch;
my $_c = {
repo => {
classes => [ qw(core nonfree) ],
- types => [ qw(release updates) ],
+# types => [ qw(release updates) ],
+ types => [ qw(release) ],
},
media_cfg => {
askmedia => 1,
@@ -32,20 +33,21 @@ my $_c = {
'config/pkg-groups.lst',
],
group_exclude_lists => [
- 'config/rpmsrate-tofix.lst',
+ 'config/rpmsrate-to-fix.lst',
],
package_include_lists => [
'config/pkg-core.lst',
if_($arch ne 'x86_64', 'config/pkg-core-32.lst'),
if_($arch eq 'x86_64', 'config/pkg-core-64.lst'),
+ 'config/pkg-to-review.lst',
'config/pkg-nonfree.lst',
],
package_exclude_lists => [
'config/pkg-exclude.lst',
- 'config/pkg-exclude-tofix.lst',
+ 'config/pkg-exclude-to-fix.lst',
],
known_conflicts =>
- 'config/known_conflicts.lst',
+ 'config/known-conflicts.lst',
copy_from_repo => [
'autorun.inf' => 'files/autorun.inf',
'dosutils' => 'files/dosutils',