Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 834310 Details for
Bug 1035782
perl-CPANPLUS: unnecessary download of 03modlist.data.gz
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Proposed fix
0001-Do-not-download-03modlist.data.gz.patch (text/plain), 1.83 KB, created by
Petr Pisar
on 2013-12-09 12:18:48 UTC
(
hide
)
Description:
Proposed fix
Filename:
MIME Type:
Creator:
Petr Pisar
Created:
2013-12-09 12:18:48 UTC
Size:
1.83 KB
patch
obsolete
>From 3b2173ada7c063af298c14bc8375372d9a1610f9 Mon Sep 17 00:00:00 2001 >From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= <ppisar@redhat.com> >Date: Mon, 9 Dec 2013 12:54:13 +0100 >Subject: [PATCH] Do not download 03modlist.data.gz >MIME-Version: 1.0 >Content-Type: text/plain; charset=UTF-8 >Content-Transfer-Encoding: 8bit > >This pach stops downlowding 03modlist.data.gz because dslip data are >not parsed anymore due to: > >commit c7889a6cf27fd852f3815222a21a352baa1f9e10 >Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk> >Date: Sat Apr 27 15:03:34 2013 +0100 > > Skip generating dslip information > >Signed-off-by: Petr PÃsaÅ <ppisar@redhat.com> >--- > lib/CPANPLUS/Internals/Source.pm | 2 +- > t/03_CPANPLUS-Internals-Source.t | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > >diff --git a/lib/CPANPLUS/Internals/Source.pm b/lib/CPANPLUS/Internals/Source.pm >index f43dca5..05b9394 100644 >--- a/lib/CPANPLUS/Internals/Source.pm >+++ b/lib/CPANPLUS/Internals/Source.pm >@@ -307,7 +307,7 @@ sub _check_trees { > > my $uptodate = 1; # default return value > >- for my $name (qw[auth dslip mod]) { >+ for my $name (qw[auth mod]) { > for my $file ( $conf->_get_source( $name ) ) { > $self->__check_uptodate( > file => File::Spec->catfile( $path, $file ), >diff --git a/t/03_CPANPLUS-Internals-Source.t b/t/03_CPANPLUS-Internals-Source.t >index d6ad2ea..1acc48d 100644 >--- a/t/03_CPANPLUS-Internals-Source.t >+++ b/t/03_CPANPLUS-Internals-Source.t >@@ -35,7 +35,7 @@ my $modname = TEST_CONF_MODULE; > my $at = $cb->_author_tree; > > ### source files should be copied from the 'server' now >- for my $name (qw[auth mod dslip] ) { >+ for my $name (qw[auth mod] ) { > my $file = File::Spec->catfile( > $conf->get_conf('base'), > $conf->_get_source($name) >-- >1.8.3.1 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 1035782
:
834310
|
835171