Page MenuHomeFreeBSD

vendors/consulting: change to Prometheus Systems
AbandonedPublic

Authored by jpb_jimby.name on Mar 31 2025, 4:16 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Aug 7, 4:57 AM
Unknown Object (File)
Fri, Aug 1, 7:15 AM
Unknown Object (File)
Thu, Jul 31, 2:26 PM
Unknown Object (File)
Tue, Jul 29, 2:32 AM
Unknown Object (File)
Sun, Jul 13, 3:34 AM
Unknown Object (File)
Jul 10 2025, 6:32 AM
Unknown Object (File)
Jul 6 2025, 7:43 AM
Unknown Object (File)
Jul 5 2025, 4:29 PM
Subscribers

Details

Reviewers
None
Group Reviewers
docs
Summary

PR: 285799

Test Plan

Test via make run

Diff Detail

Repository
R9 FreeBSD doc repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 63233
Build 60117: arc lint + arc unit

Event Timeline

jpb_jimby.name created this revision.
jpb_jimby.name retitled this revision from Update consulting services entry for Prometheus Systems. to vendors/consulting: change to Prometheus Systems.Mar 31 2025, 7:15 PM
jpb_jimby.name edited the summary of this revision. (Show Details)
jpb_jimby.name edited the test plan for this revision. (Show Details)
jpb_jimby.name edited the summary of this revision. (Show Details)
jpb_jimby.name edited the test plan for this revision. (Show Details)

vendors/consulting: change to Prometheus Systems

I think you made another commit instead of amending the prior commit, and then uploaded that, so the patch is actually against your previous patch instead of against main, so it will not apply. To fix this, you can use 'git log' to verify that we have just two or something commits on the stack, and then use git rebase -i HEAD~3 to squash them down into one commit, then use git-arc to update the patch again.

In this case, it isn't complicated so I think it's okay with no commit message body except the PR trailer.

ziaee edited the test plan for this revision. (Show Details)

My local tree is hosed. Abandoning this commit and will resubmit.

No Jim don't do that, use src/tools/tools/git-arc.sh to apply this commit to a fresh branch off main.

Also you can always fix a git tree or return it to any state it's been at.