blob: ddaf4eceba3fc8e42cbed093a709683c9d7ddd90 (
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
|
1.0 Goals
=========
youri-check:
- cumulative results aggregation
- build bot specific information exploitation
- results filtering and sorting facilities
- maintainer customisable report mail format
- additional update sources:
- Ubuntu : using Debian on ubuntu mirror should be OK, have to test
- kdelook
- pld
- alternative dependency input based on rpmcheck
- circular dependency input based on smart
youri-upload:
- svn support
- automatic bugzilla ticket closing on upload
- more customizable (template based ?) mail notification
library:
- API-based bugzilla interface, instead of SQL-based one
- more generic check-specific options handling in medias (don't use a
specific attribute for each of them)
|