Replace mocha by rspec-mocks

Bug #2004135 reported by Takashi Kajinami
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
puppet-cinder
Fix Released
Medium
Takashi Kajinami
puppet-glance
Fix Released
Medium
Takashi Kajinami
puppet-ironic
Fix Released
Medium
Takashi Kajinami
puppet-keystone
Fix Released
Medium
Takashi Kajinami
puppet-manila
Fix Released
Medium
Takashi Kajinami
puppet-mistral
Fix Released
Medium
Takashi Kajinami
puppet-murano
Fix Released
Medium
Takashi Kajinami
puppet-neutron
Fix Released
Medium
Takashi Kajinami
puppet-nova
Fix Released
Medium
Takashi Kajinami
puppet-openstack_extras
Fix Released
Medium
Takashi Kajinami
puppet-openstacklib
Fix Released
Medium
Takashi Kajinami
puppet-sahara
Fix Released
Medium
Takashi Kajinami
puppet-swift
Fix Released
Medium
Takashi Kajinami
puppet-trove
Fix Released
Medium
Takashi Kajinami
puppet-vswitch
Fix Released
Medium
Takashi Kajinami

Bug Description

puppetlabs_spec_helper recommends rspec-mocks instead of mocha[1] and it uses rspec-mocks by default instead of mocha since v 5.0.0[2].

We have observed the following warning in unit tests.
```
Deprecation Warnings:
puppetlabs_spec_helper: defaults `mock_with` to `:mocha`. See https://github.com/puppetlabs/puppetlabs_spec_helper#mock_with to choose a sensible value for you

If you need more of the backtrace for any of these deprecations to
identify where to make the necessary changes, you can configure
`config.raise_errors_for_deprecations!`, and it will turn the
deprecation warnings into errors, giving you the full backtrace.
```

[1] https://github.com/puppetlabs/puppetlabs_spec_helper/#mock_with
[2] https://github.com/puppetlabs/puppetlabs_spec_helper/commit/493f0cbc1c96a3fa67591f3936430a70af74847f

Changed in puppet-vswitch:
importance: Undecided → Medium
assignee: nobody → Takashi Kajinami (kajinamit)
Changed in puppet-vswitch:
status: New → In Progress
Changed in puppet-trove:
importance: Undecided → Medium
assignee: nobody → Takashi Kajinami (kajinamit)
Changed in puppet-trove:
status: New → In Progress
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to puppet-swift (master)
Changed in puppet-swift:
status: New → In Progress
Changed in puppet-swift:
importance: Undecided → Medium
Changed in puppet-openstacklib:
importance: Undecided → Medium
assignee: nobody → Takashi Kajinami (kajinamit)
Changed in puppet-swift:
assignee: nobody → Takashi Kajinami (kajinamit)
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to puppet-sahara (master)
Changed in puppet-sahara:
status: New → In Progress
Changed in puppet-sahara:
assignee: nobody → Takashi Kajinami (kajinamit)
importance: Undecided → Medium
status: In Progress → New
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to puppet-mistral (master)
Changed in puppet-mistral:
status: New → In Progress
Changed in puppet-mistral:
assignee: nobody → Takashi Kajinami (kajinamit)
importance: Undecided → Medium
Changed in puppet-openstacklib:
status: New → In Progress
Changed in puppet-sahara:
status: New → In Progress
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to puppet-cinder (master)
Changed in puppet-cinder:
status: New → In Progress
Changed in puppet-cinder:
assignee: nobody → Takashi Kajinami (kajinamit)
importance: Undecided → Medium
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to puppet-glance (master)
Changed in puppet-glance:
status: New → In Progress
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to puppet-manila (master)
Changed in puppet-manila:
status: New → In Progress
Changed in puppet-glance:
assignee: nobody → Takashi Kajinami (kajinamit)
importance: Undecided → Medium
Changed in puppet-manila:
assignee: nobody → Takashi Kajinami (kajinamit)
importance: Undecided → Medium
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to puppet-ironic (master)
Changed in puppet-ironic:
status: New → In Progress
Changed in puppet-ironic:
assignee: nobody → Takashi Kajinami (kajinamit)
importance: Undecided → Medium
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to puppet-neutron (master)
Changed in puppet-neutron:
status: New → In Progress
Changed in puppet-neutron:
assignee: nobody → Takashi Kajinami (kajinamit)
importance: Undecided → Medium
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to puppet-nova (master)
Changed in puppet-nova:
status: New → In Progress
Changed in puppet-nova:
assignee: nobody → Takashi Kajinami (kajinamit)
importance: Undecided → Medium
Changed in puppet-openstack-extras:
assignee: nobody → Takashi Kajinami (kajinamit)
importance: Undecided → Medium
status: New → In Progress
Changed in puppet-murano:
assignee: nobody → Takashi Kajinami (kajinamit)
importance: Undecided → Medium
status: New → In Progress
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to puppet-murano (master)
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to puppet-manila (master)

