forked from guillomovitch/youri-check
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
37 lines (29 loc) · 889 Bytes
/
README
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
youri-check
-----------
YOURI stands for "Youri Offers an Upload & Repository Infrastucture". It aims
to build tools making management of a coherent set of packages easier.
youri-check is a generic package checking tools. It runs a list of tests on a
list of package sets, and produces corresponding reports.
Dependencies
------------
The following perl modules are required:
- Youri::Config
- Youri::Media
- Youri::Package
- Youri::Utils
Depending on exact list of tests and reports, other modules may be needed also.
Installation
------------
To install, just use:
./configure
make
make install
Copyright and License
---------------------
Copyright (C) 2002-2006, YOURI project
This program is free software; you can redistribute it and/or modify it under
the same terms as Perl itself.
Authors
-------
Guillaume Rousse <[email protected]>,
Pascal Terjan <[email protected]>