summaryrefslogtreecommitdiff
path: root/setup.py
AgeCommit message (Collapse)AuthorFilesLines
2016-10-29Ignore version.py when nitpickingLars Wirzenius1-0/+1
2016-02-15Run faster tests firstLars Wirzenius1-8/+8
2016-02-14Make setup.py use obnamlib.__version__Lars Wirzenius1-1/+3
2016-01-30Prepare release 1.19.1obnam-1.19.1Lars Wirzenius1-1/+1
2016-01-15Update copyright yearsLars Wirzenius1-1/+1
2016-01-15Prepare release 1.19Lars Wirzenius1-1/+1
2015-11-15Prepare release 1.18.2obnam-1.18.2Lars Wirzenius1-1/+1
2015-11-12Add setup.py --all-yarns (-Y) optionLars Wirzenius1-5/+9
2015-11-06Prepare 1.18.1 releaseobnam-1.18.1Lars Wirzenius1-1/+1
2015-11-04Prepare release 1.18obnam-1.18Lars Wirzenius1-1/+1
2015-10-25setup.py: fix get_wanted_formats() not to use global configuration fileKalle Valo1-1/+2
When I tried to run unit tests it failed because of permission access: $ ./check run unit tests Running test 650/650: test_updates_subdirectory_of_persistent_directory OK 436 excluded statements 42 excluded modules Time: 2.6 s ERROR:root:Command failed: ./obnam list-formats CRITICAL:root:Traceback (most recent call last): File "/usr/lib/python2.7/dist-packages/cliapp/app.py", line 182, in _run self.setup_logging() File "/usr/lib/python2.7/dist-packages/cliapp/app.py", line 408, in setup_logging delay=False) File "/usr/lib/python2.7/dist-packages/cliapp/app.py", line 58, in __init__ *args, **kwargs) File "/usr/lib/python2.7/logging/handlers.py", line 118, in __init__ BaseRotatingHandler.__init__(self, filename, mode, encoding, delay) File "/usr/lib/python2.7/logging/handlers.py", line 65, in __init__ logging.FileHandler.__init__(self, filename, mode, encoding, delay) File "/usr/lib/python2.7/logging/__init__.py", line 897, in __init__ StreamHandler.__init__(self, self._open()) File "/usr/lib/python2.7/dist-packages/cliapp/app.py", line 65, in _open return logging.handlers.RotatingFileHandler._open(self) File "/usr/lib/python2.7/logging/__init__.py", line 916, in _open stream = open(self.baseFilename, self.mode) IOError: [Errno 13] Permission denied: '/var/tmp/obnam.log' This was because my global configuration had a log file configured and it was not accessible to a normal user: $ grep '^log:' /etc/obnam.conf log: /var/tmp/obnam.log $ ls -l /var/tmp/obnam.log -rw------- 1 root root 24112886 Oct 25 08:58 /var/tmp/obnam.log $
2015-09-28Run pylint only if >= 1.3.1, and fix same for pep8Lars Wirzenius1-4/+16
2015-09-26Run pep8 conditionally depending on its versionLars Wirzenius1-1/+8
2015-09-12build: support build/ being a symlinkBen Boeckel1-1/+5
I use a symlink to keep build artifacts off of my main drive, so preserve the link if it exists. Signed-off-by: Ben Boeckel <mathstuf@gmail.com>
2015-09-12Prepare release version 1.17obnam-1.17Lars Wirzenius1-1/+1
2015-09-07coverage-4.0a6 compatibilityMichel Alexandre Salim1-1/+2
coverage 4.0a6 no longer generates .coverage file, so check first if it exists before attempting removal.
2015-09-06Prepare files for release version 1.16obnam-1.16Lars Wirzenius1-1/+1
2015-08-29Run pylint in ./check -nLars Wirzenius1-0/+6
2015-08-19Prepare for release version 1.15obnam-1.15Lars Wirzenius1-1/+1
2015-08-14Prepare for release version 1.14obnam-1.14Lars Wirzenius1-1/+1
2015-08-01Update version numbers for 1.13Lars Wirzenius1-1/+1
2015-07-19Drop simple from setup.pyLars Wirzenius1-1/+0
2015-07-08Prepare release version 1.12Lars Wirzenius1-1/+1
2015-07-04Add build-dependency on pep8Lars Wirzenius1-1/+1
2015-07-04Cleanups suggested by pep8Lars Wirzenius1-0/+4
2015-07-04Generate German manpage for ObnamLars Wirzenius1-7/+9
It doesn't get OPTIONS yet, because cliapp doesn't support non-English options, but it's a start.
2015-07-02Bump version number to 1.11, because ickLars Wirzenius1-1/+1
2015-07-02Include fmt_ga in setup.pyLars Wirzenius1-1/+2
2015-07-01Update for release 1.10obnam-1.10Lars Wirzenius1-1/+1
2015-06-21Don't run nitpicks if no .gitLars Wirzenius1-3/+6
2015-03-26Use list-formats instead of hardcoding format listLars Wirzenius1-1/+1
2015-03-24Move plain text manpage generation to setup.py docsLars Wirzenius1-11/+11
2015-03-22Prepare for release 1.9obnam-1.9Lars Wirzenius1-1/+1
2015-03-22avoid shadowing builtinsThomas Waldmann1-5/+5
2015-03-14Install fmt_simple as wellLars Wirzenius1-1/+6
Reported-by: Gael Colle
2015-01-24Fix copyright years, add missing gpl3 blurbLars Wirzenius1-1/+1
2015-01-24Refactor setup.py for cleaner codeLars Wirzenius1-33/+58
2015-01-24Fix setup.py to run yarn with all repo formats by defaultLars Wirzenius1-6/+11
2014-12-29Pass to yarn if givenLars Wirzenius1-0/+3
2014-12-27Fix check for copyright-statement-lintLars Wirzenius1-1/+1
2014-09-02update README now that --fast has been removedDavid Fries1-0/+0
`chmod -x setup.py` it already had the required #!/usr/bin/env python
2014-07-06Build obnam.1.txt in setup.pyLars Wirzenius1-6/+23
2014-06-25Fix URLs to Obnam home page (liw.fi to obnam.org)Lars Wirzenius1-1/+1
2014-05-13Prepare for release 1.8obnam-1.8Lars Wirzenius1-1/+1
2014-04-15Move nitpicking code to separate toolLars Wirzenius1-12/+3
2014-04-13Format long linesLars Wirzenius1-1/+1
2014-04-13Expand TAB chars when checking line lengthsLars Wirzenius1-0/+1
2014-04-13More copyright nitpick fixesLars Wirzenius1-0/+7
2014-04-13Ignore more files from nitpick checksLars Wirzenius1-0/+2
2014-04-13Add missing copyright statements, yearsLars Wirzenius1-1/+2