Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ git-update-requirements:
git pull
git switch -c reqs main
make regen-requirements
git ci -a -m "Run make regen-requirements"
git commit -a -m "Run make regen-requirements"

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ooops. I'm using a git alias for "git commit" for many years, and my fingers now only know "git ci" :-D Thanks for the fix.


.PHONY: help
help : Makefile
Expand Down
2 changes: 1 addition & 1 deletion buildbot.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/bin/sh
exec /srv/buildbot/venv/bin/buildbot $@
exec $(dirname $0)/venv/bin/buildbot $@