public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
* [PATCH] ci: Make partial rebuild test non-destructive
@ 2018-12-06  8:43 Jan Kiszka
  2018-12-07 13:48 ` Maxim Yu. Osipov
  0 siblings, 1 reply; 2+ messages in thread
From: Jan Kiszka @ 2018-12-06  8:43 UTC (permalink / raw)
  To: isar-users; +Cc: Henning Schild

Useful in case you are running the script against a development
checkout.

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
---
 scripts/ci_build.sh | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/scripts/ci_build.sh b/scripts/ci_build.sh
index aae9084..33d8caf 100755
--- a/scripts/ci_build.sh
+++ b/scripts/ci_build.sh
@@ -117,6 +117,9 @@ else
     #multiconfig:qemuarm64-buster:isar-image-base
 fi
 
+cp -a ${ISARROOT}/meta/classes/dpkg-base.bbclass ${ISARROOT}/meta/classes/dpkg-base.bbclass.ci-backup
 echo -e "do_fetch_append() {\n\n}" >> ${ISARROOT}/meta/classes/dpkg-base.bbclass
 
 bitbake $BB_ARGS multiconfig:qemuamd64-stretch:isar-image-base
+
+mv ${ISARROOT}/meta/classes/dpkg-base.bbclass.ci-backup ${ISARROOT}/meta/classes/dpkg-base.bbclass
-- 
2.16.4

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-12-07 13:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-12-06  8:43 [PATCH] ci: Make partial rebuild test non-destructive Jan Kiszka
2018-12-07 13:48 ` Maxim Yu. Osipov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox