lp:ubuntu-cdimage

Get this repository:
git clone https://git.launchpad.net/ubuntu-cdimage
Members of Ubuntu CD Image Team can upload to this repository. Log in for directions.

Branches

Name Last Modified Last Commit
main 2024-04-26 08:19:34 UTC
Fix CDIMAGE_NO_PURGE for torrents to have a reliable behavior.

Author: Łukasz Zemczak
Author Date: 2024-04-26 08:19:34 UTC

Fix CDIMAGE_NO_PURGE for torrents to have a reliable behavior.

lp.2063471 2024-04-25 18:28:30 UTC
Exclude netboot tarballs when copying forward existing checksums

Author: Steve Langasek
Author Date: 2024-04-25 18:28:30 UTC

Exclude netboot tarballs when copying forward existing checksums

We rewrite the contents of netboot tarballs when publishing, which obviously
invalidates the checksums from the previous directory. Special-case files
with 'netboot' in the name to exclude them from checksum merging.

LP: #2063471

core-simplestreams 2024-02-19 17:30:53 UTC
Attempt to add support for ubuntu-core simplestreams.

Author: Łukasz Zemczak
Author Date: 2024-02-19 17:30:53 UTC

Attempt to add support for ubuntu-core simplestreams.

vcs-git-not-auto 2023-12-07 21:34:01 UTC
Use germinate --vcs=git, not --vcs=auto

Author: Steve Langasek
Author Date: 2023-12-07 21:34:01 UTC

Use germinate --vcs=git, not --vcs=auto

all projects now use git for seeds, so stop using the auto-fallback code
which causes lots of confusing log noise when there's a failure

avoid-getLatestBuild 2023-12-04 07:42:47 UTC
Pass our known lp_build references all the way through to live_item_paths

Author: Steve Langasek
Author Date: 2023-11-05 07:31:54 UTC

Pass our known lp_build references all the way through to live_item_paths

This avoids us querying launchpad for a livefs whose identity we already
know because we had just built it. And it fixes a bug where
getLatestBuild() sometimes gets the wrong answer for the uncommon case of a
single livefs project that builds both for $arch and for $arch+$subarch.

obsolete-mythbuntu 2023-12-04 00:13:46 UTC
Drop support for building mythbuntu project, now obsolete

Author: Steve Langasek
Author Date: 2023-12-04 00:13:46 UTC

Drop support for building mythbuntu project, now obsolete

Mythbuntu was last built in yakkety.

obsolete-locale-images 2023-12-03 22:18:23 UTC
Drop support for ubuntu-chinese-edition, and locale-based builds generally

Author: Steve Langasek
Author Date: 2023-11-26 00:01:26 UTC

Drop support for ubuntu-chinese-edition, and locale-based builds generally

Ubuntu-zh_CN (Ubuntu Chinese Edition) was last built in saucy, and has
effectively been superseded by UbuntuKylin.

Support for locale-specific image builds has only ever been used for the
obsolete Chinese images. The code hasn't been exercised in 10 years, it may
have bit rotted, it's possible no one other than Martin ever understood it,
and there are no prospects for its use in the future, so drop support for it
altogether rather than leaving a vestigial feature in the code.

lxd-metadata 2023-11-30 12:13:29 UTC
Finalize tests, add the make-lxd-metadata script.

Author: Łukasz Zemczak
Author Date: 2023-11-30 12:13:29 UTC

Finalize tests, add the make-lxd-metadata script.

daily-checks-for-preinstalled 2023-11-27 00:54:55 UTC
Include daily-preinstalled images in the daily checks

Author: Steve Langasek
Author Date: 2023-11-27 00:40:17 UTC

Include daily-preinstalled images in the daily checks

I think this fixes the lack of oversized reporting for those images

obsolete-trusty-xenial 2023-11-26 20:27:31 UTC
Remove a condition that is now always true '(>= bionic)'

Author: Steve Langasek
Author Date: 2023-11-26 20:26:47 UTC

Remove a condition that is now always true '(>= bionic)'

add-ubuntu-core-desktop 2023-10-29 19:49:42 UTC
Make the core-desktop bits a bit more distinct.

