-
Trying to work out the new process for releasing and coming up with this error.
```
snorri@snorriwork64:/opt/rocon_tutorials-gdb$ git-bloom-release rosdebian groovy
###
### Running 'git bloom-import-…
-
I've identified two issues which broke roslocate functionality.
Firstly, a recent commit ignores the one expected error when querying a stackage:
https://github.com/vcstools/rosinstall/commit/bc58845…
-
Having a problem getting wstool to merge a http url to a rosinstall file from a private bitbucket account.
e.g.
```
> wstool init src /opt/ros/groovy
> wstool merge https://bitbucket.org/yujinrobot/…
-
When the source repository does not have a tag with the version number the message could be better than:
[git-bloom-import-upstream]: Exporting version 1.8.13
WARNING [vcstools] Command failed: 'git …
-
Hi,
The release tarballs at the pypi page do not appear to contain the documentation for the pacakge, ie, the docs folder. Could you please include it in the release tarballs. We're currently pulling…
-
While I agree that nested repositories (a working copy inside a working copy) are not a best practice, vcstools should support them to the extent that the underlying vcs systems do. Currently, vcstoo…
-
... when called by wstool on our .rosinstall file
WARNING [vcstools] Command failed: 'git clone --recursive git@github.com:willowgarage/interactive-manipulation-sandbox.git /home/matei/ros_sandbox/im…
-
This ROS answers question:
http://answers.ros.org/question/57693/wstool-init-fails/
exposes a traceback:
```
ubuntu:~/overlay_ws/src$ wstool init
Traceback (most recent call last):
File "/usr/bin…
-
https://bitbucket.org/jbohren/vcstools
Added a get_log(basename,limit) function to hg,git,svn VCS classes. It returns an array of dicts with VCS-independent labeling.
https://kforge.ros.org/vcstools…
-
Migrating from https://code.ros.org/trac/ros/ticket/3560
When rosinstalling with an rosinstall entry for git which does not spedify a version, calling rosinstall . again fails because "master"!="".
…