nbsd_fetch: force cvs to use ssh
This commit is contained in:
parent
ad0c787900
commit
7b6c90125c
1 changed files with 1 additions and 0 deletions
|
@ -122,6 +122,7 @@ install: includes services hdboot
|
||||||
|
|
||||||
# download and update NetBSD reference sources.
|
# download and update NetBSD reference sources.
|
||||||
nbsd_fetch:
|
nbsd_fetch:
|
||||||
|
export CVS_RSH=ssh; \
|
||||||
cd ${MINIXSRCDIR} && awk '{print $$2;}' < tools/nbsd_ports \
|
cd ${MINIXSRCDIR} && awk '{print $$2;}' < tools/nbsd_ports \
|
||||||
| xargs -t cvs -d ${NBSD_CVSROOT} co -N -d nbsdsrc ${NBSD_REF}
|
| xargs -t cvs -d ${NBSD_CVSROOT} co -N -d nbsdsrc ${NBSD_REF}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue