1763 Commits

Author SHA1 Message Date
Steve Langasek
bd0f079397 Strip translation files out of the minimal images.
This is another thing that goes unused when there is no human console user
(and we already don't have the locales themselves present on a minimal
image).

Bug-Ubuntu: https://bugs.launchpad.net/bugs/1829333
2019-05-28 08:51:06 -07:00
Steve Langasek
0050471249 releasing package livecd-rootfs version 2.542.4 2019-05-21 17:20:56 -07:00
Robert C Jennings
ceacaad3b2
ubuntu-cpc: Update changelog with change bug number 2019-05-21 17:32:47 -05:00
Ubuntu
c46aad38fa
Drop snap-tool
The cohort API used in the snap-tool has been dropped and
a replacement is needed.  Until then the code will be unused.
2019-05-21 17:32:47 -05:00
Robert C Jennings
620e17d2b7
ubuntu-cpc: parallel builds
* Replace "snap download" with tool that uses snap store's coherence feature

    This is important for parallel image builds to ensure all pre-seeded snaps
    have the same versions across image variants.

* Inject a proxy into the build providing a snapshot view of the package repo.

    When the REPO_SNAPSHOT_STAMP variable is set, the auto/build script will attempt
    to launch a transparent HTTP proxy on port 8080, and insert an iptables rule to
    redirect all outgoing HTTP requests to this proxy.

    The proxy, contained in the `magic-proxy` Python script, examines each request
    and silently overrides those pointing to InRelease files or files that are
    listed in InRelease files. It will instead provide the contents of the requested
    file as it was at REPO_SNAPSHOT_STAMP, by downloading the corresponding asset
    "by hash".

* Use series files with dependency handling to generate hook symlinks dynamically

    This patch currently only applies to the "ubuntu-cpc" project.

    More and more logic has been going into the hook scripts to decide
    under which conditions they should run or not. As we are moving
    to parallelized builds of image sets, this will get even more
    complicated. Base hooks will have to know which image sets they
    belong to and modification of the dependency chain between scripts
    will become more complicated and prone to errors, as the number of
    image sets grows.

    This patch introduces explicit ordering and dependency handling for
    scripts through the use of `series` files and an explicit syntax
    for dependency specification.
