diff options
author | Martin Whitaker <mageia@martin.whitaker.me.uk> | 2018-11-17 11:23:47 +0000 |
---|---|---|
committer | Martin Whitaker <mageia@martin.whitaker.me.uk> | 2018-11-17 11:23:47 +0000 |
commit | 28f7100dbab510fb41f741177e0b79487f5429c6 (patch) | |
tree | 999966bcd4b1421c9ce6fccf20a1ce8dc01e4231 | |
parent | 783e1e1f19cfda0260490574eaef00f98ea307ea (diff) | |
download | drakclassic-config-28f7100dbab510fb41f741177e0b79487f5429c6.tar drakclassic-config-28f7100dbab510fb41f741177e0b79487f5429c6.tar.gz drakclassic-config-28f7100dbab510fb41f741177e0b79487f5429c6.tar.bz2 drakclassic-config-28f7100dbab510fb41f741177e0b79487f5429c6.tar.xz drakclassic-config-28f7100dbab510fb41f741177e0b79487f5429c6.zip |
Temporarily exclude broken cauldron packages.
-rw-r--r-- | config/build.cfg | 1 | ||||
-rw-r--r-- | config/pkg-exclude-to-fix.lst | 3 |
2 files changed, 4 insertions, 0 deletions
diff --git a/config/build.cfg b/config/build.cfg index cbed704..a22edb8 100644 --- a/config/build.cfg +++ b/config/build.cfg @@ -35,6 +35,7 @@ my $config = { package_exclude_lists => [ 'config/pkg-exclude.lst', 'config/pkg-exclude-to-review.lst', + 'config/pkg-exclude-to-fix.lst', ], system => { vga_mode => '791', diff --git a/config/pkg-exclude-to-fix.lst b/config/pkg-exclude-to-fix.lst new file mode 100644 index 0000000..3bab248 --- /dev/null +++ b/config/pkg-exclude-to-fix.lst @@ -0,0 +1,3 @@ +# These are packages that are broken in cauldron +x86_64: lib64webkit-gir1.0 +postgresql9.6-devel |