summaryrefslogtreecommitdiffstats
path: root/config/build.cfg
diff options
context:
space:
mode:
authorMartin Whitaker <mageia@martin.whitaker.me.uk>2018-01-03 21:40:06 +0000
committerMartin Whitaker <mageia@martin.whitaker.me.uk>2018-01-03 21:40:06 +0000
commit21d6870376a1c75003b64e2f1c1e77936d5c2a33 (patch)
treefea4317383c0ed9cc317390dffbf8542aafcaca2 /config/build.cfg
parentf2cb0451849710aba487dd3f61def796e6715ce0 (diff)
downloaddrakclassic-config-21d6870376a1c75003b64e2f1c1e77936d5c2a33.tar
drakclassic-config-21d6870376a1c75003b64e2f1c1e77936d5c2a33.tar.gz
drakclassic-config-21d6870376a1c75003b64e2f1c1e77936d5c2a33.tar.bz2
drakclassic-config-21d6870376a1c75003b64e2f1c1e77936d5c2a33.tar.xz
drakclassic-config-21d6870376a1c75003b64e2f1c1e77936d5c2a33.zip
Updated for drakclassic rework.
No longer need to handle rpmsrate errors or package conflicts. drakclassic now includes all alternatives by default, so need to drop some includes and add some excludes.
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',