2019-05-21 17:32:47 -05:00
Michael Hudson-Doyle
9579ee1539 releasing package livecd-rootfs version 2.542.3 2019-05-08 10:54:09 +12:00
Michael Hudson-Doyle
a7b8928928 Remove device nodes later for ubuntu-base:minimized (i.e. docker) builds. (LP: #1828118) 2019-05-08 10:50:23 +12:00
Julian Andres Klode
af525ff0b4 releasing package livecd-rootfs version 2.542.2 2019-04-26 10:36:48 +02:00
Julian Andres Klode
82870b1185 Remove crufty files after minimize-manual
minimize-manual would be creating those files again, and other
parts may be creating them, so best to do the cleanup at the
very end.

LP: #1826377
2019-04-25 11:51:08 +02:00
Steve Langasek
5566c26c63 releasing package livecd-rootfs version 2.542.1 2018-12-20 13:13:11 -06:00
Balint Reczey
6d3346f5cf debian/control: Update Vcs-*: URLs 2018-12-12 16:25:54 +01:00
Steve Langasek
44f8ddaa25 Merge lp:~codyshepherd/livecd-rootfs/uefi-manifests-cosmic/ 2018-10-29 10:52:49 -07:00
Steve Langasek
286a52407d Merge lp:~codyshepherd/livecd-rootfs/snaps-manifest 2018-10-25 23:08:45 -06:00
Cody Shepherd
2819290352 Changed absoluted paths to relative; set changelog message to UNRELEASED 2018-10-23 10:32:52 -07:00
Cody Shepherd
5bee1ade70 Ensure pre-seeded snaps are now published in the image manifests. 2018-10-22 10:21:50 -07:00
Łukasz 'sil2100' Zemczak
7dbb2c8d60 releasing package livecd-rootfs version 2.542 2018-10-12 14:19:18 +02:00
Łukasz 'sil2100' Zemczak
1d8aea6f20 Changelog entry 2018-10-03 11:53:59 +02:00
Steve Langasek
b85cf0fc58 releasing package livecd-rootfs version 2.541 2018-09-27 15:22:13 -07:00
Robert C Jennings
52e5a2b25b Allow hooks to replace generic snap assertion
The generic assertion will be put in place if there are preseeded snaps.
A hook that wants to add its own model should be able to overwrite
the generic assertion.  This patch allows a hook to continue unchanged
calling snap_prepare_assertions with a custom brand/model.  The patch
will replace the generic brand/model if a custom brand/model is specified.
Prior to this patch the generic brand/model would remain in place.
2018-09-27 11:36:53 -05:00
Robert C Jennings
9f96dcb4de Add the server snap seed to the ubuntu-cpc project 2018-09-27 11:36:01 -05:00
Michael Hudson-Doyle
c241a3e3f8 fix changelog 2018-09-26 12:43:50 +12:00
Michael Hudson-Doyle
791d2adfd8 merge trunk 2018-09-26 12:42:42 +12:00
Dimitri John Ledkov
08c9c26e58 Ensure /lib/modules exists in root tarballs and sqashfs.
(LP: #1792905)
2018-09-20 13:37:25 +02:00
Adam Conrad
94230324e0 Stop building buildd chroots with --xattrs until we move to python3. 2018-09-20 02:56:56 -06:00
Colin Watson
e33fd318ba releasing package livecd-rootfs version 2.538 2018-09-19 16:37:17 +02:00
Colin Watson
bb652c238f Merge trunk. 2018-09-19 16:24:26 +02:00
Adam Conrad
1e2e25deb5 Releasing version 2.537. 2018-09-18 04:15:23 -06:00
Julian Andres Klode
1746e65953 Reorganize minimal-manual file location.
This also gets rid of the change to debian/rules
2018-09-18 11:44:06 +02:00
Julian Andres Klode
3bb028c86d Fix debian/rules test for shell scripts to ignore python 2018-09-18 10:39:59 +02:00
Julian Andres Klode
08376f8e64 Fix version number 2018-09-18 09:29:58 +02:00
Julian Andres Klode
9360135b2c Minimize the number of manually installed packages in images by marking
dependencies of metapackages as automatically installed.
2018-09-18 09:01:12 +02:00
Michael Hudson-Doyle
f04caf6104 releasing package livecd-rootfs version 2.536 2018-08-28 11:00:43 +12:00
Michael Hudson-Doyle
ae4a760edb Fix live-server journald config snippet to actually disable journald rate
limiting.
2018-08-28 10:55:19 +12:00
Michael Hudson-Doyle
2c76f50499 releasing package livecd-rootfs version 2.535 2018-08-24 13:04:56 +12:00
Michael Hudson-Doyle
061ea26984 fix changelog 2018-08-17 16:14:41 +12:00
Michael Hudson-Doyle
15505866a8 add bug ref to changelog 2018-08-17 13:51:55 +12:00
Michael Hudson-Doyle
59b8eb76e2 Disentangle enabling universe in the final image a little from having
PREINSTALLED=true set and enable it for a live-server build.
2018-08-17 12:04:12 +12:00
Michael Hudson-Doyle
e80459b967 grumble 2018-08-17 11:09:37 +12:00
Michael Hudson-Doyle
1aa8b9d882 ffs 2018-08-17 10:09:57 +12:00
Michael Hudson-Doyle
00151c5e0b Set PREINSTALLED=true for live-server so that universe ends up being
enabled in the image.
2018-08-16 21:28:52 +12:00
Steve Langasek
67142507ae releasing package livecd-rootfs version 2.534 2018-08-06 13:12:05 -07:00
Steve Langasek
c7ca0a77c8 Merge lp:~vorlon/livecd-rootfs/lp.1302192 2018-08-02 11:57:59 -07:00
Steve Langasek
7d16b0d40a Merge lp:~mwhudson/livecd-rootfs/lp-1776891 2018-08-01 23:31:08 -07:00
Steve Langasek
3db2340c54 generate all tar files with --xattrs. LP: #1302192. 2018-08-01 18:02:13 -07:00
Adam Conrad
dee54ed412 Releasing 2.533 2018-07-18 11:07:30 -06:00
Michael Hudson-Doyle
013dff431e Remove device nodes from Docker images. (LP: #1645468) 2018-07-17 12:02:34 +12:00
Robert C Jennings
c3f5ee6716 Disable checksum generation
These checksums are unused, integrity checking in launchpad is performed
separately.
2018-07-11 15:06:16 -05:00
Phil Roche
89c54953d5 Update changelog to add unminimize change to current UNRELEASED changelog entry 2018-07-04 17:13:02 +01:00
Phil Roche
b7403fabf1 Update unminimize script text and install ubuntu-standard when unminimizing a minimal image (LP: #1778777) 2018-07-04 16:48:23 +01:00
Colin Watson
1e6563aa79 Merge trunk. 2018-06-29 22:07:49 +01:00