summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Drop: installation of sphinx-generated html, links to jsLars Wirzenius2017-08-192-3/+0
|
* Drop: use of Makefile in debian/rulesLars Wirzenius2017-08-191-12/+0
|
* Drop: build-deb on python-sphinxLars Wirzenius2017-08-191-1/+1
|
* Drop: MakefileLars Wirzenius2017-08-191-34/+0
| | | | check is not equivalent
* Drop: doc/ because it's unmaintained and uselessLars Wirzenius2017-08-1910-472/+0
|
* Add: check script to replace "make check"Lars Wirzenius2017-08-191-0/+8
|
* Drop: meliae supportLars Wirzenius2017-08-085-10/+5
| | | | It's not been too useful and it's not got a Python 3 version.
* Fix to handle empty "config:" in a YAML config fileLars Wirzenius2017-03-241-1/+1
|
* Drop empty lines, iterate over dict, not .keys()Lars Wirzenius2017-01-275-6/+2
|
* Break long lineLars Wirzenius2017-01-271-1/+2
|
* Update NEWSLars Wirzenius2017-01-271-0/+2
|
* Fix copyright year, list of modules without testsLars Wirzenius2017-01-272-1/+2
|
* Make sleep shorter for faster debuggingliw/timeoutLars Wirzenius2017-01-261-1/+1
|
* Avoid timeouts if there actually is outputLars Wirzenius2017-01-261-0/+2
|
* Add an output timeout to runcmd, and a callbackLars Wirzenius2017-01-262-5/+48
|
* Add (unimplemented) output_timeout kwarg to runcmdLars Wirzenius2017-01-261-2/+4
|
* Tweak debian/rules for Debian 8 debhelperLars Wirzenius2016-10-081-4/+1
|
* Require Python 2.7Lars Wirzenius2016-10-083-5/+7
|
* Bump version number post-release to 1.20160724+gitLars Wirzenius2016-07-243-2/+12
|
* Prepare to release version 1.20160724cliapp-1.20160724Lars Wirzenius2016-07-243-5/+5
|
* Update NEWSLars Wirzenius2016-07-241-0/+2
|
* REbuild after checkingLars Wirzenius2016-07-241-0/+3
|
* ADd missing build-depsLars Wirzenius2016-07-242-1/+2
|
* Silence pylint warningsLars Wirzenius2016-07-244-3/+8
| | | | Disable the ones that I find pointless.
* Run make check in a clean treeLars Wirzenius2016-07-241-1/+1
| | | | | Otherwise CoverageTestRunner finds build/, which is a thing Python's build tools create.
* Run make check when building Debian packageLars Wirzenius2016-07-242-2/+5
|
* Bump version number post-release to 1.20160316+gitLars Wirzenius2016-03-163-2/+12
|
* Prepare to release version 1.20160316cliapp-1.20160316Lars Wirzenius2016-03-163-3/+9
|
* Put version.py in without-testsLars Wirzenius2016-02-201-0/+1
|
* Fix for E731 "do not assign a lambda expression, use a def"Michel Alexandre Salim2016-02-202-2/+4
|
* Move __version__ into version.pyLars Wirzenius2016-02-202-2/+4
| | | | | | | This should silence pep8 version 1.6 and later. Also allows me to use my bumper tool for releases. Thank you to Michel Alexandre Salim for reporting the pep8 issue.
* Add description of byte sizes to cliapp(5)Lars Wirzenius2016-02-192-0/+29
|
* Unhide hidden optionsLars Wirzenius2016-02-192-4/+12
| | | | | | This reveals --dump-config-names, --list-config-files, and --generate-manpage in --help output. There's no point in keeping them hidden, especially the first two.
* Prepare version 1.20160109cliapp-1.20160109Lars Wirzenius2016-01-093-5/+6
|
* Added --log=stderr to log to STDERRRoland Mas2016-01-083-1/+21
|
* Add XDG Base Directory specification supportLars Wirzenius2015-12-275-1/+36
|
* Give better error message if YAML config is badLars Wirzenius2015-12-264-1/+27
|
* Update Debian dependencies to add python-yamlLars Wirzenius2015-12-232-2/+5
|
* Update cliapp.5 for YAML filesLars Wirzenius2015-12-231-2/+27
|
* Update NEWSLars Wirzenius2015-12-231-0/+5
|
* Add support for YAML config filesLars Wirzenius2015-12-232-28/+206
| | | | INI files continue to be supported, too.
* Update debian/changelogLars Wirzenius2015-12-201-0/+8
|
* Bug#804268: python-cliapp: package suggests non-existing packageIain R. Learmonth2015-12-201-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Package: python-cliapp Version: 1.20150829-1 Severity: normal Tags: patch Hi, Seems to suggest "libjs-query" but this should probably be "libjs-jquery". Single line diff is attached. Thanks, Iain. -- System Information: Debian Release: stretch/sid APT prefers testing APT policy: (900, 'testing') Architecture: amd64 (x86_64) Kernel: Linux 4.2.0-1-amd64 (SMP w/4 CPU cores) Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system) Versions of packages python-cliapp depends on: ii python 2.7.9-1 python-cliapp recommends no packages. Versions of packages python-cliapp suggests: pn libjs-query <none> ii libjs-underscore 1.7.0~dfsg-1 -- no debconf information
* Update NEWSLars Wirzenius2015-12-051-0/+4
|
* Drop unused ManpageGenerator.options propertyLars Wirzenius2015-12-051-4/+0
|
* Sort --no-foo after --fooLars Wirzenius2015-12-052-24/+82
|
* Require config files specified by --config to existLars Wirzenius2015-11-082-2/+8
|
* Fix short option synopsis in manpagesLars Wirzenius2015-11-082-2/+17
|
* coverage-4.0a6 compatibilityMichel Alexandre Salim2015-09-071-1/+1
| | | | | coverage 4.0a6 no longer generates .coverage file, so use -f when deleting .coverage to ensure deletion does not fail.
* Prepare for release 1.20150829cliapp-1.20150829Lars Wirzenius2015-08-293-4/+4
|