Merge lp://qastaging/~angeloc/ubuntu-community-accomplishments/fix-for-scripts into lp://qastaging/~ubuntu-community-accomplishments-reviewers/ubuntu-community-accomplishments/0.1

Proposed by Angelo Compagnucci
Status: Merged
Merge reported by: Angelo Compagnucci
Merged at revision: not available
Proposed branch: lp://qastaging/~angeloc/ubuntu-community-accomplishments/fix-for-scripts
Merge into: lp://qastaging/~ubuntu-community-accomplishments-reviewers/ubuntu-community-accomplishments/0.1
Prerequisite: lp://qastaging/~angeloc/ubuntu-community-accomplishments/fix-for-951828
Diff against target: 291 lines (+17/-63)
16 files modified
accomplishments/ubuntu-community/en/first-branch-merged.accomplishment (+1/-1)
scripts/ubuntu-community/community-council-member.py (+1/-4)
scripts/ubuntu-community/core-dev.py (+1/-4)
scripts/ubuntu-community/first-branch-merged.py (+1/-4)
scripts/ubuntu-community/first-bug-confirmed.py (+1/-4)
scripts/ubuntu-community/fridge-editor.py (+1/-4)
scripts/ubuntu-community/juju-charm-contributor.py (+1/-4)
scripts/ubuntu-community/juju-charm-reviewer.py (+1/-4)
scripts/ubuntu-community/loco-council-member.py (+1/-4)
scripts/ubuntu-community/member-loco-team.py (+1/-4)
scripts/ubuntu-community/motu.py (+1/-4)
scripts/ubuntu-community/registered-on-launchpad.py (+2/-5)
scripts/ubuntu-community/report-first-bug.py (+1/-4)
scripts/ubuntu-community/signed-code-of-conduct.py (+1/-4)
scripts/ubuntu-community/technical-board-member.py (+1/-4)
scripts/ubuntu-community/ubuntu-member.py (+1/-5)
To merge this branch: bzr merge lp://qastaging/~angeloc/ubuntu-community-accomplishments/fix-for-scripts
Reviewer Review Type Date Requested Status
Jono Bacon Needs Fixing
Review via email: mp+103894@code.qastaging.launchpad.net
To post a comment you must log in.
Revision history for this message
Jono Bacon (jonobacon) wrote :

Hi Angelo,

I am not sure what this merge proposal is doing. From what I can tell everything is working great with the First Bazaar Branch merged. Can you explain what your contribution here does?

Thanks!

review: Needs Information
Revision history for this message
Angelo Compagnucci (angeloc) wrote :

Hi Jono,

I'll explain with an example (comments are inline with code):

Opening registered-on-launchpad.py I can see:

----
import traceback, sys

from accomplishments.daemon import dbusapi

try:
    # wrong: sys double import, previously imported at the top
    # wrong: modules os, pwd, subprocess never used
    import sys, os, pwd, subprocess
    # should be at the top
    from launchpadlib.launchpad import Launchpad
---

I made this chages in each file that had a problem.

Hope this helps!

2012/4/28 Jono Bacon <email address hidden>

> Review: Needs Information
>
> Hi Angelo,
>
> I am not sure what this merge proposal is doing. From what I can tell
> everything is working great with the First Bazaar Branch merged. Can you
> explain what your contribution here does?
>
> Thanks!
> --
>
> https://code.launchpad.net/~angeloc/ubuntu-community-accomplishments/fix-for-scripts/+merge/103894
> You are the owner of
> lp:~angeloc/ubuntu-community-accomplishments/fix-for-scripts.
>

--
Profile: http://it.linkedin.com/in/compagnucciangelo

Revision history for this message
Jono Bacon (jonobacon) wrote :

Thanks, Angelo! I have to run out now, but I will take a look at this when I get back. Thanks! :-)

Revision history for this message
Jono Bacon (jonobacon) wrote :

Thanks for your contributions here, Angelo!

Everything here worked great apart from one issue when running registered-on-launchpad.py:

Traceback (most recent call last):
  File "registered-on-launchpad.py", line 5, in <module>
    from launchpadlib.launchpad import Launchpadbzr
ImportError: cannot import name Launchpadbzr

should that line be:

    from launchpadlib.launchpad import Launchpadbzr

Thanks!

review: Needs Fixing
83. By Angelo Compagnucci

modified:
  scripts/ubuntu-community/registered-on-launchpad.py
   Fixed typo

Revision history for this message
Angelo Compagnucci (angeloc) wrote :

Done,

It was the bzr command that slipped into the wrong windows right before the
commit and after the tests. Re-tested all the script, now they are working.

Thanks.

2012/5/4 Jono Bacon <email address hidden>

> Review: Needs Fixing
>
> Thanks for your contributions here, Angelo!
>
> Everything here worked great apart from one issue when running
> registered-on-launchpad.py:
>
> Traceback (most recent call last):
> File "registered-on-launchpad.py", line 5, in <module>
> from launchpadlib.launchpad import Launchpadbzr
> ImportError: cannot import name Launchpadbzr
>
> should that line be:
>
> from launchpadlib.launchpad import Launchpadbzr
>
> Thanks!
> --
>
> https://code.launchpad.net/~angeloc/ubuntu-community-accomplishments/fix-for-scripts/+merge/103894
> You are the owner of
> lp:~angeloc/ubuntu-community-accomplishments/fix-for-scripts.
>

--
Profile: http://it.linkedin.com/in/compagnucciangelo

Revision history for this message
Jono Bacon (jonobacon) wrote :

Thanks, Angelo! Merged! :-)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
The diff is not available at this time. You can reload the page or download it.

Subscribers

People subscribed via source and target branches

to all changes: