Debian Package Tracker
Register | Log in
Subscribe

debian-cloud-images

tool used by the Debian Cloud Team to create official cloud images

Choose email to subscribe with

general
  • source: debian-cloud-images (main)
  • version: 0.0.4
  • maintainer: Debian Cloud Team (DMD)
  • uploaders: Thomas Goirand [DMD] – Noah Meyerhans [DMD]
  • arch: all amd64 arm64 ppc64el
  • std-ver: 4.2.1
  • VCS: Git (Browse, QA)
versions [more versions can be listed by madison] [old versions available from snapshot.debian.org]
[pool directory]
  • stable: 0.0.1
  • unstable: 0.0.4
versioned links
  • 0.0.1: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 0.0.4: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
binaries
  • debian-cloud-images (1 bugs: 0, 0, 1, 0)
  • debian-cloud-images-packages
action needed
The package has not entered testing even though the delay is over normal
The package has not entered testing even though the 20-day delay is over. Check why.
Created: 2021-04-02 Last update: 2021-04-21 20:35
1 bug tagged help in the BTS normal
The BTS contains 1 bug tagged help, please consider helping the maintainer in dealing with it.
Created: 2020-03-20 Last update: 2021-04-21 20:30
Depends on packages which need a new maintainer normal
The packages that debian-cloud-images depends on which need a new maintainer are:
  • ifenslave (#963889)
    • Depends: ifenslave
Created: 2020-06-28 Last update: 2021-04-21 19:34
Multiarch hinter reports 1 issue(s) normal
There are issues with the multiarch metadata for this package.
  • debian-cloud-images-packages could be marked Multi-Arch: same
Created: 2020-01-08 Last update: 2021-04-21 15:47
17 new commits since last upload, is it time to release? normal
vcswatch reports that this package seems to have new commits in its VCS but has not yet updated debian/changelog. You should consider updating the Debian changelog and uploading this new version into the archive.

Here are the relevant commit logs:
commit 480a9f8d680fa7bea61ed9293e4401012aba80c2
Merge: 7e9f782 89552a5
Author: Ross Vandegrift <rvandegrift@debian.org>
Date:   Tue Apr 20 05:47:43 2021 +0000

    Merge branch 'build-pu' into 'master'
    
    Prepare building images using proposed-updates
    
    See merge request cloud-team/debian-cloud-images!245

commit 89552a5a8ffb25fb0029c7f54af7a596339196d1
Author: Bastian Blank <waldi@debian.org>
Date:   Wed Mar 24 13:29:47 2021 +0100

    Don't add proposed updates to release name

commit bf2c32fb4a984c96693efbe91400f3e8ff491ba1
Author: Bastian Blank <waldi@debian.org>
Date:   Wed Mar 24 13:12:45 2021 +0100

    Prepare building images using proposed-updates

commit 7e9f78215be3b53cbc7f09c82633ad4745eaa47a
Merge: e61d0ed e6fc00a
Author: Ross Vandegrift <rvandegrift@debian.org>
Date:   Tue Apr 20 05:42:22 2021 +0000

    Merge branch 'write-raw-image' into 'master'
    
    Write raw images
    
    Closes #35
    
    See merge request cloud-team/debian-cloud-images!217

commit e6fc00abe29952eec6a4524ffcc79b3cc7b69c69
Author: Bastian Blank <waldi@debian.org>
Date:   Thu Aug 13 22:28:36 2020 +0200

    Write sparse raw image in addition to qcow2

commit a98f53e064acb33eabebeca2c9e3d09f5665e143
Author: Bastian Blank <waldi@debian.org>
Date:   Thu Aug 13 22:18:03 2020 +0200

    Allow converting images to multiple formats

commit af4f333ab993e8ded289dc7cb76c16ab4cc5059d
Author: Bastian Blank <waldi@debian.org>
Date:   Thu Aug 13 21:26:40 2020 +0200

    Return chunks for holes in files

commit e61d0edf531a88aa106a08761c0a474e68df691c
Merge: 0ec8952 ed453a7
Author: Bastian Blank <waldi@debian.org>
Date:   Mon Apr 19 21:30:04 2021 +0000

    Merge branch 'remove-deprecated-packages' into 'master'
    
    Remove deprecated network tools from Bullseye
    
    See merge request cloud-team/debian-cloud-images!250

commit ed453a79f2fbff8a1bfe98970d4074302f0ad2e7
Author: Bastian Blank <waldi@debian.org>
Date:   Mon Apr 19 22:02:12 2021 +0200

    Remove deprecated network tools from Bullseye

commit 0ec8952d7ae93c139abcd00ea9992591a8338704
Merge: 822f9b6 4969b9b
Author: Ross Vandegrift <rvandegrift@debian.org>
Date:   Thu Apr 8 16:00:04 2021 +0000

    Merge branch 'no-v6-dad' into 'master'
    
    Disable IPv6 DAD on Amazon EC2
    
    See merge request cloud-team/debian-cloud-images!247

commit 4969b9ba43a9d750610563777caae6dec62a23e5
Author: Noah Meyerhans <noahm@debian.org>
Date:   Wed Apr 7 09:02:00 2021 -0700

    Disable IPv6 DAD on Amazon EC2
    
    VPC makes duplicate addresses on a layer 2 link impossible through MAC
    address filtering and IP address anti-spoofing protections.  The IPv6
    addresses usable by an ENI are determined by the VPC control plane,
    and attempts by an instance to use other addresses will result in
    dropped packets.
    
    We disable it in the initramfs to ensure that the settings are applied
    early enough to affect the primary interface.  Otherwise the DAD
    process has already begun by the time sysctl settings are applied from
    the root filesystem.
    
    Disabling DAD reduces instance launch time by several hundred
    milliseconds based on empirical observation.

commit 822f9b61e5536ba6e0817a0e2c2fd04a723150bb
Merge: 60481eb 0136d22
Author: Bastian Blank <waldi@debian.org>
Date:   Wed Mar 24 13:23:46 2021 +0000

    Merge branch 'fix-python-buster' into 'master'
    
    Fix non-working type definition for Buster
    
    See merge request cloud-team/debian-cloud-images!246

commit 0136d22eb365e289ba3d58f9aecf904777236291
Author: Bastian Blank <waldi@debian.org>
Date:   Wed Mar 24 13:45:45 2021 +0100

    Fix non-working type definition for Buster

commit 7085421409396e4042e171766fa1a5623d902d91
Author: Bastian Blank <waldi@debian.org>
Date:   Wed Mar 24 13:40:50 2021 +0100

    Add import tests for some modules

commit 60481eb83b653f7d2e4e13e5559bf034b66a9c28
Merge: 69783f7 68409f2
Author: Bastian Blank <waldi@debian.org>
Date:   Wed Mar 24 10:02:16 2021 +0000

    Merge branch 'cleanup-images-ec2-specific-account' into 'master'
    
    Allow restricting ec2 cleanup to specified account
    
    See merge request cloud-team/debian-cloud-images!244

commit 68409f2a32360744a420165b83f2f3a404a2366b
Author: Bastian Blank <waldi@debian.org>
Date:   Sun Mar 21 13:23:20 2021 +0100

    Allow restricting ec2 cleanup to specified account
    
    The ec2 cleanup uses 'self' as account by default.  With incorrect
    credentials, this can lead to cleaning up the wrong account.  To avoid
    that make it possible to specify which account should be handled
    explicitely.

commit 69783f7417aefb332d5d7250ba242adeca444131
Merge: 7131a6f d1e2d19
Author: Noah Meyerhans <noahm@debian.org>
Date:   Fri Mar 12 20:29:36 2021 +0000

    Merge branch 'release-0.0.4' into 'master'
    
    Update changelog for 0.0.4 release
    
    See merge request cloud-team/debian-cloud-images!243
Created: 2018-11-22 Last update: 2021-04-20 07:04
piuparts found (un)installation error(s) normal
Piuparts stresses package installation, uninstallation, upgrade, ... While doing such tests, one or more errors were found for the following suites:
  • sid - piuparts
You should fix them.
Created: 2021-03-08 Last update: 2021-03-08 12:35
lintian reports 2 warnings normal
Lintian reports 2 warnings about this package. You should make the package lintian clean getting rid of them.
Created: 2020-07-29 Last update: 2020-07-29 12:30
Standards version of the package is outdated. wishlist
The package should be updated to follow the last version of Debian Policy (Standards-Version 4.5.1 instead of 4.2.1).
Created: 2018-11-22 Last update: 2021-03-13 00:36
testing migrations
  • excuses:
    • Migration status for debian-cloud-images (- to 0.0.4): BLOCKED: Rejected/violates migration policy/introduces a regression
    • Issues preventing migration:
    • Rejected due to piuparts regression - https://piuparts.debian.org/sid/source/d/debian-cloud-images.html
    • blocked by freeze: is not in testing
    • Additional info:
    • 40 days old (needed 20 days)
    • Not considered
news
[rss feed]
  • [2021-04-12] debian-cloud-images REMOVED from testing (Debian testing watch)
  • [2021-03-12] Accepted debian-cloud-images 0.0.4 (source) into unstable (Noah Meyerhans)
  • [2020-03-31] debian-cloud-images 0.0.3 MIGRATED to testing (Debian testing watch)
  • [2020-01-08] Accepted debian-cloud-images 0.0.3 (source) into unstable (Noah Meyerhans)
  • [2020-01-07] Accepted debian-cloud-images 0.0.2 (source amd64 all) into unstable, unstable (Noah Meyerhans)
  • [2018-11-27] debian-cloud-images 0.0.1 MIGRATED to testing (Debian testing watch)
  • [2018-11-22] Accepted debian-cloud-images 0.0.1 (source all) into unstable, unstable (Thomas Goirand)
bugs [bug history graph]
  • all: 1
  • RC: 0
  • I&N: 0
  • M&W: 1
  • F&P: 0
  • patch: 0
  • help: 1
links
  • homepage
  • lintian (0, 2)
  • buildd: logs, checks, clang, cross
  • popcon
  • browse source code
  • edit tags
  • other distros
  • screenshots

Debian Package Tracker — Copyright 2013-2018 The Distro Tracker Developers
Report problems to the tracker.debian.org pseudo-package in the Debian BTS.
Documentation — Bugs — Git Repository — Contributing