Skip to content

Make buildbot.sh and make git-update-requirements more portable#735

Open
encukou wants to merge 2 commits into
python:mainfrom
encukou:more-portable
Open

Make buildbot.sh and make git-update-requirements more portable#735
encukou wants to merge 2 commits into
python:mainfrom
encukou:more-portable

Conversation

@encukou

@encukou encukou commented Jun 11, 2026

Copy link
Copy Markdown
Member
  • Makefile: Avoid a custom alias for git commit
  • buildbot.sh: Use the directory of the script rather than the production path

The second one is 9f8b1095 from @zware's branch.

@vstinner vstinner left a comment

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.

LGTM

Comment thread Makefile
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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants