apt-fast icon indicating copy to clipboard operation
apt-fast copied to clipboard

implement apt-transport-mirror handling

Open Artoria2e5 opened this issue 4 years ago • 5 comments

close #88

Artoria2e5 avatar Sep 19 '19 18:09 Artoria2e5

Alright. It does work on my end now. The grep regex is quite complicated now, but well that's what it takes...

Artoria2e5 avatar Nov 24 '19 18:11 Artoria2e5

Got a seven-year-old bug fixed too.

Artoria2e5 avatar Nov 25 '19 08:11 Artoria2e5

I tested the apt-transport-mirror with following configuration:

Sources list:

deb mirror+file:/etc/apt/mirrorlist unstable main non-free contrib
deb-src mirror+file:/etc/apt/mirrorlist unstable main non-free contrib
deb mirror+http://127.0.0.1/mirrorlist experimental main non-free contrib
deb-src mirror+http://localhost/mirrorlist experimental main non-free contrib

The local(host) mirrorlist(s):

http://deb.debian.org/debian/
http://ftp.de.debian.org/debian/

Lasall avatar Apr 07 '20 18:04 Lasall

I tested the shadowing with following test cases:

./apt-fast install "firefo*"  # should expand
_APTMGR="foo bar" ./apt-fast install firefox

Lasall avatar Apr 07 '20 18:04 Lasall

Hi, any update for this PR? or issue #88 ?

haidarns avatar Aug 18 '21 03:08 haidarns