public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
* [PATCH v4 0/6] Python refactoring
@ 2019-03-04 13:07 claudius.heine.ext
  2019-03-04 13:07 ` [PATCH v4 1/6] Remove all uses of subprocess.call(shell=True) claudius.heine.ext
                   ` (8 more replies)
  0 siblings, 9 replies; 16+ messages in thread
From: claudius.heine.ext @ 2019-03-04 13:07 UTC (permalink / raw)
  To: isar-users; +Cc: Claudius Heine

From: Claudius Heine <ch@denx.de>

Hi,

I just took Haralds patchset + Maxims rebase and fixed it up.

There was just a tiny change necessary, I added that in an additional patch.
It builds on my machine (qemuamd64) and I am currently testing it on isar-ci.

If that is successful and review is ok, my patch can be merged into the
'Remove all uses of subprocess.call(shell=True)' or left separately.

regards,
Claudius

Claudius Heine (1):
  isar-bootstrap-helper: get_deb_host_arch: fix decoding

Harald Seiler (5):
  Remove all uses of subprocess.call(shell=True)
  Use modern python formatting
  image: Remove recursion in get_image_name
  wic: Refactor fakeroot script
  Fix python style

 .../example-module/example-module.bb          |  8 ++-
 meta/classes/base.bbclass                     | 70 ++++++++++++-------
 meta/classes/image.bbclass                    | 22 ++++--
 meta/classes/isar-bootstrap-helper.bbclass    |  8 +--
 meta/classes/isar-events.bbclass              | 14 ++--
 meta/classes/patch.bbclass                    | 13 ++--
 meta/classes/wic-img.bbclass                  | 21 ++++--
 .../isar-bootstrap/isar-bootstrap-host.bb     |  9 ++-
 .../isar-bootstrap/isar-bootstrap-target.bb   |  5 +-
 .../isar-bootstrap/isar-bootstrap.inc         | 12 ++--
 scripts/wic_fakeroot                          |  9 +--
 11 files changed, 120 insertions(+), 71 deletions(-)

-- 
2.20.1


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

end of thread, other threads:[~2019-03-12 22:36 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-04 13:07 [PATCH v4 0/6] Python refactoring claudius.heine.ext
2019-03-04 13:07 ` [PATCH v4 1/6] Remove all uses of subprocess.call(shell=True) claudius.heine.ext
2019-03-04 13:07 ` [PATCH v4 2/6] isar-bootstrap-helper: get_deb_host_arch: fix decoding claudius.heine.ext
2019-03-04 13:07 ` [PATCH v4 3/6] Use modern python formatting claudius.heine.ext
2019-03-04 13:07 ` [PATCH v4 4/6] image: Remove recursion in get_image_name claudius.heine.ext
2019-03-04 13:08 ` [PATCH v4 5/6] wic: Refactor fakeroot script claudius.heine.ext
2019-03-04 13:08 ` [PATCH v4 6/6] Fix python style claudius.heine.ext
2019-03-04 16:21 ` [PATCH v4 0/6] Python refactoring Claudius Heine
2019-03-11 10:10   ` Maxim Yu. Osipov
2019-03-11 12:22     ` Claudius Heine
2019-03-12 14:56 ` Claudius Heine
2019-03-12 15:26   ` Jan Kiszka
2019-03-12 15:34     ` Claudius Heine
2019-03-12 16:03       ` Jan Kiszka
2019-03-12 16:17         ` Claudius Heine
2019-03-12 22:36 ` 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