Package rosdeb :: Module targets
[frames] | no frames]

Source Code for Module rosdeb.targets

 1  os_platform = { 
 2      'testing': ['lucid', 'maverick'], 
 3      'unstable': ['lucid', 'oneiric'], 
 4      'groovy': ['oneiric', 'precise', 'quantal'], 
 5      'fuerte': ['lucid', 'oneiric', 'precise'], 
 6      'electric': ['lucid', 'maverick', 'natty', 'oneiric'], 
 7      'diamondback': ['lucid', 'maverick', 'natty'], 
 8      'cturtle': ['lucid', 'maverick', 'karmic'], 
 9  # no longer supported 
10  #    'boxturtle': ['hardy', 'intrepid', 'jaunty', 'karmic'],     
11  } 
12   
13  os_test_platform = { 
14      'testing': ['lucid', 'maverick'], 
15      'unstable': ['lucid', 'oneiric'], 
16      'groovy': ['oneiric', 'precise'], 
17      'fuerte': ['lucid', 'oneiric', 'precise'], 
18      'electric': ['lucid', 'natty', 'oneiric'], 
19      'diamondback': ['lucid', 'natty'], 
20      'cturtle': ['lucid', 'maverick', 'karmic'], 
21  } 
22