APT

Merge lp:~evfool/apt/fix418552 into lp:~ubuntu-core-dev/apt/ubuntu

Proposed by Robert Roth
Status: Merged
Merge reported by: Michael Vogt
Merged at revision: not available
Proposed branch: lp:~evfool/apt/fix418552
Merge into: lp:~ubuntu-core-dev/apt/ubuntu
Diff against target: 37 lines (+4/-4)
2 files modified
apt-pkg/algorithms.cc (+2/-2)
test/integration/test-bug-595691-empty-and-broken-archive-files (+2/-2)
To merge this branch: bzr merge lp:~evfool/apt/fix418552
Reviewer Review Type Date Requested Status
Michael Vogt (community) Approve
Review via email: mp+48695@code.launchpad.net

Description of the change

Grammar fix for bug #418552.

To post a comment you must log in.
Revision history for this message
Michael Vogt (mvo) wrote :

Thanks, merged.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'apt-pkg/algorithms.cc'
--- apt-pkg/algorithms.cc 2010-12-07 15:19:48 +0000
+++ apt-pkg/algorithms.cc 2011-02-05 13:42:58 +0000
@@ -1493,9 +1493,9 @@
1493 }1493 }
1494 1494
1495 if (TransientNetworkFailure == true)1495 if (TransientNetworkFailure == true)
1496 _error->Warning(_("Some index files failed to download, they have been ignored, or old ones used instead."));1496 _error->Warning(_("Some index files failed to download. They have been ignored, or old ones used instead."));
1497 else if (Failed == true)1497 else if (Failed == true)
1498 return _error->Error(_("Some index files failed to download, they have been ignored, or old ones used instead."));1498 return _error->Error(_("Some index files failed to download. They have been ignored, or old ones used instead."));
14991499
15001500
1501 // Run the success scripts if all was fine1501 // Run the success scripts if all was fine
15021502
=== modified file 'test/integration/test-bug-595691-empty-and-broken-archive-files'
--- test/integration/test-bug-595691-empty-and-broken-archive-files 2010-10-21 14:54:28 +0000
+++ test/integration/test-bug-595691-empty-and-broken-archive-files 2011-02-05 13:42:58 +0000
@@ -99,7 +99,7 @@
99 Undetermined Error99 Undetermined Error
100W: Failed to fetch file:$(readlink -f aptarchive/Packages.$COMPRESS) Undetermined Error100W: Failed to fetch file:$(readlink -f aptarchive/Packages.$COMPRESS) Undetermined Error
101101
102E: Some index files failed to download, they have been ignored, or old ones used instead." "empty file Packages.$COMPRESS over file"102E: Some index files failed to download. They have been ignored, or old ones used instead." "empty file Packages.$COMPRESS over file"
103}103}
104104
105testoverhttp() {105testoverhttp() {
@@ -137,7 +137,7 @@
137 Undetermined Error137 Undetermined Error
138W: Failed to fetch http://localhost:8080/Packages.$COMPRESS Undetermined Error138W: Failed to fetch http://localhost:8080/Packages.$COMPRESS Undetermined Error
139139
140E: Some index files failed to download, they have been ignored, or old ones used instead." "empty file Packages.$COMPRESS over http"140E: Some index files failed to download. They have been ignored, or old ones used instead." "empty file Packages.$COMPRESS over http"
141}141}
142142
143for COMPRESSOR in 'gzip' 'bzip2' 'lzma'; do testoverfile $COMPRESSOR; done143for COMPRESSOR in 'gzip' 'bzip2' 'lzma'; do testoverfile $COMPRESSOR; done

Subscribers

People subscribed via source and target branches

to all changes: