mirror of https://github.com/cowrie/cowrie.git
scripts to update and freeze main dependencies (#1139)
This commit is contained in:
parent
efa4df978f
commit
d925e23d13
10
Makefile
10
Makefile
|
@ -23,3 +23,13 @@ pip-upgrade:
|
|||
|
||||
pip-check:
|
||||
pip check
|
||||
|
||||
# This assumes two remotes, one is `origin`, your fork. The second is `cowrie` the main project
|
||||
git-remote:
|
||||
git remote add cowrie https://github.com/cowrie/cowrie
|
||||
|
||||
dependency-upgrade:
|
||||
git checkout master
|
||||
git checkout -b "dependency-upgrade-`date +%Y-%m-%d`"
|
||||
pur
|
||||
git commit -m "dependency upgrade `date`" requirements.txt
|
||||
|
|
|
@ -4,3 +4,4 @@ setuptools
|
|||
sphinx
|
||||
sphinx_rtd_theme
|
||||
tox
|
||||
pur
|
||||
|
|
Loading…
Reference in New Issue