Skip to content
Snippets Groups Projects
  1. Mar 19, 2017
  2. Sep 02, 2016
  3. Jun 14, 2016
  4. Nov 11, 2015
  5. Oct 26, 2015
  6. Oct 12, 2015
  7. Jun 13, 2015
    • Lukas Bulwahn's avatar
      ros-comm: updating to 1.11.13 · 18c30e07
      Lukas Bulwahn authored
      This commit:
      - removes std-srvs and rosgraph-msgs recipes, as their sources
      now are located in the ros_comm_msgs repository.
      - adds a recipe for the new roslz4 package, which rosbag-storage
      depends on.
      - removes the patch that has been merged upstream.
      18c30e07
  8. Jan 21, 2015
  9. Sep 05, 2014
  10. Aug 19, 2014
    • Lukas Bulwahn's avatar
      making layout indentation use 4 spaces · 53796fc4
      Lukas Bulwahn authored
      The description is not indented after line breaks. All other
      information, i.e., the dependencies and SRCURI, are indented with
      four spaces after line breaks. Shell scripts are indented with
      multiples of four spaces.
      
      In recipes-ros, I located and checked for tabulators and spacing
      with these bash commands:
      
      egrep '^ [^ ]+' . --exclude *.patch -R
      egrep '^  [^ ]+' . --exclude *.patch -R
      egrep '^   [^ ]+' . --exclude *.patch -R
      egrep '^    [ ]+[^ ]+' . --exclude *.patch -R
      
      While going through the recipes and manually improving the layout,
      I also adjusted the descriptions to use maximal 100 characters
      per line.
      53796fc4
  11. Jun 23, 2014
  12. Mar 17, 2014
  13. Mar 04, 2014
Loading