mirror of
https://github.com/cowrie/cowrie.git
synced 2025-07-01 18:07:27 -04:00
make dep update idempotent (#1491)
This commit is contained in:
2
Makefile
2
Makefile
@ -30,7 +30,7 @@ git-remote:
|
||||
|
||||
dependency-upgrade:
|
||||
git checkout master
|
||||
git branch -D "dependency-upgrade-`date -u +%Y-%m-%d`"
|
||||
-git branch -D "dependency-upgrade-`date -u +%Y-%m-%d`"
|
||||
git checkout -b "dependency-upgrade-`date -u +%Y-%m-%d`"
|
||||
pur -r requirements.txt
|
||||
pur -r requirements-dev.txt
|
||||
|
||||
Reference in New Issue
Block a user