Path: csiph.com!au2pb.net!feeder.erje.net!1.eu.feeder.erje.net!nntpspool01.opticnetworks.net!aioe.org!bofh.it!news.nic.it!robomod From: Scott Kitterman Newsgroups: linux.debian.maint.python Subject: Re: python-networkx_1.10-1_amd64.changes ACCEPTED into experimental Date: Mon, 05 Oct 2015 23:30:04 +0200 Message-ID: References: X-Original-To: debian-python@lists.debian.org X-Mailbox-Line: From debian-python-request@lists.debian.org Mon Oct 5 21:23:56 2015 Old-Return-Path: X-Amavis-Spam-Status: No, score=-7.1 tagged_above=-10000 required=5.3 tests=[BAYES_00=-2, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, LDO_WHITELIST=-5] autolearn=ham autolearn_force=no X-Policyd-Weight: using cached result; rate: -5 Dkim-Signature: v=1; a=rsa-sha256; c=simple/simple; d=kitterman.com; s=201409; t=1444080219; bh=1qn/nKYOGlyusMbrwqtW0ntB3ypxtIXD/aOZEk47/JM=; h=From:To:Subject:Date:In-Reply-To:References:From; b=cj6d8YfUCqYzsxADd5QhMq7cEkM5bVGLTu9lFerqJs3A5dO6yDSzusC5qvDWq9oeQ V56gxoBCUkklE+owCsbyRSXMzjLFglmDnYCTHWJXQPPZ9lSeayLZYhd6bEnh6NO2nF uZ+FvuVPhbDmewgqp40AqyM4QL+U0S0UqSJ6es18= User-Agent: KMail/4.13.3 (Linux/3.13.0-63-generic; KDE/4.13.3; x86_64; ; ) MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-Mailing-List: archive/latest/12788 List-ID: List-URL: List-Archive: https://lists.debian.org/msgid-search/3926619.eEvqPW3zJj@kitterma-e6430 Approved: robomod@news.nic.it Lines: 37 Organization: linux.* mail to news gateway Sender: robomod@news.nic.it X-Original-Date: Mon, 05 Oct 2015 17:23:38 -0400 X-Original-Message-ID: <3926619.eEvqPW3zJj@kitterma-e6430> X-Original-References: <5612724E.9060007@debian.org> <20151005171126.783f9e4a@limelight.wooz.org> Xref: csiph.com linux.debian.maint.python:7478 On Monday, October 05, 2015 05:11:26 PM Barry Warsaw wrote: > On Oct 05, 2015, at 02:51 PM, Thomas Goirand wrote: > >In other distributions (Red Hat and Ubuntu), everyone is aware of this > >kind of issue before uploading, and this kinds of things don't happen. > > Ubuntu at least does have a technical solution that helps ameliorate > archive-wide breakages, and that is -proposed migration. When you upload > e.g. to wily, it gets diverted to wily-proposed and to get promoted it has > to pass a number of tests. The package and their reverses have to build. > DEP-8 tests have to pass, etc. You can get a nice report about which > -proposed promotions are failing: > > http://people.canonical.com/~ubuntu-archive/proposed-migration/update_excuse > s.html > > The downside is that you should probably be proactively checking this list > (poll vs ping) and it can sometimes be difficult to figure out why a > promotion fails or how to fix it. > > But this does mean that the archive itself is very rarely broken, and it can > be a convenient way to stage package updates that may have effects in parts > of the archive you might not be aware of. This is a modified version of britney2, the same tool that Debian uses to manage the Unstable -> Testing migration. I believe the Debian release team intends to add autopkgtests as a blocker for migration and to enable faster migration for packages that pass testing. One difference you won't get around though is that in Ubuntu devel -proposed is not considered suitable for use by humans. It's only there to support running the tests and doing transitions. In Debian, developers are encouraged to use Unstable since that's how we find out stuff shouldn't be in Testing. Another, is that there's no equivalent in Ubuntu of an RC bug blocking migration. Scott K