mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2026-02-10 07:00:54 +00:00
Further generalize the grep command for remote check
This commit is contained in:
4
Makefile
4
Makefile
@ -67,9 +67,7 @@ notes: check-bump
|
|||||||
|
|
||||||
release: check-bump clean
|
release: check-bump clean
|
||||||
# require that upstream is configured for ethereum/<REPO_NAME>
|
# require that upstream is configured for ethereum/<REPO_NAME>
|
||||||
@git remote -v | grep \
|
@git remote -v | grep -E "upstream\tgit@github.com:ethereum/<REPO_NAME>.git \(push\)|upstream\thttps://(www.)?github.com/ethereum/<REPO_NAME> \(push\)"
|
||||||
-e "upstream\tgit@github.com:ethereum/<REPO_NAME>.git (push)" \
|
|
||||||
-Ee "upstream\thttps://(www.)?github.com/ethereum/<REPO_NAME> \(push\)"
|
|
||||||
# verify that docs build correctly
|
# verify that docs build correctly
|
||||||
./newsfragments/validate_files.py is-empty
|
./newsfragments/validate_files.py is-empty
|
||||||
make build-docs
|
make build-docs
|
||||||
|
|||||||
Reference in New Issue
Block a user