cybozu-go / aptutil

Go utilities for Debian APT repositories
MIT License
124 stars 29 forks source link

Support by-hash index acquisition #16

Closed ymmt2005 closed 7 years ago

ymmt2005 commented 7 years ago

This PR implements by-hash index acquisition for go-apt-mirror.

As a side effect, this fixes #15.

ymmt2005 commented 7 years ago

@nojima Please take a look but do not merge it now. I am testing the changes with the real world repos.

ymmt2005 commented 7 years ago

@nojima I have tested it with official ubuntu repos, dell OMSA, and zabbix. One bug was found and fixed. You can merge it if it looks OK.

nojima commented 7 years ago

I'll take a look

nojima commented 7 years ago

レビュー終わり。コメントの部分だけお願いします。

ymmt2005 commented 7 years ago

@nojima Thank you. mirror.go のリファクタは別にやるとすると、storage のハッシュ問題だけで OK?

nojima commented 7 years ago

はい。

nojima commented 7 years ago

LGTM CI が通ったらマージします。

ymmt2005 commented 7 years ago

Thank you!