← Back to team overview

openerp-community-reviewer team mailing list archive

Re: lp:~therp-nl/lp-community-utils/target_copy_from_shared_repository into lp:lp-community-utils

 

Review: Needs Fixing test

Maybe not related, but not working for me:

openeyedev@laptop01:~/var/oe_repo/checkouts/lp-community-utils/target_copy_from_shared_repository$ ./clone_mp_to_community.py --mp-url     https://code.launchpad.net/~therp-nl/openobject-addons/7.0_lp1266480_delivery_with_realtime-stock/+merge/200579     --target-copy         /home/openeyedev/var/oe_repo/branches/openobject-addons-7.0/openobject-addons-7.0
No handlers could be found for logger "bzr"
INFO: Searching for missing revisions between file:///tmp/user/1001/tmpI5LbEd/tmpwTnjF3/ and http://bazaar.launchpad.net/~therp-nl/openobject-addons/7.0_lp1266480_delivery_with_realtime-stock/
INFO: done
INFO: Searching for missing revisions between file:///tmp/user/1001/tmpI5LbEd/tmpwTnjF3/ and http://bazaar.launchpad.net/~openerp/openobject-addons/7.0/
INFO: done
INFO: 2 revisions not in the local tree
INFO: Replaying revision 9734 of http://bazaar.launchpad.net/~therp-nl/openobject-addons/7.0_lp1266480_delivery_with_realtime-stock/ (ronald@xxxxxxxx-20140106194410-a20mubbpw3eod8fe)
INFO: http://bazaar.launchpad.net/~therp-nl/openobject-addons/7.0_lp1266480_delivery_with_realtime-stock is permanently redirected to http://bazaar.launchpad.net/~therp-nl/openobject-addons/7.0_lp1266480_delivery_with_realtime-stock/changes
INFO:  M  stock/stock.py
INFO: All changes applied successfully.
Traceback (most recent call last):
  File "./clone_mp_to_community.py", line 301, in <module>
    sys.exit(main(sys.argv[1:]))
  File "./clone_mp_to_community.py", line 291, in main
    target_copy=arguments.target_copy)
  File "./clone_mp_to_community.py", line 184, in clone_merge_proposals
    replay_missing.main(replay_args)
  File "/home/openeyedev/var/oe_repo/checkouts/lp-community-utils/target_copy_from_shared_repository/replay_missing.py", line 195, in main
    do_nothing=arguments.do_nothing)
  File "/home/openeyedev/var/oe_repo/checkouts/lp-community-utils/target_copy_from_shared_repository/replay_missing.py", line 145, in replay_missing
    commit_missing(wt, oldrev, revid)
  File "/home/openeyedev/var/oe_repo/checkouts/lp-community-utils/target_copy_from_shared_repository/replay_missing.py", line 86, in commit_missing
    committer=committer, authors=authors)
  File "<string>", line 4, in commit_write_locked
  File "/usr/lib/python2.7/dist-packages/bzrlib/workingtree_4.py", line 218, in commit
    result = WorkingTree.commit(self, message, revprops, *args, **kwargs)
  File "<string>", line 4, in commit_write_locked
  File "/usr/lib/python2.7/dist-packages/bzrlib/mutabletree.py", line 211, in commit
    *args, **kwargs)
  File "/usr/lib/python2.7/dist-packages/bzrlib/commit.py", line 290, in commit
    lossy=lossy)
  File "/usr/lib/python2.7/dist-packages/bzrlib/cleanup.py", line 132, in run
    self.cleanups, self.func, self, *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.py", line 367, in _commit
    old_revno, old_revid, new_revno = self._check_out_of_date_tree()
  File "/usr/lib/python2.7/dist-packages/bzrlib/commit.py", line 590, in _check_out_of_date_tree
    raise errors.OutOfDateTree(self.work_tree)
bzrlib.errors.OutOfDateTree: Working tree is out of date, please run 'bzr update'.

As far as I can see the only local branch involved would be the --target-copy branch:
/home/openeyedev/var/oe_repo/branches/openobject-addons-7.0/openobject-addons-7.0
But this branch is fully up to date.
-- 
https://code.launchpad.net/~therp-nl/lp-community-utils/target_copy_from_shared_repository/+merge/201446
Your team OpenERP Community Reviewer/Maintainer is subscribed to branch lp:lp-community-utils.


References