Skip to content

Commit dd3c869

Browse files
encukouzware
andauthored
Make buildbot.sh and make git-update-requirements more portable (GH-735)
* Make `make git-update-requirements` more portable * Adjust buildbot.sh script to work locally --------- Co-authored-by: Zachary Ware <zach@python.org>
1 parent 5addc90 commit dd3c869

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ git-update-requirements:
8787
git pull
8888
git switch -c reqs main
8989
make regen-requirements
90-
git ci -a -m "Run make regen-requirements"
90+
git commit -a -m "Run make regen-requirements"
9191

9292
.PHONY: help
9393
help : Makefile

buildbot.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
#!/bin/sh
2-
exec /srv/buildbot/venv/bin/buildbot $@
2+
exec $(dirname $0)/venv/bin/buildbot $@

0 commit comments

Comments
 (0)