Reviewed: https://review.opendev.org/c/openstack/puppet-manila/+/872093
Committed: https://opendev.org/openstack/puppet-manila/commit/7e852c8e8522bf3ee7c61d55d44e2ad53344cfc6
Submitter: "Zuul (22348)"
Branch: master

commit 7e852c8e8522bf3ee7c61d55d44e2ad53344cfc6
Author: Takashi Kajinami <email address hidden>
Date: Mon Jan 30 13:30:47 2023 +0900

    Replace mocha by rspec-mocks

    puppetlabs_spec_helper recommends rspec-mocks instead of mocha[1] and
    it uses rspec-mocks by default instead of mocha since v 5.0.0[2]

    This is the prep work to adapt to that migration.

    [1] https://github.com/puppetlabs/puppetlabs_spec_helper/#mock_with
    [2] https://github.com/puppetlabs/puppetlabs_spec_helper/commit/493f0cbc1c96a3fa67591f3936430a70af74847f

    Closes-Bug: #2004135
    Change-Id: I36b60ea96e5a2d53f58094679bbd0f65b73c2b9f

Changed in puppet-manila:
status: In Progress → Fix Released
Changed in puppet-glance:
status: In Progress → Fix Released
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to puppet-glance (master)

Reviewed: https://review.opendev.org/c/openstack/puppet-glance/+/872091
Committed: https://opendev.org/openstack/puppet-glance/commit/7b9c00a1d2b88d335019fb780e5afba5265cec3e
Submitter: "Zuul (22348)"
Branch: master

commit 7b9c00a1d2b88d335019fb780e5afba5265cec3e
Author: Takashi Kajinami <email address hidden>
Date: Mon Jan 30 13:23:36 2023 +0900

    Replace mocha by rspec-mocks

    puppetlabs_spec_helper recommends rspec-mocks instead of mocha[1] and
    it uses rspec-mocks by default instead of mocha since v 5.0.0[2]

    This is the prep work to adapt to that migration.

    [1] https://github.com/puppetlabs/puppetlabs_spec_helper/#mock_with
    [2] https://github.com/puppetlabs/puppetlabs_spec_helper/commit/493f0cbc1c96a3fa67591f3936430a70af74847f

    Closes-Bug: #2004135
    Change-Id: I3c6ee8bb85efcb2169a0248ce11e750991799d63

Changed in puppet-cinder:
status: In Progress → Fix Released
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to puppet-cinder (master)

Reviewed: https://review.opendev.org/c/openstack/puppet-cinder/+/872090
Committed: https://opendev.org/openstack/puppet-cinder/commit/710b668f91187b42c0836c7e4fabf3bc8f5086cc
Submitter: "Zuul (22348)"
Branch: master

commit 710b668f91187b42c0836c7e4fabf3bc8f5086cc
Author: Takashi Kajinami <email address hidden>
Date: Mon Jan 30 13:19:48 2023 +0900

    Replace mocha by rspec-mocks

    puppetlabs_spec_helper recommends rspec-mocks instead of mocha[1] and
    it uses rspec-mocks by default instead of mocha since v 5.0.0[2]

    This is the prep work to adapt to that migration.

    [1] https://github.com/puppetlabs/puppetlabs_spec_helper/#mock_with
    [2] https://github.com/puppetlabs/puppetlabs_spec_helper/commit/493f0cbc1c96a3fa67591f3936430a70af74847f

    Closes-Bug: #2004135
    Change-Id: I5baa93e0a994da7f3fafe79ce2a3e1d9232ce56e

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to puppet-ironic (master)

Reviewed: https://review.opendev.org/c/openstack/puppet-ironic/+/872094
Committed: https://opendev.org/openstack/puppet-ironic/commit/873ff536a637f43ddd69058e3e353f8f807b881d
Submitter: "Zuul (22348)"
Branch: master

