Activity log for bug #1249732

Date Who What changed Old value New value Message
2013-11-10 06:58:59 Haw Loeung bug added bug
2013-11-10 07:00:10 Haw Loeung nominated for series Ubuntu Saucy
2013-11-10 07:00:10 Haw Loeung bug task added bzr (Ubuntu Saucy)
2013-11-10 07:00:22 Haw Loeung nominated for series Ubuntu Trusty
2013-11-10 07:00:22 Haw Loeung bug task added bzr (Ubuntu Trusty)
2013-11-10 13:23:30 Vincent Ladeuil bug task added bzr
2013-11-10 13:23:40 Vincent Ladeuil bzr: status New Confirmed
2013-11-10 13:23:48 Vincent Ladeuil bzr: importance Undecided High
2013-11-10 13:23:53 Vincent Ladeuil bzr: assignee Vincent Ladeuil (vila)
2013-11-10 14:50:46 Haw Loeung bug added subscriber The Canonical Sysadmins
2013-11-10 15:28:38 Vincent Ladeuil bzr: status Confirmed In Progress
2013-11-10 15:29:39 Launchpad Janitor branch linked lp:~vila/bzr/1249732-acceptable-keys-from-config
2014-04-15 21:08:01 Brian Murray bzr (Ubuntu Trusty): milestone trusty-updates
2014-04-15 21:08:09 Brian Murray bzr (Ubuntu Trusty): status New Triaged
2014-04-15 21:08:11 Brian Murray bzr (Ubuntu Saucy): status New Triaged
2014-04-15 21:08:16 Brian Murray bzr (Ubuntu Trusty): importance Undecided High
2014-04-15 21:08:18 Brian Murray bzr (Ubuntu Saucy): importance Undecided High
2014-04-16 07:25:09 Vincent Ladeuil bzr: milestone 2.7b1
2014-04-16 07:25:15 Vincent Ladeuil bzr: status In Progress Fix Released
2014-05-01 17:32:34 Dimitri John Ledkov bzr (Ubuntu Saucy): status Triaged Won't Fix
2014-05-01 17:42:39 Dimitri John Ledkov bzr (Ubuntu): assignee Dimitri John Ledkov (xnox)
2014-05-01 17:42:42 Dimitri John Ledkov bzr (Ubuntu Trusty): assignee Dimitri John Ledkov (xnox)
2014-05-02 14:06:06 Dimitri John Ledkov description Hi, I updated my ~/.bazaar/bazaar.conf file adding the following: acceptable_keys = *@canonical.com It seems that the option causes 'bzr verify-signatures' to now fail as follows: $ bzr verify-signatures -v bzr: ERROR: exceptions.AttributeError: 'list' object has no attribute 'split' Traceback (most recent call last): File "/usr/lib/python2.7/dist-packages/bzrlib/commands.py", line 930, in exception_to_return_code return the_callable(*args, **kwargs) File "/usr/lib/python2.7/dist-packages/bzrlib/commands.py", line 1121, in run_bzr ret = run(*run_argv) File "/usr/lib/python2.7/dist-packages/bzrlib/commands.py", line 673, in run_argv_aliases return self.run(**all_cmd_args) File "/usr/lib/python2.7/dist-packages/bzrlib/commands.py", line 697, in run return self._operation.run_simple(*args, **kwargs) File "/usr/lib/python2.7/dist-packages/bzrlib/cleanup.py", line 136, in run_simple self.cleanups, self.func, *args, **kwargs) File "/usr/lib/python2.7/dist-packages/bzrlib/cleanup.py", line 166, in _do_with_cleanups result = func(*args, **kwargs) File "/usr/lib/python2.7/dist-packages/bzrlib/commit_signature_commands.py", line 127, in run gpg_strategy.set_acceptable_keys(acceptable_keys) File "/usr/lib/python2.7/dist-packages/bzrlib/gpg.py", line 354, in set_acceptable_keys patterns = key_patterns.split(",") AttributeError: 'list' object has no attribute 'split' bzr 2.6.0 on python 2.7.5 (Linux-3.11.0-13-generic-x86_64-with- Ubuntu-13.10-saucy) arguments: ['/usr/bin/bzr', 'verify-signatures', '-v'] plugins: bash_completion[2.6.0], bzrtools[2.5.0], changelog_merge[2.6.0], grep[2.6.0], launchpad[2.6.0], netrc_credential_store[2.6.0], news_merge[2.6.0], po_merge[2.6.0], stats[0.2.0dev], weave_fmt[2.6.0] encoding: 'utf-8', fsenc: 'UTF-8', lang: 'en_AU.UTF-8' *** Bazaar has encountered an internal error. This probably indicates a bug in Bazaar. You can help us fix it by filing a bug report at https://bugs.launchpad.net/bzr/+filebug including this traceback and a description of the problem. $ apt-cache policy bzr bzr: Installed: 2.6.0-3ubuntu1 Candidate: 2.6.0-3ubuntu1 Version table: *** 2.6.0-3ubuntu1 0 500 http://archive.ubuntu.com/ubuntu/ saucy/main amd64 Packages 100 /var/lib/dpkg/status Regards, Haw ProblemType: Bug DistroRelease: Ubuntu 13.10 Package: bzr 2.6.0-3ubuntu1 ProcVersionSignature: Ubuntu 3.11.0-13.20-generic 3.11.6 Uname: Linux 3.11.0-13-generic x86_64 ApportVersion: 2.12.5-0ubuntu2.1 Architecture: amd64 Date: Sun Nov 10 17:53:03 2013 MarkForUpload: True PackageArchitecture: all SourcePackage: bzr UpgradeStatus: No upgrade log present (probably fresh install) Impact: Bzr crashes when verifying non-ascii characters in signatures, in verbose mode. Testcase: bzr branch lp:~xnox/+junk/test-signatures cd test-signatures gpg --import key.asc bzr config "acceptable_keys=*@example.net" bzr verify-signatures Original Report: Hi, I updated my ~/.bazaar/bazaar.conf file adding the following: acceptable_keys = *@canonical.com It seems that the option causes 'bzr verify-signatures' to now fail as follows: $ bzr verify-signatures -v bzr: ERROR: exceptions.AttributeError: 'list' object has no attribute 'split' Traceback (most recent call last):   File "/usr/lib/python2.7/dist-packages/bzrlib/commands.py", line 930, in exception_to_return_code     return the_callable(*args, **kwargs)   File "/usr/lib/python2.7/dist-packages/bzrlib/commands.py", line 1121, in run_bzr     ret = run(*run_argv)   File "/usr/lib/python2.7/dist-packages/bzrlib/commands.py", line 673, in run_argv_aliases     return self.run(**all_cmd_args)   File "/usr/lib/python2.7/dist-packages/bzrlib/commands.py", line 697, in run     return self._operation.run_simple(*args, **kwargs)   File "/usr/lib/python2.7/dist-packages/bzrlib/cleanup.py", line 136, in run_simple     self.cleanups, self.func, *args, **kwargs)   File "/usr/lib/python2.7/dist-packages/bzrlib/cleanup.py", line 166, in _do_with_cleanups     result = func(*args, **kwargs)   File "/usr/lib/python2.7/dist-packages/bzrlib/commit_signature_commands.py", line 127, in run     gpg_strategy.set_acceptable_keys(acceptable_keys)   File "/usr/lib/python2.7/dist-packages/bzrlib/gpg.py", line 354, in set_acceptable_keys     patterns = key_patterns.split(",") AttributeError: 'list' object has no attribute 'split' bzr 2.6.0 on python 2.7.5 (Linux-3.11.0-13-generic-x86_64-with-     Ubuntu-13.10-saucy) arguments: ['/usr/bin/bzr', 'verify-signatures', '-v'] plugins: bash_completion[2.6.0], bzrtools[2.5.0], changelog_merge[2.6.0],     grep[2.6.0], launchpad[2.6.0], netrc_credential_store[2.6.0],     news_merge[2.6.0], po_merge[2.6.0], stats[0.2.0dev], weave_fmt[2.6.0] encoding: 'utf-8', fsenc: 'UTF-8', lang: 'en_AU.UTF-8' *** Bazaar has encountered an internal error. This probably indicates a     bug in Bazaar. You can help us fix it by filing a bug report at         https://bugs.launchpad.net/bzr/+filebug     including this traceback and a description of the problem. $ apt-cache policy bzr bzr:   Installed: 2.6.0-3ubuntu1   Candidate: 2.6.0-3ubuntu1   Version table:  *** 2.6.0-3ubuntu1 0         500 http://archive.ubuntu.com/ubuntu/ saucy/main amd64 Packages         100 /var/lib/dpkg/status Regards, Haw ProblemType: Bug DistroRelease: Ubuntu 13.10 Package: bzr 2.6.0-3ubuntu1 ProcVersionSignature: Ubuntu 3.11.0-13.20-generic 3.11.6 Uname: Linux 3.11.0-13-generic x86_64 ApportVersion: 2.12.5-0ubuntu2.1 Architecture: amd64 Date: Sun Nov 10 17:53:03 2013 MarkForUpload: True PackageArchitecture: all SourcePackage: bzr UpgradeStatus: No upgrade log present (probably fresh install)
2014-05-05 08:56:44 Vincent Ladeuil description Impact: Bzr crashes when verifying non-ascii characters in signatures, in verbose mode. Testcase: bzr branch lp:~xnox/+junk/test-signatures cd test-signatures gpg --import key.asc bzr config "acceptable_keys=*@example.net" bzr verify-signatures Original Report: Hi, I updated my ~/.bazaar/bazaar.conf file adding the following: acceptable_keys = *@canonical.com It seems that the option causes 'bzr verify-signatures' to now fail as follows: $ bzr verify-signatures -v bzr: ERROR: exceptions.AttributeError: 'list' object has no attribute 'split' Traceback (most recent call last):   File "/usr/lib/python2.7/dist-packages/bzrlib/commands.py", line 930, in exception_to_return_code     return the_callable(*args, **kwargs)   File "/usr/lib/python2.7/dist-packages/bzrlib/commands.py", line 1121, in run_bzr     ret = run(*run_argv)   File "/usr/lib/python2.7/dist-packages/bzrlib/commands.py", line 673, in run_argv_aliases     return self.run(**all_cmd_args)   File "/usr/lib/python2.7/dist-packages/bzrlib/commands.py", line 697, in run     return self._operation.run_simple(*args, **kwargs)   File "/usr/lib/python2.7/dist-packages/bzrlib/cleanup.py", line 136, in run_simple     self.cleanups, self.func, *args, **kwargs)   File "/usr/lib/python2.7/dist-packages/bzrlib/cleanup.py", line 166, in _do_with_cleanups     result = func(*args, **kwargs)   File "/usr/lib/python2.7/dist-packages/bzrlib/commit_signature_commands.py", line 127, in run     gpg_strategy.set_acceptable_keys(acceptable_keys)   File "/usr/lib/python2.7/dist-packages/bzrlib/gpg.py", line 354, in set_acceptable_keys     patterns = key_patterns.split(",") AttributeError: 'list' object has no attribute 'split' bzr 2.6.0 on python 2.7.5 (Linux-3.11.0-13-generic-x86_64-with-     Ubuntu-13.10-saucy) arguments: ['/usr/bin/bzr', 'verify-signatures', '-v'] plugins: bash_completion[2.6.0], bzrtools[2.5.0], changelog_merge[2.6.0],     grep[2.6.0], launchpad[2.6.0], netrc_credential_store[2.6.0],     news_merge[2.6.0], po_merge[2.6.0], stats[0.2.0dev], weave_fmt[2.6.0] encoding: 'utf-8', fsenc: 'UTF-8', lang: 'en_AU.UTF-8' *** Bazaar has encountered an internal error. This probably indicates a     bug in Bazaar. You can help us fix it by filing a bug report at         https://bugs.launchpad.net/bzr/+filebug     including this traceback and a description of the problem. $ apt-cache policy bzr bzr:   Installed: 2.6.0-3ubuntu1   Candidate: 2.6.0-3ubuntu1   Version table:  *** 2.6.0-3ubuntu1 0         500 http://archive.ubuntu.com/ubuntu/ saucy/main amd64 Packages         100 /var/lib/dpkg/status Regards, Haw ProblemType: Bug DistroRelease: Ubuntu 13.10 Package: bzr 2.6.0-3ubuntu1 ProcVersionSignature: Ubuntu 3.11.0-13.20-generic 3.11.6 Uname: Linux 3.11.0-13-generic x86_64 ApportVersion: 2.12.5-0ubuntu2.1 Architecture: amd64 Date: Sun Nov 10 17:53:03 2013 MarkForUpload: True PackageArchitecture: all SourcePackage: bzr UpgradeStatus: No upgrade log present (probably fresh install) Hi, I updated my ~/.bazaar/bazaar.conf file adding the following: acceptable_keys = *@canonical.com It seems that the option causes 'bzr verify-signatures' to now fail as follows: $ bzr verify-signatures -v bzr: ERROR: exceptions.AttributeError: 'list' object has no attribute 'split' Traceback (most recent call last):   File "/usr/lib/python2.7/dist-packages/bzrlib/commands.py", line 930, in exception_to_return_code     return the_callable(*args, **kwargs)   File "/usr/lib/python2.7/dist-packages/bzrlib/commands.py", line 1121, in run_bzr     ret = run(*run_argv)   File "/usr/lib/python2.7/dist-packages/bzrlib/commands.py", line 673, in run_argv_aliases     return self.run(**all_cmd_args)   File "/usr/lib/python2.7/dist-packages/bzrlib/commands.py", line 697, in run     return self._operation.run_simple(*args, **kwargs)   File "/usr/lib/python2.7/dist-packages/bzrlib/cleanup.py", line 136, in run_simple     self.cleanups, self.func, *args, **kwargs)   File "/usr/lib/python2.7/dist-packages/bzrlib/cleanup.py", line 166, in _do_with_cleanups     result = func(*args, **kwargs)   File "/usr/lib/python2.7/dist-packages/bzrlib/commit_signature_commands.py", line 127, in run     gpg_strategy.set_acceptable_keys(acceptable_keys)   File "/usr/lib/python2.7/dist-packages/bzrlib/gpg.py", line 354, in set_acceptable_keys     patterns = key_patterns.split(",") AttributeError: 'list' object has no attribute 'split' bzr 2.6.0 on python 2.7.5 (Linux-3.11.0-13-generic-x86_64-with-     Ubuntu-13.10-saucy) arguments: ['/usr/bin/bzr', 'verify-signatures', '-v'] plugins: bash_completion[2.6.0], bzrtools[2.5.0], changelog_merge[2.6.0],     grep[2.6.0], launchpad[2.6.0], netrc_credential_store[2.6.0],     news_merge[2.6.0], po_merge[2.6.0], stats[0.2.0dev], weave_fmt[2.6.0] encoding: 'utf-8', fsenc: 'UTF-8', lang: 'en_AU.UTF-8' *** Bazaar has encountered an internal error. This probably indicates a     bug in Bazaar. You can help us fix it by filing a bug report at         https://bugs.launchpad.net/bzr/+filebug     including this traceback and a description of the problem. $ apt-cache policy bzr bzr:   Installed: 2.6.0-3ubuntu1   Candidate: 2.6.0-3ubuntu1   Version table:  *** 2.6.0-3ubuntu1 0         500 http://archive.ubuntu.com/ubuntu/ saucy/main amd64 Packages         100 /var/lib/dpkg/status Regards, Haw ProblemType: Bug DistroRelease: Ubuntu 13.10 Package: bzr 2.6.0-3ubuntu1 ProcVersionSignature: Ubuntu 3.11.0-13.20-generic 3.11.6 Uname: Linux 3.11.0-13-generic x86_64 ApportVersion: 2.12.5-0ubuntu2.1 Architecture: amd64 Date: Sun Nov 10 17:53:03 2013 MarkForUpload: True PackageArchitecture: all SourcePackage: bzr UpgradeStatus: No upgrade log present (probably fresh install)
2014-05-07 19:06:01 Launchpad Janitor bzr (Ubuntu): status Triaged Fix Released
2014-05-07 19:26:53 Dimitri John Ledkov description Hi, I updated my ~/.bazaar/bazaar.conf file adding the following: acceptable_keys = *@canonical.com It seems that the option causes 'bzr verify-signatures' to now fail as follows: $ bzr verify-signatures -v bzr: ERROR: exceptions.AttributeError: 'list' object has no attribute 'split' Traceback (most recent call last):   File "/usr/lib/python2.7/dist-packages/bzrlib/commands.py", line 930, in exception_to_return_code     return the_callable(*args, **kwargs)   File "/usr/lib/python2.7/dist-packages/bzrlib/commands.py", line 1121, in run_bzr     ret = run(*run_argv)   File "/usr/lib/python2.7/dist-packages/bzrlib/commands.py", line 673, in run_argv_aliases     return self.run(**all_cmd_args)   File "/usr/lib/python2.7/dist-packages/bzrlib/commands.py", line 697, in run     return self._operation.run_simple(*args, **kwargs)   File "/usr/lib/python2.7/dist-packages/bzrlib/cleanup.py", line 136, in run_simple     self.cleanups, self.func, *args, **kwargs)   File "/usr/lib/python2.7/dist-packages/bzrlib/cleanup.py", line 166, in _do_with_cleanups     result = func(*args, **kwargs)   File "/usr/lib/python2.7/dist-packages/bzrlib/commit_signature_commands.py", line 127, in run     gpg_strategy.set_acceptable_keys(acceptable_keys)   File "/usr/lib/python2.7/dist-packages/bzrlib/gpg.py", line 354, in set_acceptable_keys     patterns = key_patterns.split(",") AttributeError: 'list' object has no attribute 'split' bzr 2.6.0 on python 2.7.5 (Linux-3.11.0-13-generic-x86_64-with-     Ubuntu-13.10-saucy) arguments: ['/usr/bin/bzr', 'verify-signatures', '-v'] plugins: bash_completion[2.6.0], bzrtools[2.5.0], changelog_merge[2.6.0],     grep[2.6.0], launchpad[2.6.0], netrc_credential_store[2.6.0],     news_merge[2.6.0], po_merge[2.6.0], stats[0.2.0dev], weave_fmt[2.6.0] encoding: 'utf-8', fsenc: 'UTF-8', lang: 'en_AU.UTF-8' *** Bazaar has encountered an internal error. This probably indicates a     bug in Bazaar. You can help us fix it by filing a bug report at         https://bugs.launchpad.net/bzr/+filebug     including this traceback and a description of the problem. $ apt-cache policy bzr bzr:   Installed: 2.6.0-3ubuntu1   Candidate: 2.6.0-3ubuntu1   Version table:  *** 2.6.0-3ubuntu1 0         500 http://archive.ubuntu.com/ubuntu/ saucy/main amd64 Packages         100 /var/lib/dpkg/status Regards, Haw ProblemType: Bug DistroRelease: Ubuntu 13.10 Package: bzr 2.6.0-3ubuntu1 ProcVersionSignature: Ubuntu 3.11.0-13.20-generic 3.11.6 Uname: Linux 3.11.0-13-generic x86_64 ApportVersion: 2.12.5-0ubuntu2.1 Architecture: amd64 Date: Sun Nov 10 17:53:03 2013 MarkForUpload: True PackageArchitecture: all SourcePackage: bzr UpgradeStatus: No upgrade log present (probably fresh install) Please keep this description header, needed for Ubuntu SRU to Trusty. Please see https://wiki.ubuntu.com/StableReleaseUpdates#SRU_Bug_Template Impact: Bzr crashes when verifying non-ascii characters in signatures, in verbose mode. Testcase: bzr branch lp:~xnox/+junk/test-signatures cd test-signatures gpg --import key.asc bzr config "acceptable_keys=*@example.net" bzr verify-signatures Original Report: Hi, I updated my ~/.bazaar/bazaar.conf file adding the following: acceptable_keys = *@canonical.com It seems that the option causes 'bzr verify-signatures' to now fail as follows: $ bzr verify-signatures -v bzr: ERROR: exceptions.AttributeError: 'list' object has no attribute 'split' Traceback (most recent call last):   File "/usr/lib/python2.7/dist-packages/bzrlib/commands.py", line 930, in exception_to_return_code     return the_callable(*args, **kwargs)   File "/usr/lib/python2.7/dist-packages/bzrlib/commands.py", line 1121, in run_bzr     ret = run(*run_argv)   File "/usr/lib/python2.7/dist-packages/bzrlib/commands.py", line 673, in run_argv_aliases     return self.run(**all_cmd_args)   File "/usr/lib/python2.7/dist-packages/bzrlib/commands.py", line 697, in run     return self._operation.run_simple(*args, **kwargs)   File "/usr/lib/python2.7/dist-packages/bzrlib/cleanup.py", line 136, in run_simple     self.cleanups, self.func, *args, **kwargs)   File "/usr/lib/python2.7/dist-packages/bzrlib/cleanup.py", line 166, in _do_with_cleanups     result = func(*args, **kwargs)   File "/usr/lib/python2.7/dist-packages/bzrlib/commit_signature_commands.py", line 127, in run     gpg_strategy.set_acceptable_keys(acceptable_keys)   File "/usr/lib/python2.7/dist-packages/bzrlib/gpg.py", line 354, in set_acceptable_keys     patterns = key_patterns.split(",") AttributeError: 'list' object has no attribute 'split' bzr 2.6.0 on python 2.7.5 (Linux-3.11.0-13-generic-x86_64-with-     Ubuntu-13.10-saucy) arguments: ['/usr/bin/bzr', 'verify-signatures', '-v'] plugins: bash_completion[2.6.0], bzrtools[2.5.0], changelog_merge[2.6.0],     grep[2.6.0], launchpad[2.6.0], netrc_credential_store[2.6.0],     news_merge[2.6.0], po_merge[2.6.0], stats[0.2.0dev], weave_fmt[2.6.0] encoding: 'utf-8', fsenc: 'UTF-8', lang: 'en_AU.UTF-8' *** Bazaar has encountered an internal error. This probably indicates a     bug in Bazaar. You can help us fix it by filing a bug report at         https://bugs.launchpad.net/bzr/+filebug     including this traceback and a description of the problem. $ apt-cache policy bzr bzr:   Installed: 2.6.0-3ubuntu1   Candidate: 2.6.0-3ubuntu1   Version table:  *** 2.6.0-3ubuntu1 0         500 http://archive.ubuntu.com/ubuntu/ saucy/main amd64 Packages         100 /var/lib/dpkg/status Regards, Haw ProblemType: Bug DistroRelease: Ubuntu 13.10 Package: bzr 2.6.0-3ubuntu1 ProcVersionSignature: Ubuntu 3.11.0-13.20-generic 3.11.6 Uname: Linux 3.11.0-13-generic x86_64 ApportVersion: 2.12.5-0ubuntu2.1 Architecture: amd64 Date: Sun Nov 10 17:53:03 2013 MarkForUpload: True PackageArchitecture: all SourcePackage: bzr UpgradeStatus: No upgrade log present (probably fresh install)
2014-05-09 02:57:53 Dimitri John Ledkov bzr (Ubuntu Trusty): status Triaged In Progress
2014-05-09 03:20:24 Dimitri John Ledkov bug added subscriber Ubuntu Stable Release Updates Team
2014-05-09 23:30:25 Brian Murray bzr (Ubuntu Trusty): status In Progress Fix Committed
2014-05-09 23:30:30 Brian Murray bug added subscriber SRU Verification
2014-05-09 23:30:32 Brian Murray tags amd64 apport-bug saucy amd64 apport-bug saucy verification-needed
2014-05-12 00:09:55 Haw Loeung tags amd64 apport-bug saucy verification-needed amd64 apport-bug saucy verification-done
2014-06-04 16:19:17 Launchpad Janitor bzr (Ubuntu Trusty): status Fix Committed Fix Released
2014-06-04 16:19:34 Scott Kitterman removed subscriber Ubuntu Stable Release Updates Team
2015-09-17 00:01:05 Mathew Hodson bzr (Ubuntu): milestone trusty-updates