-
Using pyaml?
https://pypi.python.org/pypi/pyaml
```
> print pyaml.dump(data)
- git:
local-name: vcstools/wstool
uri: https://github.com/vcstools/wstool.git
- git:
local-name: vcstools/vcs…
-
```
% apt-cache show python-wstool
Package: python-wstool
Version: 0.1.8-1
Architecture: all
Maintainer: Tully Foote
Installed-Size: 241
Depends: python (>= 2.7), python (= 2.7.1-0ubuntu2), python-vc…
-
I'm not sure if I should be posting this on the `vcstool` repo or here. In following the Linux Development Setup guide wiki page, I ran into an issue of python 2.7 messing with python 3.4, even after …
-
```
tfoote@flicker:/tmp/ros_core_ws$ wstool -t src info
First argument must be name of a command: -t
wstool is a command to manipulate ROS workspaces. wstool replaces its predecessor rosinstall.
Off…
-
I found two problems with the "get_url" method (vcstools 0.1.37, ubuntu 14.04)
1) Documentation is inconsistent
2) The method returns empty URLs in some cases.
1:
In vcs_base, it's documented as
``…
-
I think `wstool update` can be enhanced with regular expression for locating repositories in workspace.
the behavior will be like:
```
% wstool update vcstools/*
[vcstools/wstool] Updating /Users/ken…
-
wstool supported the notion of using a uri to pull down a remote rosinstall file. It seems that vcstool should support taking a local file or pulling down a remote yaml file for the import command.
ghost updated
9 years ago
-
add `--update` option for doing update after `wstool set repo0`.
the behavior is like below:
```
$ wstool set vcstools-wstool https://github.com/vcstools/wstool.git --git -y --update
```
as equivale…
-
add `--clean` option for removing repository after `wstool rm repo0`.
the behavior is like below:
```
$ wstool rm vcstools-wstool --clean
```
as equivalent to
```
$ wstool rm vcstools-wstool
$ rm …
-
In the following scenario `wstool info` does not indicate the right status.
A rosinstall file contains a git repository without a specific version.
wstool checks out the default branch.
But when the …