diff options
author | Brian Dolbec <dolsen@gentoo.org> | 2012-12-16 06:32:00 +0000 |
---|---|---|
committer | Brian Dolbec <dolsen@gentoo.org> | 2012-12-16 06:32:00 +0000 |
commit | 95861fd501e811538d9e7808ad1d288c010d00fc (patch) | |
tree | ba516380e005bcb8c21d66547af2d417b54eff28 /app-portage | |
parent | Update to EAPI5. Switch to global introspection USE flag. (diff) | |
download | gentoo-2-95861fd501e811538d9e7808ad1d288c010d00fc.tar.gz gentoo-2-95861fd501e811538d9e7808ad1d288c010d00fc.tar.bz2 gentoo-2-95861fd501e811538d9e7808ad1d288c010d00fc.zip |
add a missed debug level parameter to quiet output
(Portage version: 2.2.0_alpha144_p1/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'app-portage')
-rw-r--r-- | app-portage/mirrorselect/ChangeLog | 6 | ||||
-rw-r--r-- | app-portage/mirrorselect/files/2.2.0-Ignore-inaccessible-fsmirrors.patch | 2 |
2 files changed, 6 insertions, 2 deletions
diff --git a/app-portage/mirrorselect/ChangeLog b/app-portage/mirrorselect/ChangeLog index dea22c180be3..9a4408c53d5c 100644 --- a/app-portage/mirrorselect/ChangeLog +++ b/app-portage/mirrorselect/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-portage/mirrorselect # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-portage/mirrorselect/ChangeLog,v 1.116 2012/12/16 06:12:56 dolsen Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-portage/mirrorselect/ChangeLog,v 1.117 2012/12/16 06:31:59 dolsen Exp $ + + 16 Dec 2012; Brian Dolbec <dolsen@gentoo.org> + files/2.2.0-Ignore-inaccessible-fsmirrors.patch: + Fix a missed debug level parameter, to quiet the output. *mirrorselect-2.2.0-r1 (16 Dec 2012) diff --git a/app-portage/mirrorselect/files/2.2.0-Ignore-inaccessible-fsmirrors.patch b/app-portage/mirrorselect/files/2.2.0-Ignore-inaccessible-fsmirrors.patch index ac3cb30134f2..01c97886d48f 100644 --- a/app-portage/mirrorselect/files/2.2.0-Ignore-inaccessible-fsmirrors.patch +++ b/app-portage/mirrorselect/files/2.2.0-Ignore-inaccessible-fsmirrors.patch @@ -28,7 +28,7 @@ index cbff890..48d74a7 100755 else: var = 'GENTOO_MIRRORS' -+ self.output.write('get_filesystem_mirrors(): config_path = %s\n' % config_path) ++ self.output.write('get_filesystem_mirrors(): config_path = %s\n' % config_path, 2) try: f = open(config_path,'r') except IOError: |