Author: Łukasz Zemczak
Author Date: 2023-10-29 19:49:42 UTC

Make the core-desktop bits a bit more distinct.

lp.2037407 2023-09-22 08:41:35 UTC
hardlink files for publishing, not copying.

Author: Steve Langasek
Author Date: 2023-09-22 08:41:35 UTC

hardlink files for publishing, not copying.

We have to resolve the source file to a realpath in order to hard link it,
but having done this it should be safe to hardlink because our source and
publication directories have never been on separate devices.

stop-autobuild 2023-09-05 19:16:59 UTC
Implement support for AUTOBUILD_STOP to stop crontab-started builds for a giv...

Author: Łukasz Zemczak
Author Date: 2023-09-05 19:16:59 UTC

Implement support for AUTOBUILD_STOP to stop crontab-started builds for a given imageset.

subtree-support 2023-08-21 13:57:19 UTC
Add subtree documentation, change subtree env variable to CDIMAGE_SUBTREE.

Author: Łukasz Zemczak
Author Date: 2023-08-21 13:57:19 UTC

Add subtree documentation, change subtree env variable to CDIMAGE_SUBTREE.

disable-canary 2023-08-18 10:23:20 UTC
Disable canary builds.

Author: Łukasz Zemczak
Author Date: 2023-08-18 10:23:20 UTC

Disable canary builds.

add-latest-redirects 2023-07-27 10:50:13 UTC
Remove unintentional change.

Author: Łukasz Zemczak
Author Date: 2023-07-27 10:50:13 UTC

Remove unintentional change.

add-budgie-legacy 2023-05-24 14:37:32 UTC
Add Ubuntu Budgie legacy flavor, in preparation for their switch to the new i...

Author: Łukasz Zemczak
Author Date: 2023-05-24 14:37:32 UTC

Add Ubuntu Budgie legacy flavor, in preparation for their switch to the new installer.

re-enable-ci 2023-05-02 11:10:03 UTC
Add file to the list of test dependencies.

Author: Łukasz Zemczak
Author Date: 2023-05-02 11:10:03 UTC

Add file to the list of test dependencies.

mini-iso 2023-03-23 10:19:14 UTC
Copy-paste miss: mini-iso data is an iso, not ext4 filesystem image.

Author: Łukasz Zemczak
Author Date: 2023-03-23 10:19:14 UTC

Copy-paste miss: mini-iso data is an iso, not ext4 filesystem image.

tracker-on-failure 2023-03-17 16:08:17 UTC
Tryin a quick-fix for livefs build failures clearing out the build queue when...

Author: Łukasz Zemczak
Author Date: 2023-03-17 16:08:17 UTC

Tryin a quick-fix for livefs build failures clearing out the build queue when they're happening.

add-ci 2023-03-15 13:22:30 UTC
Add CI via lpcraft.

Author: Łukasz Zemczak
Author Date: 2023-03-15 11:09:26 UTC

Add CI via lpcraft.

fix-xubuntu-minimal-streams 2023-03-10 11:46:57 UTC
Temporarily re-disable simplestreams.

Author: Łukasz Zemczak
Author Date: 2023-03-10 11:46:57 UTC

Temporarily re-disable simplestreams.

add-ubuntucinnamon 2023-02-23 18:53:20 UTC
Whitespace fix.

Author: Łukasz Zemczak
Author Date: 2023-02-23 18:53:20 UTC

Whitespace fix.

make-canary-default-add-legacy 2022-12-05 15:09:54 UTC
Pick up the changes from the bzr branch + modify those a bit since we don't w...

Author: Łukasz Zemczak
Author Date: 2022-12-05 15:09:54 UTC

Pick up the changes from the bzr branch + modify those a bit since we don't want to get rid of the canary support completely just yet.

add-daily-partner 2022-12-02 14:39:35 UTC
RFC: add daily-partner image-type to enable intel-iotg and similar images to ...

Author: Łukasz Zemczak
Author Date: 2022-12-02 14:39:35 UTC

RFC: add daily-partner image-type to enable intel-iotg and similar images to work per their own schedule.

125 of 25 results
This repository contains Public information 
Everyone can see this information.