git: 576b477ba41c - main - openssh: add a note about pushing vendor updates

Ed Maste emaste at FreeBSD.org
Fri Apr 23 19:37:36 UTC 2021


The branch main has been updated by emaste:

URL: https://cgit.FreeBSD.org/src/commit/?id=576b477ba41c9916fae3a83e6b4dd98c682a0c2f

commit 576b477ba41c9916fae3a83e6b4dd98c682a0c2f
Author:     Ed Maste <emaste at FreeBSD.org>
AuthorDate: 2021-04-23 19:35:40 +0000
Commit:     Ed Maste <emaste at 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:
 


More information about the dev-commits-src-all mailing list