delete outdated testrunner
[pywienerlinien] / README
diff --git a/README b/README
index e225d65..4a26555 100644 (file)
--- a/README
+++ b/README
@@ -4,3 +4,20 @@ Using qml gui to show results
 Show next bus/tram/underground departures.
 
 This program ist unofficial.
+
+Running unit tests:
+
+$ nosetests gotovienna/tests/*.py
+
+
+To build the package with aegis tokens (install python-stdeb and ar first):
+
+ python setup.py --command-packages=stdeb.command bdist_hdeb --aegis-manifest=gotovienna.aegis
+
+To build the package with aegis token and upload to OBS / use scratchbox:
+
+ python setup.py --command-packages=stdeb.command sdist_dsc
+ cp gotovienna.aegis deb_dist/gotovienna-*/debian/
+ cd deb_dist/gotovienna-*/
+ dpkg-buildpackage -rfakeroot -S
+