public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
* [PATCH 00/19] ubely/sbuild: rework handling of DSC files
@ 2022-03-14 14:59 Felix Moessbauer
  2022-03-14 14:59 ` [PATCH 19/19] fix: support build of packages with epoch version Felix Moessbauer
  0 siblings, 1 reply; 2+ messages in thread
From: Felix Moessbauer @ 2022-03-14 14:59 UTC (permalink / raw)
  To: isar-users; +Cc: ubely, jan.kiszka, Felix Moessbauer

This is an addition to the ubely/sbuild branch.
It makes the generation of the DSC file used for the sbuild more robust.

Note: I'm just sending the additional patch.

Best regards,
Felix

Anton Mikanovich (1):
  dpkg: Build packages with sbuild

Felix Moessbauer (1):
  fix: support build of packages with epoch version

Uladzimir Bely (17):
  dpkg-gbp: Use separate command to export tarball
  dpkg-gbp: Use host tools for dsc preparation
  sbuild: Add recipes for host and target rootfs to run sbuild
  sbuild: Introduce a class for another build method
  sbuild: support of DEB_BUILD_PROFILES
  sbuild: support of shell exports from dpkg_runbuild_prepend
  dpkg: Remove builddeps install task.
  sbuild: add ccache support
  dpkg-base: Switch devshell to use schroot
  dpkg-base: Switch apt_fetch and apt_unpack to use schroot
  doc: Add sbuild-related documentation
  sbuild: Use .dsc file instead of source directory.
  sbuild: rework DEB_BUILD_PROFILES
  sbuild: fix proxy support
  sbuild: Fix repro_test fail
  sbuild: Protect sbuild ccache setup by lock
  Run only repro test with leaving build results

 doc/user_manual.md                            |  22 +-
 meta/classes/dpkg-base.bbclass                |  78 +++----
 meta/classes/dpkg-gbp.bbclass                 |  26 +--
 meta/classes/dpkg.bbclass                     | 102 ++++++---
 meta/classes/sbuild.bbclass                   | 202 ++++++++++++++++++
 meta/conf/bitbake.conf                        |   2 +
 .../sbuild-chroot/sbuild-chroot-host.bb       |  13 ++
 .../sbuild-chroot/sbuild-chroot-target.bb     |  10 +
 .../sbuild-chroot/sbuild-chroot.inc           |  39 ++++
 scripts/ci_build.sh                           |   2 +-
 testsuite/build_test/cibase.py                |   2 +-
 11 files changed, 415 insertions(+), 83 deletions(-)
 create mode 100644 meta/classes/sbuild.bbclass
 create mode 100644 meta/recipes-devtools/sbuild-chroot/sbuild-chroot-host.bb
 create mode 100644 meta/recipes-devtools/sbuild-chroot/sbuild-chroot-target.bb
 create mode 100644 meta/recipes-devtools/sbuild-chroot/sbuild-chroot.inc

-- 
2.30.2


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

end of thread, other threads:[~2022-03-14 15:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-14 14:59 [PATCH 00/19] ubely/sbuild: rework handling of DSC files Felix Moessbauer
2022-03-14 14:59 ` [PATCH 19/19] fix: support build of packages with epoch version Felix Moessbauer

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