We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Some repositories are badly configured to return wrong contents for uncompressed indices.
For instance, pkg.jenkins.io returned wrong Packages as pointed by @takumin: #25 (comment)
Packages
Zabbix also returned wrong Sources for which go-apt-mirror implements a workaround already:
Sources
go-apt-mirror
aptutil/mirror/mirror.go
Lines 243 to 257 in 66c646f
Although these indices are bad, apt or apt-get will work nicely as they look compressed indices such as Packages.bz2 or Sources.gz first.
apt
apt-get
Packages.bz2
Sources.gz
To help users of go-apt-mirror, we should provide a general workaround for this problem.
The text was updated successfully, but these errors were encountered:
ymmt2005
No branches or pull requests
Some repositories are badly configured to return wrong contents for uncompressed indices.
For instance, pkg.jenkins.io returned wrong
Packages
as pointed by @takumin:#25 (comment)
Zabbix also returned wrong
Sources
for whichgo-apt-mirror
implements a workaround already:aptutil/mirror/mirror.go
Lines 243 to 257 in 66c646f
Although these indices are bad,
apt
orapt-get
will work nicely as they look compressed indicessuch as
Packages.bz2
orSources.gz
first.To help users of
go-apt-mirror
, we should provide a general workaround for this problem.The text was updated successfully, but these errors were encountered: