Date: Fri, 23 Apr 2021 19:37:36 GMT From: Ed Maste <emaste@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: 576b477ba41c - main - openssh: add a note about pushing vendor updates Message-ID: <202104231937.13NJba3m082563@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by emaste: URL: https://cgit.FreeBSD.org/src/commit/?id=576b477ba41c9916fae3a83e6b4dd98c682a0c2f commit 576b477ba41c9916fae3a83e6b4dd98c682a0c2f Author: Ed Maste <emaste@FreeBSD.org> AuthorDate: 2021-04-23 19:35:40 +0000 Commit: Ed Maste <emaste@FreeBSD.org> CommitDate: 2021-04-23 19:36:42 +0000 openssh: add a note about pushing vendor updates Sponsored by: The FreeBSD Foundation --- crypto/openssh/FREEBSD-upgrade | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/crypto/openssh/FREEBSD-upgrade b/crypto/openssh/FREEBSD-upgrade index bde003a1d183..397b68dee96f 100644 --- a/crypto/openssh/FREEBSD-upgrade +++ b/crypto/openssh/FREEBSD-upgrade @@ -39,6 +39,13 @@ $ git tag -a -m "Tag OpenSSH X.YpZ" vendor/openssh/X.YpZ + At this point the vendor branch can be pushed to the FreeBSD repo via: + + $ git push freebsd vendor/openssh + + (It could also be pushed later on, along with the merge to main, but + pushing now allows others to collaborate.) + 08) Check out head and run the pre-merge script, which strips our RCS tags from files that have them:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202104231937.13NJba3m082563>