Skip to content

Commit

Permalink
add ament_virtualenv (ros#22720)
Browse files Browse the repository at this point in the history
* Added ament_virtualenv entries for dashing and crystal.

* Added list of included packages (based on bloom).

* Changed the package order trying to solve failed CI tests.

* Removed crystal release to avoid issues with Travis CI checks.

* Updated for new release attempt.

* Changed the version number increment to match release version.

* Changed order of package listing (alphabetically ordered)
  • Loading branch information
max-krichenbauer authored and nuclearsandwich committed Dec 3, 2019
1 parent ef6cc49 commit 81370a0
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 0 deletions.
18 changes: 18 additions & 0 deletions crystal/distribution.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,24 @@ repositories:
url: https://github.com/ament/ament_package.git
version: crystal
status: maintained
ament_virtualenv:
doc:
type: git
url: https://github.com/esol-community/ament_virtualenv.git
version: master
release:
packages:
- ament_cmake_virtualenv
- ament_virtualenv
tags:
release: release/dashing/{package}/{version}
url: https://github.com/esol-community/ament_virtualenv-release.git
version: 0.0.2-1
source:
type: git
url: https://github.com/esol-community/ament_virtualenv.git
version: master
status: developed
angles:
doc:
type: git
Expand Down
18 changes: 18 additions & 0 deletions dashing/distribution.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,24 @@ repositories:
url: https://github.com/ament/ament_package.git
version: dashing
status: developed
ament_virtualenv:
doc:
type: git
url: https://github.com/esol-community/ament_virtualenv.git
version: master
release:
packages:
- ament_cmake_virtualenv
- ament_virtualenv
tags:
release: release/dashing/{package}/{version}
url: https://github.com/esol-community/ament_virtualenv-release.git
version: 0.0.2-1
source:
type: git
url: https://github.com/esol-community/ament_virtualenv.git
version: master
status: developed
angles:
doc:
type: git
Expand Down

0 comments on commit 81370a0

Please sign in to comment.