summaryrefslogtreecommitdiffstats
path: root/HACKING
blob: 600c92eaaf529bdc1c1181925542378a12e8b89c (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
57
58
59
60
61
62
63
64
65
66
67
68
=================
DEVELOPMENT NOTES
=================

:Last update:   $Date: 2007-12-18 14:32:42 +0100 (Di, 18 Dez 2007) $
:Revision:      $Revision: 8 $
:Contact:       p@rdus.de

Changes
-------

 1) Any change should get a short ChangeLog entry.  

 2) Bigger changes, feature enhancements and closed bugs go into
    CHANGES

 3) The RELEASE_NOTES should contain a summary for the current release
    as well as a list of enhancements and closed bugs.


Versions
--------

 The version number is being recorded in layman/version.py.

 The version number for release packages has three numbers.

 SVN versions should have the date of the last commit appended.


Authors
-------

 Please do not forget to add new authors or contributors within
 AUTHORS.


Release management
------------------

 No instructions yet.


Branches
--------

 No branches yet.


Documentation
-------------

 The documentation can be found as man page in layman/doc. The source
 file layman/doc/layman.8.xml is in DocBook format.


Testing
-------

The central testing script is llayman/tests/dtest.py

To run the tests, move into the layman root directory and run

 PYTHONPATH="." python layman/tests/dtest.py

The tests should not fail.