Okay guys as the RIT issue is still present I pushed an updated eopkg to unstable today which includes a retry mechanism in case of timeouts that'll resume the download from where it left off and decreases the timeout to 15 seconds.
If you have a slow connection and are reaching the retry attempt limit there is a new --retry-attempts
option you can pass to eopkg.
Additionally, you can also override the default retry attempts in eopkg.conf
with the retry_attempts = 5
option. (remember stateless by copying the config file from /usr/share/defaults/eopkg/eopkg.conf
to /etc/eopkg/eopkg.conf
first before you edit it.)
Hopefully no issues come up in unstable and it can be included in the next sync.