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

* Re: [PATCH] ci: Make partial rebuild test non-destructive
  2018-12-06  8:43 [PATCH] ci: Make partial rebuild test non-destructive Jan Kiszka
@ 2018-12-07 13:48 ` Maxim Yu. Osipov
  0 siblings, 0 replies; 2+ messages in thread
From: Maxim Yu. Osipov @ 2018-12-07 13:48 UTC (permalink / raw)
  To: Jan Kiszka, isar-users; +Cc: Henning Schild

On 12/6/18 11:43 AM, Jan Kiszka wrote:
> Useful in case you are running the script against a development
> checkout.

Applied to the 'next',

Thanks,
Maxim.

> 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
> 


-- 
Maxim Osipov
ilbers GmbH
Maria-Merian-Str. 8
85521 Ottobrunn
Germany
+49 (151) 6517 6917
mosipov@ilbers.de
http://ilbers.de/
Commercial register Munich, HRB 214197
General Manager: Baurzhan Ismagulov

^ 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