blob: 26bcec4c433cdd2ce17da4b061a43fe53d300bf3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
|
---
scripts_yaml_keys:
# required
- filename
- version
- authors
- contact
- name
- description
- license
# optional
- url
- commands
- note
- modules
# explicit
- modified
additional_system_deps:
- libconfig-simple-perl
- libyaml-perl
- libcrypt-ssleay-perl
- libclass-inspector-perl
- libsoap-lite-perl
- libipc-run3-perl
- libprobe-perl-perl
- libtest-script-perl
- libtext-glob-perl
- libterm-readline-perl-perl
- gir1.2-notify-0.7 # for desktop-notify
cpan:
broken_tests:
- Geo::Weather
- Net::Google
# This is a whitelist of scripts who are currently allowed to fail
# testing. They should be fixed and then removed from the whitelist.
whitelist:
- amaroknp
- babelirc
- cap_sasl_fail
- cap_sasl
- dnsspam
- irc_chess
- ircgallery
- irssiq
- isdn
- ixmmsa
- l33tmusic
- log2ansi
- mkshorterlink
- oidenty
- 'on'
- osd
- stocks
- tvmusor
- xetra
- xmmsinfo
|