[Touch-packages] [Bug 1471024] Re: apt-key cannot handle spaces in --keyring filename

2016-01-06 Thread Brian Murray
** Tags added: usability -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to apt in Ubuntu. https://bugs.launchpad.net/bugs/1471024 Title: apt-key cannot handle spaces in --keyring filename Status in apt package in Ubuntu:

[Touch-packages] [Bug 1471024] Re: apt-key cannot handle spaces in --keyring filename

2015-07-06 Thread Brian Murray
** Also affects: apt (Debian) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to apt in Ubuntu. https://bugs.launchpad.net/bugs/1471024 Title: apt-key cannot handle spaces in

[Touch-packages] [Bug 1471024] Re: apt-key cannot handle spaces in --keyring filename

2015-07-02 Thread Brian Murray
This is due to the way that gpg is called from apt-key: --keyring) shift TRUSTEDFILE=$1 FORCED_KEYRING=$1 if [ -r $TRUSTEDFILE ] || [ $2 = 'add' ] || [ $2 = 'adv' ]; then GPG=$GPG --keyring $TRUSTEDFILE --primary-keyring $TRUSTEDFILE -- You