mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-08-02 09:34:03 +00:00
* pbuilder-dist:
- Set "--mirror" option also for Ubuntu chroots, so that they work on Debian.
This commit is contained in:
parent
fe9b731b30
commit
ee9561ae59
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -1,5 +1,10 @@
|
|||||||
ubuntu-dev-tools (0.88) UNRELEASED; urgency=low
|
ubuntu-dev-tools (0.88) UNRELEASED; urgency=low
|
||||||
|
|
||||||
|
[ Siegfried-Angel Gevatter Pujals ]
|
||||||
|
* pbuilder-dist:
|
||||||
|
- Set "--mirror" option also for Ubuntu chroots, so that they work
|
||||||
|
on Debian.
|
||||||
|
|
||||||
[ Michael Bienia ]
|
[ Michael Bienia ]
|
||||||
* requestsync: Fix a bug that prevented sync requests for new packages with
|
* requestsync: Fix a bug that prevented sync requests for new packages with
|
||||||
a version smaller than 0.
|
a version smaller than 0.
|
||||||
@ -13,7 +18,7 @@ ubuntu-dev-tools (0.88) UNRELEASED; urgency=low
|
|||||||
* mk-sbuild-lv: drop deprecated sbuild configuration fields from template.
|
* mk-sbuild-lv: drop deprecated sbuild configuration fields from template.
|
||||||
* what-patch: updated for 3.0 source format.
|
* what-patch: updated for 3.0 source format.
|
||||||
|
|
||||||
-- Michael Bienia <geser@ubuntu.com> Thu, 07 Jan 2010 23:10:25 +0100
|
-- Siegfried-Angel Gevatter Pujals <rainct@ubuntu.com> Fri, 15 Jan 2010 14:24:51 +0100
|
||||||
|
|
||||||
ubuntu-dev-tools (0.87) lucid; urgency=low
|
ubuntu-dev-tools (0.87) lucid; urgency=low
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#! /usr/bin/env python
|
#! /usr/bin/env python
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
#
|
#
|
||||||
# Copyright (C) 2007-2009 Siegfried-A. Gevatter <rainct@ubuntu.com>
|
# Copyright (C) 2007-2010 Siegfried-A. Gevatter <rainct@ubuntu.com>
|
||||||
# With some changes by Iain Lane <iain@orangesquash.org.uk>
|
# With some changes by Iain Lane <iain@orangesquash.org.uk>
|
||||||
# Based upon pbuilder-dist-simple by Jamin Collins and Jordan Mantha.
|
# Based upon pbuilder-dist-simple by Jamin Collins and Jordan Mantha.
|
||||||
#
|
#
|
||||||
@ -220,6 +220,7 @@ class pbuilder_dist:
|
|||||||
if self.extra_components:
|
if self.extra_components:
|
||||||
components += ' contrib non-free'
|
components += ' contrib non-free'
|
||||||
else:
|
else:
|
||||||
|
arguments.append('--mirror "http://mirrors.kernel.org/ubuntu/"')
|
||||||
components = 'main restricted'
|
components = 'main restricted'
|
||||||
if self.extra_components:
|
if self.extra_components:
|
||||||
components += ' universe multiverse'
|
components += ' universe multiverse'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user