Travis Crump wrote:
Notice that it only fetched 1628B as opposed to all 39.8kB
[1628B==diff+dsc+1B but that may just be a coincidence]
Not a coincidence. I had compiled it without bumping the version number
so that the dsc and diff were overwritten with local versions that
didn't match the serv
Abdul Latip wrote:
Hi,
Unlike "apt-get install", I guess that "apt-get source"
does not check if the source is already loaded.
It always has for me[or rather it resumes the download and resuming a
100% download is pretty quick. :)]
Random package for which I already had source:
[EMAIL PROTECTE
Hi,
Unlike "apt-get install", I guess that "apt-get source"
does not check if the source is already loaded. Therefore,
I would like to add a bash script like:
for xx in "A PACKAGE NAME LIST"
do
[ -f ${xx}*.tar.gz ] || apt-get -m source $xx
done
Unfortunately, "${xx}*.tar.gz" somehow exp
3 matches
Mail list logo