|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [OSSTEST PATCH 08/26] rumprun: ts-rumprun-build: Build new rumprun properly, ship the output
The command is `build-rr.sh' nowadays. The output longer includes
test domain image and configuration. The output is in `rumprun'.
Signed-off-by: Ian Jackson <Ian.Jackson@xxxxxxxxxxxxx>
---
ts-rumprun-build | 11 ++---------
1 file changed, 2 insertions(+), 9 deletions(-)
diff --git a/ts-rumprun-build b/ts-rumprun-build
index 55420f0..93c34d1 100755
--- a/ts-rumprun-build
+++ b/ts-rumprun-build
@@ -46,7 +46,7 @@ sub massage() {
sub build() {
target_cmd_build($ho, 7200, $rux, <<END);
export XEN_HEADERS=$xendist/usr/local/include/xen
- (./buildxen.sh && touch ../build-ok-stamp) |tee ../log
+ (./build-rr.sh xen && touch ../build-ok-stamp) |tee ../log
test -f ../build-ok-stamp #/
echo ok.
END
@@ -64,13 +64,6 @@ sub recordtools() {
}
sub install() {
- my $destdir="dist/usr/local/lib/xen/rump-kernel";
- target_cmd_build($ho, 300, $builddir, <<END);
- mkdir -p $destdir
- cp rumprun/rump-kernel* $destdir
- cp -r rumprun/img $destdir/
- cp rumprun/domain_config $destdir
-END
}
checkout();
@@ -78,4 +71,4 @@ massage();
build();
recordtools();
install();
-built_stash($ho, $builddir, 'dist', 'rumprundist');
+built_stash($ho, $builddir, 'rumprun', 'rumprundist');
--
2.1.4
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxx
https://lists.xen.org/xen-devel
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |