Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change sed invocation for POSIX compliance | toonn | 2020-12-31 | 1 | -1/+2 |
| | | | | | `\s` is a GNU-ism not found in BSD sed. Both implementations support the equivalent `[:blank:]` character class. | ||||
* | Change "sgr0" to "normal" for legibility | toonn | 2020-11-13 | 1 | -9/+9 |
| | |||||
* | Add formatting to make output for clarity | toonn | 2020-11-13 | 1 | -8/+17 |
| | |||||
* | Default to python3 at install, fall back to python | toonn | 2020-06-22 | 1 | -2/+2 |
| | | | | | | | | | Since `python` is supposed to always point to a python 2.x executable and python 2.x is no longer supported by the PSF, we should try to install with `python3` by default and fall back to `python` and then `python2`. Fixes #2006 | ||||
* | Tax loss harvesting release, nothing to see here v1.9.3 | toonn | 2019-12-31 | 1 | -2/+2 |
| | |||||
* | Split PHONY man target into seperate real targets | toonn | 2019-10-19 | 1 | -5/+13 |
| | | | | | | | Every time a manpage is updated both manpages are rebuilt using `make man`, this is annoying because you have to checkout the manpage that didn't change every time you do this. The new rules properly use `make`'s features to only rebuild a manpage *if* necessary. | ||||
* | Switch manpage date from locale dependent to ISO UTC | toonn | 2019-09-01 | 1 | -2/+2 |
| | | | | | Having the date in the manpage depend on a user's locale and their timezone makes the format change depending on which user generates it. | ||||
* | Tabs are spaces too | toonn | 2019-06-18 | 1 | -1/+1 |
| | |||||
* | Remove comment in shellcheck rule | toonn | 2019-06-18 | 1 | -1/+0 |
| | | | | The comment was confusing because `make` swallowed the `$` | ||||
* | Replace targets with test_py | toonn | 2019-06-18 | 1 | -2/+2 |
| | | | | | | | | It's easier to keep the test and test_py targets synchronized by having the former depend on the latter. Changed the wording of the test_py success message to be less suspenseful. | ||||
* | Document ## convention and $$ sed range | toonn | 2019-06-18 | 1 | -0/+1 |
| | |||||
* | Add test_py target | toonn | 2019-06-18 | 1 | -0/+5 |
| | |||||
* | Document shellcheck in Makefile help and HACKING.md | toonn | 2019-06-18 | 1 | -15/+16 |
| | |||||
* | Add shellcheck to tests | toonn | 2019-06-18 | 1 | -1/+5 |
| | | | | Shellcheck is run for `scope.sh` after uncommenting all the code. | ||||
* | doctests are no longer silently failing (when failing) | Wojciech Siewierski | 2019-01-27 | 1 | -1/+2 |
| | | | | | | Related issue: #1457 See: https://stackoverflow.com/a/25691978 | ||||
* | Set the default PREFIX in Makefile | Wojciech Siewierski | 2018-12-29 | 1 | -0/+1 |
| | |||||
* | Support the PREFIX flag in "make install" | Wojciech Siewierski | 2018-12-29 | 1 | -1/+2 |
| | | | | Before that it was necessary to use setup.py directly. | ||||
* | Remove strip because whitespace could be a valid name | toonn | 2018-08-19 | 1 | -1/+1 |
| | |||||
* | Check PYTHON is properly defined | toonn | 2018-08-19 | 1 | -4/+10 |
| | | | | | | | | | | We don't need to check for all the various versions, that's just a maintenance burden because `python33` shouldn't ever be available if `python3` isn't. Added a check for whether `PYTHON` is empty or just whitespace because that's useless and could actually lead to problems, if `setup.py` happens to be on the `PATH`. | ||||
* | Update PYTHON variable | hektr | 2018-07-18 | 1 | -2/+3 |
| | | | | `which python3` will likely show the latest version of python installed on system, so, it should go the first. I think, it's not necessary to write all of possible versions of python. You can just use `which python3 || which python`... | ||||
* | Makefile: run tests/manpage_completion_test.py on `make test` | hut | 2018-06-12 | 1 | -2/+7 |
| | |||||
* | Replace -not operator with POSIX compliant ! | Klemens Nanni | 2018-02-05 | 1 | -3/+3 |
| | | | | | | | This ensures compatibility with non-GNU implementations like OpenBSD's find(1). -and is already implied by juxtaposition, thus remove it. | ||||
* | Fix missing `@` character | Zabielski, Kamil | 2017-12-01 | 1 | -1/+1 |
| | | | | Signed-off-by: Zabielski, Kamil <kamil.zabielski@outlook.com> | ||||
* | Makefile: Add help for different tests | nfnty | 2017-02-10 | 1 | -13/+19 |
| | |||||
* | Beta release 1.9.0b1 v1.9.0b1 | nfnty | 2017-02-10 | 1 | -1/+1 |
| | |||||
* | linting: Rename config files | nfnty | 2017-02-09 | 1 | -1/+1 |
| | |||||
* | linting: pylint: Remove most `disabled=protected-access` | nfnty | 2017-01-30 | 1 | -1/+1 |
| | |||||
* | Makefile: `TEST_PATH_*`: Be explicit | nfnty | 2017-01-29 | 1 | -5/+11 |
| | |||||
* | Makefile: Split tests | nfnty | 2017-01-24 | 1 | -7/+11 |
| | |||||
* | linting: Fix `make test` | nfnty | 2017-01-17 | 1 | -2/+6 |
| | |||||
* | linting: pylint and flake8 | nfnty | 2017-01-17 | 1 | -0/+8 |
| | |||||
* | Enable Travis-CI | Wojciech Siewierski | 2016-06-22 | 1 | -1/+1 |
| | |||||
* | Makefile: Don't fail build when py.test is not installed | hut | 2016-02-28 | 1 | -1/+8 |
| | |||||
* | tests: add a dummy pytest test and add it to the make test step | Laurent Charignon | 2016-01-31 | 1 | -0/+1 |
| | |||||
* | Neater copyright header | hut | 2015-03-19 | 1 | -2/+2 |
| | |||||
* | Makefile: quote a variable | hut | 2015-02-07 | 1 | -1/+1 |
| | | | | This avoids an error if the path to rangers repository contains a space. | ||||
* | update email address | hut | 2014-12-11 | 1 | -1/+1 |
| | |||||
* | fix references to README.md | hut | 2014-08-22 | 1 | -1/+1 |
| | |||||
* | Makefile: allow selecting files for "make test" by setting $FILTER | hut | 2014-02-03 | 1 | -1/+2 |
| | | | | | | | | | For example: FILTER=signals make test will test only files that match "signals", i.e. only ranger/ext/signals.py. FILTER is passed as a pattern directly to grep. | ||||
* | Changed email address in source code | hut | 2013-08-08 | 1 | -1/+1 |
| | | | | | Since lavabit.com ceased providing email services, I had to change my address from hut lavabit com to hut lepus uberspace de. | ||||
* | Revert "Added bumblebee-like "make uninstall"" | hut | 2013-04-02 | 1 | -7/+0 |
| | | | | This reverts commit f19c589432c68ae1979adb723deb3665d38c0b4a. | ||||
* | Added bumblebee-like "make uninstall" | hut | 2013-04-01 | 1 | -0/+7 |
| | | | | | | | | | | | This innovative uninstalling method unlocks the power and immense efficiency that resulted from years of dedicated R&D by the greatest minds to ever walk the face of the earth. By now, this method is state-of-the-art after being tested by prestigious software such as bumblebee [1], marking a milestone and becoming a true legend in the history of open source development. [1] https://github.com/MrMEEE/bumblebee-Old-and-abbandoned/commit/a047be85247755cdbe0acce6f1dafc8beb84f2ac | ||||
* | Makefile: Fix regex of 'make clean' | hut | 2013-03-01 | 1 | -1/+1 |
| | |||||
* | updated rest of the copyright notices | hut | 2013-02-22 | 1 | -1/+1 |
| | |||||
* | update email address (romanz@lavabit.com -> hut@lavabit.com) | hut | 2013-02-22 | 1 | -1/+1 |
| | |||||
* | doc/rifle.1: Added man page for rifle | hut | 2013-02-18 | 1 | -0/+4 |
| | |||||
* | Makefile: Add python3.3 to the list of python versions | hut | 2013-01-28 | 1 | -2/+2 |
| | |||||
* | Makefile: "make dist" instead of "make snapshot" | hut | 2013-01-28 | 1 | -1/+3 |
| | |||||
* | Makefile: use python2.7 too | hut | 2012-10-18 | 1 | -1/+1 |
| | |||||
* | test rifle when running "make test" | hut | 2012-04-13 | 1 | -1/+1 |
| |