commit 873ff536a637f43ddd69058e3e353f8f807b881d
Author: Takashi Kajinami <email address hidden>
Date: Mon Jan 30 13:38:40 2023 +0900

    Replace mocha by rspec-mocks

    puppetlabs_spec_helper recommends rspec-mocks instead of mocha[1] and
    it uses rspec-mocks by default instead of mocha since v 5.0.0[2]

    This is the prep work to adapt to that migration.

    [1] https://github.com/puppetlabs/puppetlabs_spec_helper/#mock_with
    [2] https://github.com/puppetlabs/puppetlabs_spec_helper/commit/493f0cbc1c96a3fa67591f3936430a70af74847f

    Closes-Bug: #2004135
    Change-Id: Ifc3ac7c3c755b1ffb14bfd149891b48a2a8b3142

Changed in puppet-ironic:
status: In Progress → Fix Released
Changed in puppet-vswitch:
status: In Progress → Fix Released
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to puppet-vswitch (master)

Reviewed: https://review.opendev.org/c/openstack/puppet-vswitch/+/872082
Committed: https://opendev.org/openstack/puppet-vswitch/commit/200c8f10e7d29ddaa01f74f239c28ab5c104ba4c
Submitter: "Zuul (22348)"
Branch: master

commit 200c8f10e7d29ddaa01f74f239c28ab5c104ba4c
Author: Takashi Kajinami <email address hidden>
Date: Mon Jan 30 10:26:36 2023 +0900

    Replace mocha by rspec-mocks

    puppetlabs_spec_helper recommends rspec-mocks instead of mocha[1] and
    it uses rspec-mocks by default instead of mocha since v 5.0.0[2]

    This is the prep work to adapt to that migration.

    [1] https://github.com/puppetlabs/puppetlabs_spec_helper/#mock_with
    [2] https://github.com/puppetlabs/puppetlabs_spec_helper/commit/493f0cbc1c96a3fa67591f3936430a70af74847f

    Closes-Bug: #2004135
    Change-Id: I843c72def83a79783d68c9bcf1036d9beddb0e5d

Changed in puppet-trove:
status: In Progress → Fix Released
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to puppet-trove (master)

Reviewed: https://review.opendev.org/c/openstack/puppet-trove/+/872084
Committed: https://opendev.org/openstack/puppet-trove/commit/57b862412e945b54cc6135c7768c993c0583e118
Submitter: "Zuul (22348)"
Branch: master

commit 57b862412e945b54cc6135c7768c993c0583e118
Author: Takashi Kajinami <email address hidden>
Date: Mon Jan 30 11:32:17 2023 +0900

    Replace mocha by rspec-mocks

    puppetlabs_spec_helper recommends rspec-mocks instead of mocha[1] and
    it uses rspec-mocks by default instead of mocha since v 5.0.0[2]

    This is the prep work to adapt to that migration.

    [1] https://github.com/puppetlabs/puppetlabs_spec_helper/#mock_with
    [2] https://github.com/puppetlabs/puppetlabs_spec_helper/commit/493f0cbc1c96a3fa67591f3936430a70af74847f

    Closes-Bug: #2004135
    Change-Id: Iff0c788f58592a24dcd6ad4cca7e46468fa82d00

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to puppet-neutron (master)

Reviewed: https://review.opendev.org/c/openstack/puppet-neutron/+/872095
Committed: https://opendev.org/openstack/puppet-neutron/commit/ed4c76373ae10ec9b53de8b9802c375052a72940
Submitter: "Zuul (22348)"
Branch: master

commit ed4c76373ae10ec9b53de8b9802c375052a72940
Author: Takashi Kajinami <email address hidden>
Date: Mon Jan 30 13:46:23 2023 +0900

    Replace mocha by rspec-mocks

    puppetlabs_spec_helper recommends rspec-mocks instead of mocha[1] and
    it uses rspec-mocks by default instead of mocha since v 5.0.0[2]

    This is the prep work to adapt to that migration.

    [1] https://github.com/puppetlabs/puppetlabs_spec_helper/#mock_with
    [2] https://github.com/puppetlabs/puppetlabs_spec_helper/commit/493f0cbc1c96a3fa67591f3936430a70af74847f

    Closes-Bug: #2004135
    Change-Id: If8bd21cfe760f7ba92af017981a39c80bdc2b676

Changed in puppet-neutron:
status: In Progress → Fix Released
Changed in puppet-mistral:
status: In Progress → Fix Released
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to puppet-mistral (master)

