I just updated our trios mirror. There are newer packages for dbus and util-linux.
- Code: Select all
deb http://distro.ibiblio.org/refracta/trios/ mia non-systemd-testing
Also, I just got around to trying this, and I'm getting a gpg error about a missing public key, and I can't find it. I get the same error if I use the Trios repo at mirror.org.
- Code: Select all
W: GPG error: http://mirror.org.rs mia InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 989C0AF04E4C8EB0
root@jessie-sysv:/home/user# gpg --search-keys
root@jessie-sysv:/home/user# gpg --search-keys 4E4C8EB0
gpg: searching for "4E4C8EB0" from hkp server keys.gnupg.net
gpg: key "4E4C8EB0" not found on keyserver
Packages will install after getting a warning about untrusted packages and telling it "yes". You have to specify the repo with '-t mia', and that's the same for the original trios repo and our mirror.
The key for the antix angband mirror works. You have to use '-t testing' to install from it. I'm not sure how apt knows that you don't want it from the debian testing/jessie repo. Maybe because my sources list says "jessie" and not "testing"?
Edit: Got the issue with the gpg key sorted.
- Code: Select all
wget http://mirror.org.rs/mirror.org.rs.gpg.key
apt-key add mirror.org.rs.gpg.key