forked from marquiz/git-buildpackage-rpm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathHACKING
29 lines (18 loc) · 723 Bytes
/
HACKING
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
Running the Tests
-----------------
The tests are run via
python setup.py nosetests
To also run the component tests, you need to initialize the git submodules once
via:
git submodule update --init --recursive
This will fetch the necessary binary data for the DEB and RPM component tests,
and the tests are from now on included within each regular test run.
Building the API Docs
---------------------
You can build the API docs using
epydoc -v --config=setup.cfg
Contributing Patches
--------------------
Make sure the tests pass before sending in patch. You can either send it to the
mailing list or add it to a bug report against git-buildpackage on
http://bugs.debian.org/src:git-buildpackage