[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [OSSTEST PATCH 21/26] rumprun: Do not stash whole build tree
Build steps all need the whole build tree in the same location, so have to be part of this job. Test jobs need only rumprun. Signed-off-by: Ian Jackson <Ian.Jackson@xxxxxxxxxxxxx> --- ts-rumprun-build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ts-rumprun-build b/ts-rumprun-build index 26f2f2c..1913f29 100755 --- a/ts-rumprun-build +++ b/ts-rumprun-build @@ -96,4 +96,4 @@ findtools(); setupccache(); recordtools(); install(); -built_stash($ho, $builddir, 'rumprun', 'rumprundist'); +built_stash($ho, $builddir, 'rumprun/rumprun/bin', '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 |