lp:~toabctl/launchpad-buildd

Owned by Thomas Bechtold
Get this repository:
git clone https://git.launchpad.net/~toabctl/launchpad-buildd
Only Thomas Bechtold can upload to this repository. If you are Thomas Bechtold please log in for upload directions.

Branches

Name Last Modified Last Commit
use-fuse3 2022-01-10 12:42:16 UTC
Install fuse3 instead of fuse during charm/livefs/snap builds

Author: Thomas Bechtold
Author Date: 2022-01-10 12:42:16 UTC

Install fuse3 instead of fuse during charm/livefs/snap builds

Current CPC image builds with livecd-rootfs fail with the following
error:

RUN: /usr/share/launchpad-buildd/bin/in-target buildlivefs \
  --backend=lxd --series=jammy --arch=amd64 LIVEFSBUILD-320984 \
  --project ubuntu-cpc --datestamp 20220110 --image-format ext4 \
  --image-target aws
[snipped]
Get:38 http://ftpmaster.internal/ubuntu jammy/main amd64 \
  libfuse2 amd64 2.9.9-5ubuntu2 [90.1 kB]
Get:39 http://ftpmaster.internal/ubuntu jammy/main amd64 \
  fuse amd64 2.9.9-5ubuntu2 [27.4 kB]
[snipped]
[2022-01-10 11:57:46] lb_chroot_package-lists install
[snipped]
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 fuse3 : Breaks: fuse
E: Unable to correct problems, you have held broken packages.

This problem should be fixed when installing "fuse3" instead of
"fuse".

LP: #1934510

vcs-git-shallow-clone 2021-09-09 10:19:07 UTC
Add git_shallow_clone option to vcs_fetch() and use it for OCI build

Author: Thomas Bechtold
Author Date: 2021-09-08 10:10:44 UTC

Add git_shallow_clone option to vcs_fetch() and use it for OCI build

Currently when cloning a git repository, the whole history is
cloned. That makes the cloning process slow (in case the repo is
large) and in some cases, the cloning fails due to its size (that's an
infrastructure problem but currently happens for OCI base images).
Just cloning the latest commit (via the "--depth 1" parameter)
improves the situation where large repos need to be cloned.

https://bugs.launchpad.net/launchpad-buildd/+bug/1939392

master 2021-09-01 18:46:52 UTC
Release version 201

Author: Colin Watson
Author Date: 2021-09-01 18:46:52 UTC

Release version 201

Merged from https://code.launchpad.net/~cjwatson/launchpad-buildd/+git/launchpad-buildd/+merge/407984

oci-can-be-layer-symlinks 2021-04-23 14:51:41 UTC
Update changelog

Author: Tom Wardill
Author Date: 2021-04-23 14:51:41 UTC

Update changelog

oci-build-path 2020-08-17 13:56:49 UTC
Add changelog entry

Author: Tom Wardill
Author Date: 2020-08-17 13:56:49 UTC

Add changelog entry

15 of 5 results
This repository contains Public information 
Everyone can see this information.

Subscribers