public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
* [PATCH 0/9] Introduce local apt repo to cache upstream debian packages for offline usage
@ 2018-10-02 12:18 Maxim Yu. Osipov
  2018-10-02 12:18 ` [PATCH 1/9] base-apt: Add helper class Maxim Yu. Osipov
                   ` (10 more replies)
  0 siblings, 11 replies; 26+ messages in thread
From: Maxim Yu. Osipov @ 2018-10-02 12:18 UTC (permalink / raw)
  To: isar-users

Hello everybody,

This series by Alexander Smirnov,

1) Introduces dedicated local apt (base-apt) repo for upstream Debian packages

2) Caches in base-apt repo upstream Debian packages during image generation.

3) After this step, image can be built offline using only base-apt repo.

Usage instructions can be found in the last patch.
 
TODO:
Sign the repo with gpg

Kind regards,
Maxim. 

Alexander Smirnov (8):
  base-apt: Add helper class
  base-apt: Introduce base implementaiton
  isar-boot-strap: Add option to keep cache
  image: Add cache_base_repo task
  isar-bootstrap: Make possible to reuse the cache
  buildchroot: Make it buildable from base-apt
  workaround: Use --allow-unauthenticated working with base-apt
  local.conf: Add option to use cached base repository

Maxim Yu. Osipov (1):
  doc: Creation of local apt repo caching upstream Debian packages

 doc/user_manual.md                                 | 39 ++++++++++++++++
 meta-isar/conf/layer.conf                          | 10 ++--
 meta-isar/conf/local.conf.sample                   |  4 ++
 meta-isar/recipes-core/images/isar-image-base.bb   |  3 +-
 meta/classes/base-apt-helper.bbclass               | 53 ++++++++++++++++++++++
 meta/classes/image.bbclass                         | 21 +++++++++
 meta/classes/isar-bootstrap-helper.bbclass         | 13 +++++-
 .../isar-bootstrap/files/base-apt-sources          |  1 +
 .../recipes-core/isar-bootstrap/isar-bootstrap.inc | 32 +++++++++----
 meta/recipes-devtools/base-apt/base-apt.bb         | 31 +++++++++++++
 .../base-apt/files/distributions.in                |  3 ++
 meta/recipes-devtools/buildchroot/files/deps.sh    |  2 +-
 12 files changed, 196 insertions(+), 16 deletions(-)
 create mode 100644 meta/classes/base-apt-helper.bbclass
 create mode 100644 meta/recipes-core/isar-bootstrap/files/base-apt-sources
 create mode 100644 meta/recipes-devtools/base-apt/base-apt.bb
 create mode 100644 meta/recipes-devtools/base-apt/files/distributions.in

-- 
2.11.0


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

end of thread, other threads:[~2018-11-29 12:53 UTC | newest]

Thread overview: 26+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-10-02 12:18 [PATCH 0/9] Introduce local apt repo to cache upstream debian packages for offline usage Maxim Yu. Osipov
2018-10-02 12:18 ` [PATCH 1/9] base-apt: Add helper class Maxim Yu. Osipov
2018-10-02 13:39   ` Claudius Heine
2018-10-02 12:19 ` [PATCH 2/9] base-apt: Introduce base implementaiton Maxim Yu. Osipov
2018-10-02 14:20   ` Claudius Heine
2018-10-02 12:19 ` [PATCH 3/9] isar-boot-strap: Add option to keep cache Maxim Yu. Osipov
2018-10-02 14:49   ` Claudius Heine
2018-10-02 12:19 ` [PATCH 4/9] image: Add cache_base_repo task Maxim Yu. Osipov
2018-10-02 12:19 ` [PATCH 5/9] isar-bootstrap: Make possible to reuse the cache Maxim Yu. Osipov
2018-11-02 11:40   ` Henning Schild
2018-10-02 12:19 ` [PATCH 6/9] buildchroot: Make it buildable from base-apt Maxim Yu. Osipov
2018-10-02 12:19 ` [PATCH 7/9] workaround: Use --allow-unauthenticated working with base-apt Maxim Yu. Osipov
2018-10-02 12:19 ` [PATCH 8/9] local.conf: Add option to use cached base repository Maxim Yu. Osipov
2018-10-02 12:19 ` [PATCH 9/9] doc: Creation of local apt repo caching upstream Debian packages Maxim Yu. Osipov
2018-10-02 14:02   ` Claudius Heine
2018-10-02 14:06     ` Jan Kiszka
2018-10-04  9:03     ` Baurzhan Ismagulov
2018-10-05 12:09       ` Claudius Heine
2018-10-11 16:33         ` Baurzhan Ismagulov
2018-10-02 14:05   ` Claudius Heine
2018-11-02 12:00 ` [PATCH 0/9] Introduce local apt repo to cache upstream debian packages for offline usage Henning Schild
2018-11-09  8:04   ` Jan Kiszka
2018-11-09  9:14     ` Baurzhan Ismagulov
2018-11-29 12:53       ` Henning Schild
2018-11-04 10:07 ` Jan Kiszka
2018-11-04 20:20   ` Jan Kiszka

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