Skip to content

Commit

Permalink
get the distros from targets.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
vrabaud committed Apr 11, 2012
1 parent 5203c01 commit 938f6a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/catkin-generate-debian
Expand Up @@ -50,7 +50,7 @@ def parse_options():
help='The full prefix ...')
parser.add_argument('--distros', nargs='+',
help='A list of debian distros. Default: %(default)s',
default=['lucid', 'oneiric', 'precise'])
default=[])

#ros specific stuff.
parser.add_argument('rosdistro', help='The ros distro. electric, fuerte, groovy')
Expand Down Expand Up @@ -229,7 +229,7 @@ def main(args):

debian_distros = args.distros
if not debian_distros:
debian_distros = rosdep2.catkin_support.get_ubuntu_targets()
debian_distros = rosdep2.catkin_support.get_ubuntu_targets(args.rosdistro)

tags = []
try:
Expand Down

0 comments on commit 938f6a2

Please sign in to comment.