summaryrefslogtreecommitdiffstats
path: root/__root__
Commit message (Collapse)AuthorAgeFilesLines
* Expose CLI frontend to be runnable via "python -m" syntaxJan Pokorný2014-09-221-2/+1
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* run-tests: less verbose, more likely to work with set -eJan Pokorný2014-09-221-2/+2
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* Adjust a way to operate in "development" mode wrt. run-devJan Pokorný2014-09-222-5/+6
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* filters/ccs2ccsflat+ccs_flatten: nothing to do -> return orig. dumpJan Pokorný2014-09-221-3/+8
| | | | | | | | | | This way, we do not have to bother with stdin and/or magic file descriptors. At the cons' side, the equality check is little bit complicated with a need to normalize both before-after variants, but this only affects tests anyway (that are accommodating this change as of now). Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* ccs-flatten/resrules: convenient "this dir": metadata onlyJan Pokorný2014-09-221-1/+3
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* setup.cfg: install ccs_flatten binary rather under dedicated dirJan Pokorný2014-09-221-1/+1
| | | | 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>
* MANIFEST: capture ccs-flatten source for sureJan Pokorný2014-09-221-2/+5
| | | | | | | | Previously it used to (mysteriously) depend on whether "setup.py build" was called explicitly prior to "setup.py sdist". Because of this strangness, official 0.1.1 release is missing these sources :-/ Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* setup.cfg: nano editor as a lowest common denominatorJan Pokorný2014-09-221-1/+1
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* setup.py: smarter self-discovery (how am I called as package)Jan Pokorný2014-09-221-2/+16
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* setup.py: include default.py.in into source distributionJan Pokorný2014-09-221-1/+3
| | | | 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>
* Update the package description, point out use as a libJan Pokorný2014-09-221-4/+3
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* setup.py: fix download_url + parametrize both urlsJan Pokorný2014-09-221-4/+11
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* run-setup: easier-to-type wrapper for "python setup.py"Jan Pokorný2014-09-221-0/+7
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* setup.py: make download_url active only on "full" releasesJan Pokorný2014-09-171-1/+2
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* setup.py: build long_description from README's contentJan Pokorný2014-09-171-1/+25
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* Make defaults (ccs_flatten path, editor) configurableJan Pokorný2014-09-172-0/+5
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* Allow for convenient interactive/exploratory useJan Pokorný2014-09-171-0/+17
| | | | | | + mention it in doc/HACKING (Interactive/exploratory use: IPython...) Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* MANIFEST.in: more careful specJan Pokorný2014-09-171-2/+2
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* run-tests: do not depend on coreutils/realpathJan Pokorný2014-09-171-3/+9
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* travis: make install phase install also test-specific depsJan Pokorný2014-09-171-0/+4
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* setup.py: specify test_suite appropriatelyJan Pokorný2014-09-171-1/+1
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* run-tests/setup.py: allow for "partial develop" (speed up)Jan Pokorný2014-09-172-6/+19
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* setup.cfg: fix hyphens-underscores discrepancyJan Pokorný2014-09-171-3/+3
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* setup.py: cond_require() to deal with Python 2.6/2.7Jan Pokorný2014-09-171-4/+19
| | | | | | + extra cosmetic cleanup Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* README: fully switch to rst format + extend a bitJan Pokorný2014-09-171-23/+71
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* run-tests: avoid specifying "tests." if enum'ing modulesJan Pokorný2014-09-171-1/+4
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* run-tests: stricter sh-only conformityJan Pokorný2014-09-171-4/+4
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* run-clean: delete pyc + other wildcard leftovers recursivelyJan Pokorný2014-09-171-1/+5
| | | | | | To prevent issues such as the one fixed in previous commit. Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* run-tests: fix not returning non-zero upon failureJan Pokorný2014-09-171-1/+10
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* travis: try to fix missing dependency lxmlJan Pokorný2014-09-171-8/+19
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* run-tests: drop bash-only syntax, add -t switch (~notail)Jan Pokorný2014-09-171-1/+4
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* travis: fixesJan Pokorný2014-09-172-6/+7
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* setup.py: fix issue with build triggered by installJan Pokorný2014-09-131-5/+5
| | | | | | (e.g., in travit-ci) Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* setup.py: add GitHub linksJan Pokorný2014-09-131-2/+2
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* run-tests: cope with missing ccs_flatten binaryJan Pokorný2014-09-132-1/+9
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* ccs-flatten/Makefile: fix forgotten .PHONY deepcleanJan Pokorný2014-09-131-1/+1
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* run-tests: fix tabs in space-indented codeJan Pokorný2014-09-131-7/+7
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* run-clean: new helper cleaning dirs as per .gitignoreJan Pokorný2014-09-121-0/+19
| | | | | | | ...which itself got new convention: not-add, not-remove files are below "# KEEP" mark. Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* ccs-flatten/Makefile: distinguish {,deep}clean + fix mispasteJan Pokorný2014-09-121-2/+4
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* ccs-flatten/Makefile: reorg, setup.cfg decides parametersJan Pokorný2014-09-121-13/+45
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* clufter x ccs-flatten: make ccs-flatten more parametricJan Pokorný2014-09-126-24/+87
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* __root__-related cleanup: license + KNOWN-ISSUES also to sdistJan Pokorný2014-09-124-0/+343
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* Allow for native Python package (incl. the C helper)Jan Pokorný2014-09-123-0/+492
| | | | | | | (by various hacks to distutils/setuptools, some of them inherited from luci) Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* README: use rather the immediate script in the exampleJan Pokorný2014-09-111-1/+1
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* Move + ln -s README, run-{dev,tests}, doc into __root__Jan Pokorný2014-09-118-0/+1120
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* ccs_flatten: $LDFLAGS goes last to make some linkers happyJan Pokorný2014-08-261-1/+1
| | | | | | | Reference: https://bugs.launchpad.net/ubuntu/+source/libxml2/+bug/1032639/comments/2 Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* Revert "ccs_flatten: preserve intended rgmanager-meta-agent w/ metadata"Jan Pokorný2014-05-091-5/+1
| | | | | | | It's actually better to be able to distinguish live data from prepacked metadata. This reverts commit 4615e2fb7f9ca05b23024249003fa2456e950c1c.
* ccs_flatten: preserve intended rgmanager-meta-agent w/ metadataJan Pokorný2014-05-091-1/+5
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>