##// END OF EJS Templates
makefile: added outdated packages helper
marcink -
r832:55e4a726 default
parent child Browse files
Show More
@@ -1,6 +1,8 b''
1 1
2 .PHONY: clean test test-clean test-only generate-pkgs
2 .PHONY: clean test test-clean test-only generate-pkgs pip-packages
3 3
4 # set by: PATH_TO_OUTDATED_PACKAGES=/some/path/outdated_packages.py
5 OUTDATED_PACKAGES = ${PATH_TO_OUTDATED_PACKAGES}
4 6
5 7 clean:
6 8 make test-clean
@@ -21,3 +23,6 b' test-only:'
21 23
22 24 generate-pkgs:
23 25 nix-shell pkgs/shell-generate.nix --command "pip2nix generate --licenses"
26
27 pip-packages:
28 python ${OUTDATED_PACKAGES}
General Comments 0
You need to be logged in to leave comments. Login now