[openssh-commits] [openssh] branch master updated: Fix cvs up of nc.
git+noreply at mindrot.org
git+noreply at mindrot.org
Thu May 22 12:21:43 AEST 2025
This is an automated email from the git hooks/post-receive script.
dtucker pushed a commit to branch master
in repository openssh.
The following commit(s) were added to refs/heads/master by this push:
new 49a2412ad Fix cvs up of nc.
49a2412ad is described below
commit 49a2412ad23162e44be9e0b2cb12f6daf6b666d7
Author: Darren Tucker <dtucker at dtucker.net>
AuthorDate: Thu May 22 12:21:11 2025 +1000
Fix cvs up of nc.
---
.github/workflows/upstream.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/upstream.yml b/.github/workflows/upstream.yml
index b603d410b..9bf66ceb4 100644
--- a/.github/workflows/upstream.yml
+++ b/.github/workflows/upstream.yml
@@ -43,8 +43,8 @@ jobs:
run: sshfs_mount
working-directory: ${{ runner.temp }}
- name: update source
- run: vmrun "cd /usr/src && cvs up -dPA {regress/,}usr.bin/{ssh,nc}"
- - name: install netcat
+ run: vmrun "cd /usr/src && cvs up -dPA usr.bin/ssh regress/usr.bin/ssh usr.bin/nc"
+ - name: update netcat
run: vmrun "cd /usr/src/usr.bin/nc && make obj clean nc && sudo make install"
- name: make clean
run: vmrun "cd /usr/src/usr.bin/ssh && make obj && make clean && cd /usr/src/regress/usr.bin/ssh && make obj && make clean && sudo chmod -R g-w /usr/src /usr/obj"
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list