AdrianDroid / apt-cyg

Automatically exported from code.google.com/p/apt-cyg
MIT License
0 stars 0 forks source link

Stop refetching setup.bz2 #9

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. apt-cyg install gs
2. apt-cyg find gs
3. apt-cyg find ghostscript

What is the expected output? What do you see instead?
It should download setup.bz2 once not three times.  Use wget's -m or like 
gentoo not redownload files but once a day.

What version of the product are you using? On what operating system?
most recent trunk version.

Please provide any additional information below.

Original issue reported on code.google.com by curtis.r...@gmail.com on 21 Apr 2010 at 1:38

GoogleCodeExporter commented 8 years ago
I modified my apt-cyg copy and by adding -N to the wget execution it only 
downloads it 
if the remote timestamp is newer than the local file.

Original comment by curtis.r...@gmail.com on 21 Apr 2010 at 10:17

GoogleCodeExporter commented 8 years ago
Fixed in latest svn

Original comment by sjung...@gmail.com on 27 Apr 2010 at 11:11