File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -62,8 +62,8 @@ NBSRC_EXTRA_posix=''
62
62
63
63
NBSRC_EXTRA_usr=' '
64
64
65
- GITREPO=' https://github.com/rumpkernel /src-netbsd'
66
- GITREPOPUSH=' git@ github.com:rumpkernel /src-netbsd'
65
+ GITREPO=' https://github.com/huikang /src-netbsd'
66
+ GITREPOPUSH=' https:// github.com/huikang /src-netbsd'
67
67
GITREVFILE=' .srcgitrev'
68
68
69
69
checkoutcvs ()
@@ -265,6 +265,9 @@ githubdate ()
265
265
${GIT} checkout all-src
266
266
${GIT} merge --no-edit kernel-src user-src posix-src
267
267
268
+ ${GIT} checkout add-tun
269
+ ${GIT} merge --no-edit kernel-src user-src
270
+
268
271
# buildrump-src revision gets embedded in buildrump.sh
269
272
${GIT} checkout buildrump-src
270
273
${GIT} merge --no-edit kernel-src posix-src
@@ -365,6 +368,7 @@ if [ -z "${BUILDRUMP_CVSROOT}" ]; then
365
368
BUILDRUMP_CVSROOT=:pserver:
[email protected] :/cvsroot
366
369
;;
367
370
esac
371
+ BUILDRUMP_CVSROOT=:pserver:
[email protected] :/cvsroot
368
372
fi
369
373
370
374
case " ${1} " in
You can’t perform that action at this time.
0 commit comments