Reviewed: https://review.opendev.org/c/openstack/puppet-mistral/+/872089
Committed: https://opendev.org/openstack/puppet-mistral/commit/a495b646bef4244eb95ae02c394d3d544db7443d
Submitter: "Zuul (22348)"
Branch: master

commit a495b646bef4244eb95ae02c394d3d544db7443d
Author: Takashi Kajinami <email address hidden>
Date: Mon Jan 30 13:16:00 2023 +0900

    Replace mocha by rspec-mocks

    puppetlabs_spec_helper recommends rspec-mocks instead of mocha[1] and
    it uses rspec-mocks by default instead of mocha since v 5.0.0[2]

    This is the prep work to adapt to that migration.

    [1] https://github.com/puppetlabs/puppetlabs_spec_helper/#mock_with
    [2] https://github.com/puppetlabs/puppetlabs_spec_helper/commit/493f0cbc1c96a3fa67591f3936430a70af74847f

    Closes-Bug: #2004135
    Change-Id: I9056254a69cf58a4b30fefa246ace64042a70af7

Changed in puppet-murano:
status: In Progress → Fix Released
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to puppet-murano (master)

Reviewed: https://review.opendev.org/c/openstack/puppet-murano/+/872103
Committed: https://opendev.org/openstack/puppet-murano/commit/9566c770c0ebed0bd2525acc0301c3e5b766840a
Submitter: "Zuul (22348)"
Branch: master

commit 9566c770c0ebed0bd2525acc0301c3e5b766840a
Author: Takashi Kajinami <email address hidden>
Date: Mon Jan 30 18:43:10 2023 +0900

    Replace mocha by rspec-mocks

    puppetlabs_spec_helper recommends rspec-mocks instead of mocha[1] and
    it uses rspec-mocks by default instead of mocha since v 5.0.0[2]

    This is the prep work to adapt to that migration.

    [1] https://github.com/puppetlabs/puppetlabs_spec_helper/#mock_with
    [2] https://github.com/puppetlabs/puppetlabs_spec_helper/commit/493f0cbc1c96a3fa67591f3936430a70af74847f

    Closes-Bug: #2004135
    Change-Id: I48ce7e9537589cf15e600faa119160d003f23964

Changed in puppet-nova:
status: In Progress → Fix Released
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to puppet-nova (master)

Reviewed: https://review.opendev.org/c/openstack/puppet-nova/+/872096
Committed: https://opendev.org/openstack/puppet-nova/commit/ebaf17b8b59694ea7360bc4ec79a8ba9595b71a5
Submitter: "Zuul (22348)"
Branch: master

commit ebaf17b8b59694ea7360bc4ec79a8ba9595b71a5
Author: Takashi Kajinami <email address hidden>
Date: Mon Jan 30 13:54:43 2023 +0900

    Replace mocha by rspec-mocks

    puppetlabs_spec_helper recommends rspec-mocks instead of mocha[1] and
    it uses rspec-mocks by default instead of mocha since v 5.0.0[2]

    This is the prep work to adapt to that migration.

    [1] https://github.com/puppetlabs/puppetlabs_spec_helper/#mock_with
    [2] https://github.com/puppetlabs/puppetlabs_spec_helper/commit/493f0cbc1c96a3fa67591f3936430a70af74847f

    Closes-Bug: #2004135
    Change-Id: I5e822f07c79fe16baee90eebd557ee8d7ed1237d

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to puppet-swift (master)

Reviewed: https://review.opendev.org/c/openstack/puppet-swift/+/872087
Committed: https://opendev.org/openstack/puppet-swift/commit/feea648419d9688f0c8c4eed4c85d61a97d94123
Submitter: "Zuul (22348)"
Branch: master

commit feea648419d9688f0c8c4eed4c85d61a97d94123
Author: Takashi Kajinami <email address hidden>
Date: Mon Jan 30 13:05:55 2023 +0900

    Replace mocha by rspec-mocks

    puppetlabs_spec_helper recommends rspec-mocks instead of mocha[1] and
    it uses rspec-mocks by default instead of mocha since v 5.0.0[2]

    This is the prep work to adapt to that migration.

    [1] https://github.com/puppetlabs/puppetlabs_spec_helper/#mock_with
    [2] https://github.com/puppetlabs/puppetlabs_spec_helper/commit/493f0cbc1c96a3fa67591f3936430a70af74847f

    Closes-Bug: #2004135
    Change-Id: I47b660d1713b394a2dd72a24a87b614d551fe802

