G.A. vd. Hoorn

Results 1806 comments of G.A. vd. Hoorn

It's only a few lines of Python and fairly stand-alone. We could either patch older versions of Catkin with it -- after it has been cloned into the underlay workspace...

[This](https://github.com/ros/catkin/commit/913488427d2ff18b808764d1eaf38acead67e18f) is the commit in which `--only-pkg-with-deps` was added. That seems to also have introduced `get_package_names_with_recursive_dependencies(..)`, which is unfortunate, as that is the main piece of functionality we'd like to...

I think this should now work as @ChrisTimperley overrides the version of `catkin` when it is lower than what we need (#272). You'd need to rebase on current `master` @git-afsantos.

(Mental note for myself (I'll try to expand later): somehow use difference in dependencies between the `fixed` and the `buggy` versions of the PUT(s) to generate the two different `.rosinstall`...

Created `.rosinstall` file with current `master` of time machine. Command line: ``` rosinstall_generator_tm.sh "2013-12-03T08:22:18Z" hydro --deps --deps-only --tar tf2 > deps.rosinstall ``` timestamp retrieved using: ``` get_issue_creation_date.py https://github.com/ros/geometry2/issues/48 ```

Created `.rosinstall` file with current `master` of time machine. Command line: ``` rosinstall_generator_tm.sh "2013-11-04T08:27:53Z" hydro --deps --deps-only --tar tf2 tf2_ros > deps.rosinstall ``` timestamp retrieved using: ``` get_issue_creation_date.py https://github.com/ros/geometry2/pull/42 ```...

Retriggered the branch build as it seems to have desynced from GH's status indicators.

Note: the duplicated timestamps in `fix.time` and `time-machine.datetime` is on purpose (I would say since at least #270): the former captures the exact time a fix was committed, the latter...