Skip to content

Commit

Permalink
pull OpenBSD SSH
Browse files Browse the repository at this point in the history
  • Loading branch information
mirabilos committed Feb 16, 2020
1 parent 9dd5418 commit da5d2a3
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions ossh.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
source=/scmrepos/cvs/obsd/ossh
domain=openbsd.org
remote=/git/ossh.git

do_precollect() {
set -ex
rsync -zavPH --numeric-ids -S --stats --delete \
rsync://rsync.allbsd.org/openbsd-cvs/src/usr.bin/ssh/ \
/scmrepos/cvs/obsd/ossh/
}

0 comments on commit da5d2a3

Please sign in to comment.