[elbe-devel] [PATCH 0/5] Using Built-Using for source cdroms

Olivier Dion dion at linutronix.de
Wed May 20 04:26:58 CEST 2020


This patch queue allows Elbe to handle the built-using field for
binary packages.

As explained in one of the commit, python-apt doesn't provided a way
to download specific source packages with exact versions.  Thus, I had
to rewrite the download_source() method using some of the code source
that is in python-apt.

Tested with:
  - x86_64-docker
  - x86_64-pc-hdimg-gnome3
  - x86_32-pc-hdimg-with-include-development

Olivier Dion (5):
  rpcaptcache: Add get_corresponding_source_packages
  rpcaptcache: Make download_source better
  cdroms: Change call to download_source
  elbeproject: Generate source list for building source cdrom
  commands mkcdrom: Generate source list for building source cdrom

 elbepack/cdroms.py           |  5 +-
 elbepack/commands/mkcdrom.py |  4 +-
 elbepack/elbeproject.py      | 15 +++---
 elbepack/rpcaptcache.py      | 97 ++++++++++++++++++++++++++++++++----
 4 files changed, 97 insertions(+), 24 deletions(-)

-- 
2.26.2




More information about the elbe-devel mailing list