[openssh-commits] [openssh] branch V_10_2 updated: Pull fixed yaml from master.

git+noreply at mindrot.org git+noreply at mindrot.org
Fri Nov 14 19:21:11 AEDT 2025


This is an automated email from the git hooks/post-receive script.

dtucker pushed a commit to branch V_10_2
in repository openssh.

The following commit(s) were added to refs/heads/V_10_2 by this push:
     new c8f6f3808 Pull fixed yaml from master.
c8f6f3808 is described below

commit c8f6f3808a50739aa14e73dfd400cf81f8833fc4
Author: Damien Miller <djm at mindrot.org>
AuthorDate: Fri Nov 7 15:42:57 2025 +1100

    Pull fixed yaml from master.
---
 .github/workflows/upstream.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/upstream.yml b/.github/workflows/upstream.yml
index d055627a8..420b2439b 100644
--- a/.github/workflows/upstream.yml
+++ b/.github/workflows/upstream.yml
@@ -42,7 +42,7 @@ jobs:
       run: sshfs_mount
       working-directory: ${{ runner.temp }}
     - name: update source
-      run: vmrun "cd /usr/src && if [ -d .git ]; then git pull &&  git log -n1 --pretty=format:"%h %an: %s" ; else cvs -q up -dPA usr.bin/ssh regress/usr.bin/ssh usr.bin/nc; fi"
+      run: vmrun "cd /usr/src && if [ -d .git ]; then git pull && git log -n1; else cvs -q up -dPA usr.bin/ssh regress/usr.bin/ssh usr.bin/nc; fi"
     - name: update netcat
       run: vmrun "cd /usr/src/usr.bin/nc && make clean all && sudo make install"
     - name: make clean

-- 
To stop receiving notification emails like this one, please contact
djm at mindrot.org.


More information about the openssh-commits mailing list