Page MenuHomeFreeBSD

mfc-candidates.sh: Set default to_branch for ports
ClosedPublic

Authored by jrm on Apr 29 2022, 4:38 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Jan 17, 1:24 PM
Unknown Object (File)
Fri, Jan 17, 6:59 AM
Unknown Object (File)
Fri, Jan 10, 1:06 PM
Unknown Object (File)
Tue, Jan 7, 12:42 PM
Unknown Object (File)
Mon, Jan 6, 2:04 PM
Unknown Object (File)
Nov 19 2024, 2:04 PM
Unknown Object (File)
Nov 15 2024, 2:51 AM
Unknown Object (File)
Nov 8 2024, 3:05 AM
Subscribers

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 45428
Build 42316: arc lint + arc unit

Event Timeline

jrm requested review of this revision.Apr 29 2022, 4:38 PM
tools/tools/git/mfc-candidates.sh
33

I think you could move this into the src "else" case below now.
I'm not sure if there is a suitable default is for ports, but it's definitely not stable/13 :)

37

Maybe 2>/dev/null in case it's run where there is no "freebsd" remote?

  • Set default to_branch under each if clause
  • Send unwanted error output to /dev/null
  • Bail if pwd is not under a ports or src repository
jrm marked 2 inline comments as done.Apr 29 2022, 5:18 PM
This revision is now accepted and ready to land.May 4 2022, 6:35 PM