summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* spec: migrate from __pythonX macros to __python2X onesJan Pokorný2015-01-141-10/+10
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* spec: get rid of annoyingly long lineJan Pokorný2015-01-141-1/+2
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* spec: include 1st path item under /usr/libexec, not the tailJan Pokorný2015-01-141-1/+3
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* spec: fix file glob fail on rawhide due to version norm.Jan Pokorný2015-01-141-1/+1
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* Versioning: use 'a' directly appended for pre-releaseJan Pokorný2015-01-142-3/+3
| | | | | | (instead of "-alpha") Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* setup: do not allow other dirs to be looked forJan Pokorný2015-01-141-1/+3
| | | | | | ...when figuring out the "own identity" Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* setup: avoid linking executable with (unneded) -lpython*Jan Pokorný2015-01-141-2/+6
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* setup: use customized tag/alias in the email addressJan Pokorný2015-01-141-12/+14
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* setup: handle case of local pkg aliasing w/ system-wideJan Pokorný2015-01-141-4/+10
| | | | 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>
* misc/clufter.spec: missing BuildRequiresJan Pokorný2015-01-141-2/+6
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* Set pre-release versionJan Pokorný2015-01-142-3/+3
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* Bump version to 0.3.2v0.3.2Jan Pokorný2015-01-092-3/+3
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* misc/clufter.spec: template for RPM packagingJan Pokorný2015-01-091-0/+231
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* setup: dot-containing initial dir for discovery is OKJan Pokorný2015-01-091-2/+5
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* MANIFEST.in: do not include symlinked setup.py in rootJan Pokorný2015-01-091-0/+1
| | | | 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>
* Set pre-release versionJan Pokorný2015-01-091-1/+1
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* Bump version to 0.3.1v0.3.1Jan Pokorný2015-01-091-1/+1
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* {run_,}setup: subsequent tweak for "pip install from git"Jan Pokorný2015-01-095-12/+8
| | | | | | | | | Also delete run-setup as it has about the same meaning now as running "python setup.py" fixed part of the command directly. See also: https://github.com/pypa/pip/pull/2337 Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* {run_,}setup: make it execute explicitly in "here" dirJan Pokorný2015-01-092-5/+9
| | | | | | See also: https://github.com/pypa/pip/issues/1979#issuecomment-66359355 Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* Mass change: import logging -> from logging import getLoggerJan Pokorný2015-01-098-17/+16
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* .gitignore: tweak wrt. ext-pluginsJan Pokorný2015-01-091-0/+2
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* main: tweak for better utilization of pretty_cmdsJan Pokorný2015-01-091-2/+6
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* command_manager: pretty_cmds can distinguish ext. pluginsJan Pokorný2015-01-091-9/+16
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* command_manager: increase default width of pretty_cmdsJan Pokorný2015-01-091-1/+1
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* main: reorder some options in help msg, --dist is non-expertJan Pokorný2015-01-091-32/+31
| | | | | | | ...as it is anticipated it may be quite frequented (conversion executed on the old machine/distro) Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* main: fix issue with -H switch not expanding %defaultJan Pokorný2015-01-091-0/+1
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* filters/pkgs2installcmd: more logical to stick w/ command fmtJan Pokorný2015-01-091-1/+1
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* New ext-plugins/lib-pcs/commands/pcs-rsc-depsJan Pokorný2015-01-091-0/+39
| | | | | | | ...command to output command to install required logical packages as per the CIB (known configured resources). Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* New ext-plugins/lib-pcs/filters/pcs-resourceJan Pokorný2015-01-095-0/+47
| | | | | | | ...filter to find out required logical packages as per the CIB (known configured resources). Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* New ext-plugins/lib-general/filters/pkgs2{distropkgs,installcmd}Jan Pokorný2015-01-092-0/+34
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* formats/command: move to ext-plugins/lib-general/formatsJan Pokorný2015-01-092-1/+2
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* ext-plugins/lib-general: string_{list,set} + conversion filterJan Pokorný2015-01-095-2/+87
| | | | | | | + start respective unit tests + fix faulty format passing logic as observed with the new plugins Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* utils_*: add helpers as utilized in experimental plugins nowJan Pokorný2015-01-092-0/+11
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* facts: add ability to translate logical cmd to distro cmdJan Pokorný2015-01-092-1/+28
| | | | | | | | | | | | The target distro cmd is expected to keep the assumed template form (say, a command to install packages should contain "{commands}" field that is then substituted, via "format" method, with the desired packages, completing the command to be used further in the process). Unlike with logical packages, nothing is considered a (suitable) distro-wide default. Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* facts: add ability to translate logical pkg to distro pkgJan Pokorný2015-01-092-5/+43
| | | | | | | | In particular distro counterpart is found, logical package name is used (possibility for false assumptions, but makes enough sense to keep it like it to avoid being to verbose in the facts base) Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* facts: turn system identifiers to lowercase firstJan Pokorný2015-01-091-2/+2
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* command: straightforward condition instead of "close enough"Jan Pokorný2015-01-091-3/+2
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* setup: fix operator-spacing and indentationJan Pokorný2015-01-091-2/+2
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* setup: find_packages/setuptools 3.5(#195) + symlink schema -> infloopJan Pokorný2015-01-091-4/+25
| | | | | | | ...hence implement custom version, compatible only to some extent (similar to cross-version compatibility of setuptools' releases!) Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* Rename utils_cluster -> facts (more generic, really)Jan Pokorný2015-01-093-2/+2
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* Set pre-release versionJan Pokorný2015-01-091-1/+1
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* Bump version to 0.3.0v0.3.0Jan Pokorný2014-12-111-1/+1
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* __init__ + README: reword the brief project descriptionJan Pokorný2014-12-112-6/+6
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* commands/ccs2pcs: reword messages, CIB unified to be last in rowJan Pokorný2014-12-111-22/+22
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* command_manager: unify list indentation with "-l" outputJan Pokorný2014-12-111-1/+1
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* Integrate FancyOutput helper classJan Pokorný2014-12-114-28/+58
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* utils_prog: add FancyOutput helper class (self-explanatory)Jan Pokorný2014-12-111-2/+122
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* command + utils_prog: sanitize importsJan Pokorný2014-12-112-3/+1
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>