Changed in puppet-swift:
status: In Progress → Fix Released
Changed in puppet-sahara:
status: In Progress → Fix Released
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to puppet-sahara (master)

Reviewed: https://review.opendev.org/c/openstack/puppet-sahara/+/872088
Committed: https://opendev.org/openstack/puppet-sahara/commit/aee89870e6d99baee12dabd138baf86574938418
Submitter: "Zuul (22348)"
Branch: master

commit aee89870e6d99baee12dabd138baf86574938418
Author: Takashi Kajinami <email address hidden>
Date: Mon Jan 30 13:13:16 2023 +0900

    Replace mocha by rspec-mocks

    puppetlabs_spec_helper recommends rspec-mocks instead of mocha[1] and
    it uses rspec-mocks by default instead of mocha since v 5.0.0[2]

    This is the prep work to adapt to that migration.

    [1] https://github.com/puppetlabs/puppetlabs_spec_helper/#mock_with
    [2] https://github.com/puppetlabs/puppetlabs_spec_helper/commit/493f0cbc1c96a3fa67591f3936430a70af74847f

    Closes-Bug: #2004135
    Change-Id: I6336a8fbf1a2ca5036740086d9a5ac13a5a28113

Changed in puppet-keystone:
assignee: nobody → Takashi Kajinami (kajinamit)
importance: Undecided → Medium
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to puppet-keystone (master)
Changed in puppet-keystone:
status: New → In Progress
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to puppet-keystone (master)

Reviewed: https://review.opendev.org/c/openstack/puppet-keystone/+/873367
Committed: https://opendev.org/openstack/puppet-keystone/commit/0f8158a399c84978ad7052dcda4390de47d10025
Submitter: "Zuul (22348)"
Branch: master

commit 0f8158a399c84978ad7052dcda4390de47d10025
Author: Takashi Kajinami <email address hidden>
Date: Fri Feb 10 22:00:56 2023 +0900

    Replace mocha by rspec-mocks

    puppetlabs_spec_helper recommends rspec-mocks instead of mocha[1] and
    it uses rspec-mocks by default instead of mocha since v 5.0.0[2]

    This is the prep work to adapt to that migration.

    [1] https://github.com/puppetlabs/puppetlabs_spec_helper/#mock_with
    [2] https://github.com/puppetlabs/puppetlabs_spec_helper/commit/493f0cbc1c96a3fa67591f3936430a70af74847f

    Closes-Bug: #2004135
    Change-Id: Idfb4d8344af472aec0c6bbdd9b3600eedd17eb46

Changed in puppet-keystone:
status: In Progress → Fix Released
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/puppet-cinder 22.0.0

This issue was fixed in the openstack/puppet-cinder 22.0.0 release.

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/puppet-glance 22.0.0

This issue was fixed in the openstack/puppet-glance 22.0.0 release.

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/puppet-ironic 22.0.0

This issue was fixed in the openstack/puppet-ironic 22.0.0 release.

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/puppet-keystone 22.0.0

This issue was fixed in the openstack/puppet-keystone 22.0.0 release.

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/puppet-manila 22.0.0

This issue was fixed in the openstack/puppet-manila 22.0.0 release.

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/puppet-mistral 22.0.0

This issue was fixed in the openstack/puppet-mistral 22.0.0 release.

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/puppet-murano 22.0.0

This issue was fixed in the openstack/puppet-murano 22.0.0 release.

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/puppet-neutron 22.0.0

This issue was fixed in the openstack/puppet-neutron 22.0.0 release.

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/puppet-nova 22.0.0

This issue was fixed in the openstack/puppet-nova 22.0.0 release.

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/puppet-openstack_extras 22.0.0

This issue was fixed in the openstack/puppet-openstack_extras 22.0.0 release.

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/puppet-openstacklib 22.0.0

This issue was fixed in the openstack/puppet-openstacklib 22.0.0 release.

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/puppet-sahara 22.0.0

This issue was fixed in the openstack/puppet-sahara 22.0.0 release.

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/puppet-swift 22.0.0

This issue was fixed in the openstack/puppet-swift 22.0.0 release.

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/puppet-trove 22.0.0

This issue was fixed in the openstack/puppet-trove 22.0.0 release.

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/puppet-vswitch 18.0.0

This issue was fixed in the openstack/puppet-vswitch 18.0.0 release.

Changed in puppet-openstacklib:
status: In Progress → Fix Released
Changed in puppet-openstack-extras:
status: In Progress → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.