public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
* [PATCH v2 0/2] Don't update apt database on every package build
@ 2022-10-26 15:32 Uladzimir Bely
  2022-10-26 15:32 ` [PATCH v2 1/2] sbuild: " Uladzimir Bely
  2022-10-26 15:32 ` [PATCH v2 2/2] sbuild: Set high prio for the packages from isar-apt repo Uladzimir Bely
  0 siblings, 2 replies; 3+ messages in thread
From: Uladzimir Bely @ 2022-10-26 15:32 UTC (permalink / raw)
  To: isar-users

Here we want to avoid the default behaviour of sbuild when it tries
to update all apt sources.

To have package database consistent, we should rely on one we got
during the debootstrap. The only repo that really needs updates
is local `isar-apt` where custom build depends may be placed.

Also, `isar-apt` should have the high priority over other sources.

Changes since v1:
 - Disable only `apt update`, but leave `apt distupgrade` unchanged
(enabled by default). This allows package upgrades from isar-apt repo.
 - Added a patch that sets high priority for isar-apt.

Uladzimir Bely (2):
  sbuild: Don't update apt database on every package build
  sbuild: Set high prio for the packages from isar-apt repo

 meta/classes/dpkg.bbclass | 2 ++
 1 file changed, 2 insertions(+)

-- 
2.20.1


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

end of thread, other threads:[~2022-10-26 15:32 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-26 15:32 [PATCH v2 0/2] Don't update apt database on every package build Uladzimir Bely
2022-10-26 15:32 ` [PATCH v2 1/2] sbuild: " Uladzimir Bely
2022-10-26 15:32 ` [PATCH v2 2/2] sbuild: Set high prio for the packages from isar-apt repo Uladzimir Bely

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