about summary refs log tree commit diff stats
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Switch manpage date from locale dependent to ISO UTCtoonn2019-09-011-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 tootoonn2019-06-181-1/+1
|
* Remove comment in shellcheck ruletoonn2019-06-181-1/+0
| | | | The comment was confusing because `make` swallowed the `$`
* Replace targets with test_pytoonn2019-06-181-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 rangetoonn2019-06-181-0/+1
|
* Add test_py targettoonn2019-06-181-0/+5
|
* Document shellcheck in Makefile help and HACKING.mdtoonn2019-06-181-15/+16
|
* Add shellcheck to teststoonn2019-06-181-1/+5
| | | | Shellcheck is run for `scope.sh` after uncommenting all the code.
* doctests are no longer silently failing (when failing)Wojciech Siewierski2019-01-271-1/+2
| | | | | | Related issue: #1457 See: https://stackoverflow.com/a/25691978
* Set the default PREFIX in MakefileWojciech Siewierski2018-12-291-0/+1
|
* Support the PREFIX flag in "make install"Wojciech Siewierski2018-12-291-1/+2
| | | | Before that it was necessary to use setup.py directly.
* Remove strip because whitespace could be a valid nametoonn2018-08-191-1/+1
|
* Check PYTHON is properly definedtoonn2018-08-191-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 variablehektr2018-07-181-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`hut2018-06-121-2/+7
|
* Replace -not operator with POSIX compliant !Klemens Nanni2018-02-051-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 `@` characterZabielski, Kamil2017-12-011-1/+1
| | | | Signed-off-by: Zabielski, Kamil <kamil.zabielski@outlook.com>
* Makefile: Add help for different testsnfnty2017-02-101-13/+19
|
* 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
|
'>914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 1030 1031 1032 1033 1034 1035 1036 1037 1038 1039 1040 1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 1105 1106 1107 1108 1109 1110 1111 1112 1113 1114 1115 1116 1117 1118 1119 1120 1121 1122 1123 1124 1125 1126 1127 1128 1129 1130 1131 1132 1133 1134 1135 1136 1137 1138 1139 1140 1141 1142 1143 1144 1145 1146 1147 1148 1149 1150 1151 1152 1153 1154 1155 1156 1157 1158 1159 1160 1161 1162 1163 1164 1165 1166 1167 1168 1169 1170 1171 1172 1173 1174 1175 1176 1177 1178 1179 1180 1181 1182 1183 1184 1185 1186 1187 1188 1189 1190 1191 1192 1193