summaryrefslogtreecommitdiffstats
path: root/__root__/run-dev
Commit message (Collapse)AuthorAgeFilesLines
* general: use python2 (sys.executable), not python (PEP 394)Jan Pokorný2015-04-081-2/+2
| | | | | | | | Hopefully there is no major roadblock making this change unreasonable at this point in time (checked commonly used RHEL, Fedora, Debian/Ubuntu -- the latter also for seamless integration with Travis CI). Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* run-dev/setup: fix not restoring the state when discoveringJan Pokorný2015-01-141-0/+1
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* run-dev: fix redundant (but harmless) basename applicationJan Pokorný2015-01-141-1/+1
| | | | | | (harmless since basename function is idempotent) Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* run-dev: handle case of local pkg aliasing w/ system-wideJan Pokorný2015-01-091-11/+22
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* run-dev: fix typo sys.path -> sys.argvJan Pokorný2014-09-291-1/+1
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* Expose CLI frontend to be runnable via "python -m" syntaxJan Pokorný2014-09-221-2/+1
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* Adjust a way to operate in "development" mode wrt. run-devJan Pokorný2014-09-221-3/+4
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* run-dev: better way of dealing with various contexts of useJan Pokorný2014-09-221-9/+27
| | | | | | Actually a more robust variant of what setup.py uses. Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* Make run-dev central point for local use (e.g., test run)Jan Pokorný2014-09-221-13/+52
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* Move + ln -s README, run-{dev,tests}, doc into __root__Jan Pokorný2014-09-111-0/+21
Signed-off-by: Jan Pokorný <jpokorny@redhat.com>