Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

catkin_prepare_release is fragile if multiple remotes setup #450

Closed
tfoote opened this issue Jun 27, 2013 · 3 comments
Closed

catkin_prepare_release is fragile if multiple remotes setup #450

tfoote opened this issue Jun 27, 2013 · 3 comments
Assignees
Labels

Comments

@tfoote
Copy link
Member

tfoote commented Jun 27, 2013

I have two remotes setup and it seems to be doing poorly with that. Hopefully it could at least catch that and degrade gracefully, letting me do the push, and just changing the package.xml for me.

tfoote@BigFoote:~/work/geometry_experimental/src/geometry_experimental$ catkin_prepare_release --bump minor
Repository type: git
Found packages: tf2_geometry_msgs, tf2_bullet, geometry_experimental, tf2_tools, tf2_py, test_tf2, tf2_ros, tf2, tf2_msgs, tf2_kdl
<string>:136: (ERROR/3) Unknown target name: "cache_time".
Warning: the following packages do not have a changelog file or entry for the to be released version: tf2_py
Continue without changelogs [y/N]?y
fatal: 'origin
tfoote' does not appear to be a git repository
fatal: The remote end hung up unexpectedly
Failed to push to repository: Command '['/usr/bin/git', 'push', 'origin\ntfoote', 'finish_catkinzing']' returned non-zero exit status 128
@dirk-thomas
Copy link
Member

Please provide an example repo or describe your repository in detail to be able to reproduce it.

@tfoote
Copy link
Member Author

tfoote commented Jun 27, 2013

origin git@github.com:ros/geometry_experimental.git (fetch)
origin git@github.com:ros/geometry_experimental.git (push)
tfoote git@github.com:tfoote/geometry_experimental.git (fetch)
tfoote git@github.com:tfoote/geometry_experimental.git (push)

I'm on a feature branch
tfoote/finish_catkinizing which is being pushed to origin/hydro-devel

@tfoote
Copy link
Member Author

tfoote commented Jun 27, 2013

$git remote show
origin
tfoote
$ git rev-parse --abbrev-ref HEAD
finish_catkinzing

@ghost ghost assigned dirk-thomas Jun 27, 2013
@dirk-thomas dirk-thomas removed the minor label Feb 18, 2014
cwecht pushed a commit to cwecht/catkin that referenced this issue Mar 20, 2018
Add mentions of the offline node and the occupancy grid node.

Fixes ros#448.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants