|
View:
New views
3 Messages
—
Rating Filter:
Alert me
|
|
|
Bug#508239: apt: method to prefer Packages over Packages.gz over Packages.bz2Package: apt
Version: 0.7.18 Severity: wishlist I'm running Debian on my OpenMoko FreeRunner. Since this is a slowish ARM machine with limited RAM, I'd like to tell apt to use the Packages.gz files instead of the Packages.bz2 files to speed up the update process. Unfortunately there doesn't seem to be any way to achieve this at the moment (based on apt.conf(5) and configure-index.gz) If there is a method of doing this already, please document it in configure-index.gz and let me know what it is. I tried these, but they both produce errors: Dir { Bin { bzip2 "/bin/true"; }; }; Dir { Bin { bzip2 "/bin/false"; }; }; -- bye, pabs http://wiki.debian.org/PaulWise |
|
|
Bug#508239: apt: method to prefer Packages over Packages.gz over Packages.bz2Paul Wise wrote:
> Package: apt > Version: 0.7.18 > Severity: wishlist > > I'm running Debian on my OpenMoko FreeRunner. Since this is a slowish > ARM machine with limited RAM, I'd like to tell apt to use the > Packages.gz files instead of the Packages.bz2 files to speed up the > update process. Unfortunately there doesn't seem to be any way to > achieve this at the moment (based on apt.conf(5) and configure-index.gz) > > If there is a method of doing this already, please document it in > configure-index.gz and let me know what it is. Packages.bz2, so if you can somehow block these files to be downloaded (generate 404), your goal would be achieved for now. In general, yes, it would be good to add some configuration to control this. -- Eugene V. Lyubimkin aka JackYF, JID: jackyf.devel(maildog)gmail.com Ukrainian C++ Developer, Debian APT contributor |
|
|
Bug#508239: marked as done (apt: method to prefer Packages over Packages.gz over Packages.bz2)Your message dated Fri, 6 Nov 2009 20:43:52 +0100
with message-id <20091106202622.GA12856@...> and subject line Re: Bug#508239: apt: method to prefer Packages over Packages.gz over Packages.bz2 has caused the Debian Bug report #508239, regarding apt: method to prefer Packages over Packages.gz over Packages.bz2 to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact owner@... immediately.) -- 508239: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=508239 Debian Bug Tracking System Contact owner@... with problems Package: apt Version: 0.7.18 Severity: wishlist I'm running Debian on my OpenMoko FreeRunner. Since this is a slowish ARM machine with limited RAM, I'd like to tell apt to use the Packages.gz files instead of the Packages.bz2 files to speed up the update process. Unfortunately there doesn't seem to be any way to achieve this at the moment (based on apt.conf(5) and configure-index.gz) If there is a method of doing this already, please document it in configure-index.gz and let me know what it is. I tried these, but they both produce errors: Dir { Bin { bzip2 "/bin/true"; }; }; Dir { Bin { bzip2 "/bin/false"; }; }; -- bye, pabs http://wiki.debian.org/PaulWise Version: 0.7.24 On Tue, Dec 09, 2008 at 02:02:33PM +0900, Paul Wise wrote: > Package: apt > Version: 0.7.18 > Severity: wishlist > > I'm running Debian on my OpenMoko FreeRunner. Since this is a slowish > ARM machine with limited RAM, I'd like to tell apt to use the > Packages.gz files instead of the Packages.bz2 files to speed up the > update process. Unfortunately there doesn't seem to be any way to > achieve this at the moment (based on apt.conf(5) and configure-index.gz) > > If there is a method of doing this already, please document it in > configure-index.gz and let me know what it is. > > I tried these, but they both produce errors: > > Dir { Bin { bzip2 "/bin/true"; }; }; > Dir { Bin { bzip2 "/bin/false"; }; }; See Acquire::CompressionTypes::Order. > > -- > bye, > pabs > > http://wiki.debian.org/PaulWise |
| Free embeddable forum powered by Nabble | Forum Help |