summary refs log tree commit diff stats
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Beta release 1.9.0b1 v1.9.0b1nfnty2017-02-101-1/+1
|
* linting: Rename config filesnfnty2017-02-091-1/+1
|
* linting: pylint: Remove most `disabled=protected-access`nfnty2017-01-301-1/+1
|
* Makefile: `TEST_PATH_*`: Be explicitnfnty2017-01-291-5/+11
|
* Makefile: Split testsnfnty2017-01-241-7/+11
|
* linting: Fix `make test`nfnty2017-01-171-2/+6
|
* linting: pylint and flake8nfnty2017-01-171-0/+8
|
* Enable Travis-CIWojciech Siewierski2016-06-221-1/+1
|
* Makefile: Don't fail build when py.test is not installedhut2016-02-281-1/+8
|
* tests: add a dummy pytest test and add it to the make test stepLaurent Charignon2016-01-311-0/+1
|
* Neater copyright headerhut2015-03-191-2/+2
|
* Makefile: quote a variablehut2015-02-071-1/+1
| | | | This avoids an error if the path to rangers repository contains a space.
* update email addresshut2014-12-111-1/+1
|
* fix references to README.mdhut2014-08-221-1/+1
|
* Makefile: allow selecting files for "make test" by setting $FILTERhut2014-02-031-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 codehut2013-08-081-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""hut2013-04-021-7/+0
| | | | This reverts commit f19c589432c68ae1979adb723deb3665d38c0b4a.
* Added bumblebee-like "make uninstall"hut2013-04-011-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'hut2013-03-011-1/+1
|
* updated rest of the copyright noticeshut2013-02-221-1/+1
|
* update email address (romanz@lavabit.com -> hut@lavabit.com)hut2013-02-221-1/+1
|
* doc/rifle.1: Added man page for riflehut2013-02-181-0/+4
|
* Makefile: Add python3.3 to the list of python versionshut2013-01-281-2/+2
|
* Makefile: "make dist" instead of "make snapshot"hut2013-01-281-1/+3
|
* Makefile: use python2.7 toohut2012-10-181-1/+1
|
* test rifle when running "make test"hut2012-04-131-1/+1
|
* shorten all copyright messages for better readabilityhut2012-03-141-13/+1
|
* Makefile: Added info about DESTDIR in "make options"hut2011-10-291-0/+1
|
* Makefile: Fixed "PHONY" stuffhut2011-10-291-1/+1
|
* Updated copyright headershut2011-10-101-1/+1
| | | | As much as I hate this, it has to be done
* Makefile: Fixed doctests for python3.2hut2011-10-081-1/+1
|
* Makefile: added `make test' back in.hut2011-10-071-1/+9
|
* Makefile: updatehut2011-10-051-4/+8
|
* Makefile: added "make todo" and added some notes in codehut2011-10-051-1/+4
|
* updated Makefilehut2011-09-291-1/+2
|
* removed tests. (half of them are outdated)hut2011-09-281-9/+1
| | | | To get them back, you can always simply revert this commit.
* extended manpage and fixed {load,save}_copy_buffer commandshut2011-09-251-0/+3
|
* Overhauled manpage. It's in POD format now.hut2011-09-241-1/+5
|
* Makefile, setup.py: Fixed `make doc`hut2010-09-111-1/+0
|
* Makefile: simplificationhut2010-06-241-1/+1
|
* make doc: minor cleanup and fixhut2010-06-211-2/+2
|
* commited pydocs are author agnosticshpelda2010-06-211-1/+2
|
* INSTALL: changed logname from uninstall_info to install_log.txthut2010-06-181-1/+1
|
* Removed built-in support for uninstalling.hut2010-06-181-5/+4
| | | | | | Since distutils (setup.py) is used and distutils doesn't support uninstalling, I shouldn't implement my own half-assed, potentially dangerous uninstall script either.
* Rewrote INSTALL and "make (un)install"hut2010-06-181-2/+12
|
* Makefile: removed functions which are now handled by setup.pyhut2010-06-181-51/+4
|
* make snapshot: prefix ranger-$VERSION/ in archiveshut2010-06-141-1/+1
|
* make install: Fixed script for finding PYTHON_SITE_DESThut2010-06-141-2/+6
|
* Makefile: dynamically get the version numberhut2010-06-091-1/+1
|
* simplified all_tests.py, moved to test/hut2010-06-071-2/+2
|
e>
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186