fixing routing.py bug, if time is 24:00
[pywienerlinien] / README
diff --git a/README b/README
index ab7cf9c..4a26555 100644 (file)
--- a/README
+++ b/README
@@ -7,15 +7,17 @@ This program ist unofficial.
 
 Running unit tests:
 
-$ python -m gotovienna.tests.runner
+$ nosetests gotovienna/tests/*.py
 
 
-To build the package with aegis tokens (install python-stdeb first):
+To build the package with aegis tokens (install python-stdeb and ar first):
 
-$ python setup.py --command-packages=stdeb.command sdist_dsc
-$ cp gotovienna.aegis deb_dist/gotovienna-*/debian/
-$ cd deb_dist/gotovienna-*/
-$ dpkg-buildpackage -rfakeroot -S
+ python setup.py --command-packages=stdeb.command bdist_hdeb --aegis-manifest=gotovienna.aegis
 
-Upload the resulting source package to the OBS or build in Scratchbox.
+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