diff mbox

[Xen-devel,OSSTEST,v3,3/6] ts-xen-build: stash the Xen and SeaBIOS .config's

Message ID 1400149839-8489-3-git-send-email-ian.campbell@citrix.com
State New
Headers show

Commit Message

Ian Campbell May 15, 2014, 10:30 a.m. UTC
Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
---
 ts-xen-build | 3 +++
 1 file changed, 3 insertions(+)

Comments

Ian Jackson May 16, 2014, 5:17 p.m. UTC | #1
Ian Campbell writes ("[PATCH OSSTEST v3 3/6] ts-xen-build: stash the Xen and SeaBIOS .config's"):
> Signed-off-by: Ian Campbell <ian.campbell@citrix.com>

Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>
diff mbox

Patch

diff --git a/ts-xen-build b/ts-xen-build
index 5a764fd..1d5d2bf 100755
--- a/ts-xen-build
+++ b/ts-xen-build
@@ -151,6 +151,9 @@  sub stash () {
                     "${part}dist");
     }
     built_stash_file($ho, $builddir, "xen-syms", "xen-unstable/xen/xen-syms", 1);
+    built_stash_file($ho, $builddir, "xen-config", "xen-unstable/.config", 1);
+    built_stash_file($ho, $builddir, "seabios-config",
+		     "xen-unstable/tools/firmware/seabios-dir-remote/.config", 1);
     built_compress_stashed("xen-syms");
 }