]> xenbits.xensource.com Git - people/iwj/osstest.git/commitdiff
rumprun: Fetch source from new upstream
authorIan Jackson <ian.jackson@eu.citrix.com>
Wed, 25 May 2016 15:00:01 +0000 (16:00 +0100)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Mon, 5 Sep 2016 14:03:20 +0000 (15:03 +0100)
Also, update for the current set of submodules.

Signed-off-by: Ian Jackson <Ian.Jackson@eu.citrix.com>
ap-common
ts-rumprun-build

index 6fe3b78c3c3ebb3bdba779bb75e2453c4a737e7c..14cc25ad4f098a6fffaafc235cd74c16e5d9353b 100644 (file)
--- a/ap-common
+++ b/ap-common
@@ -37,7 +37,7 @@
 : ${PUSH_TREE_LIBVIRT:=$XENBITS:/home/xen/git/libvirt.git}
 : ${BASE_TREE_LIBVIRT:=git://xenbits.xen.org/libvirt.git}
 
-: ${TREE_RUMPRUN:=https://github.com/rumpkernel/rumprun-xen}
+: ${TREE_RUMPRUN:=http://repo.rumpkernel.org/rumprun}
 : ${TREEVCS_RUMPRUN:=git}
 : ${BASE_TREE_RUMPRUN:=git://xenbits.xen.org/rumpuser-xen.git}
 : ${PUSH_TREE_RUMPRUN:=$XENBITS:/home/xen/git/rumpuser-xen.git}
index 574781f5b73150e479ad51f26f8ace2d03200716..abc1f7de98a63baa86b23ead0dc49a1c3e96f0d3 100755 (executable)
@@ -25,9 +25,8 @@ tsreadconfig();
 selectbuildhost(\@ARGV);
 builddirsprops();
 
-our %submodmap = qw(nblibs nblibs
-                    buildrump.sh buildrumpsh
-                    rumpsrc netbsdsrc);
+our %submodmap = qw(buildrump.sh buildrumpsh
+                    src-netbsd netbsdsrc);
 
 our ($rux, $bodges);