Skip to content
Snippets Groups Projects
  1. Mar 30, 2020
  2. Jan 24, 2020
  3. Nov 19, 2019
  4. Sep 21, 2019
  5. Aug 20, 2019
  6. Aug 14, 2019
  7. Jun 24, 2019
  8. May 06, 2019
  9. Apr 04, 2019
  10. Dec 18, 2018
  11. Dec 12, 2018
  12. Dec 11, 2018
    • Guilhem Saurel's avatar
    • Guilhem Saurel's avatar
      typo · 2c74a8f1
      Guilhem Saurel authored
      2c74a8f1
    • Guilhem Saurel's avatar
      robotpkg-test-rc: check conf & add py- packages · 4eb5eb99
      Guilhem Saurel authored
      Also add sot-talos to check everything
      4eb5eb99
    • Guilhem Saurel's avatar
      Merge remote-tracking branch 'origin' · 1c9e6b90
      Guilhem Saurel authored
      1c9e6b90
    • Guilhem Saurel's avatar
      Merge branch 'rc-candidates' into 'master' · 0cc1d60b
      Guilhem Saurel authored
      [robotpkg-test-rc] Add git submodule update
      
      See merge request !3
      0cc1d60b
    • Guilhem Saurel's avatar
      robotpkg-test-rc.py: testing sot-core & sot-dynamic-pinocchio for v2 · 639cc5f5
      Guilhem Saurel authored
      functionnal changes:
      - run `git pull` instead of `git clone` if the directory has already
        been cloned
      - add the `category` in the configuration tuple, as pinocchio is in
        `math` and not in `wip`
      - run `git submodule update` after branch change
      
      style changes:
      - constants can go out of the main class
      - make more use of the standard library:
          - argparse to improve cli options
          - logging to define verbosity level
          - pathlib used more, instead of os.path
          - use newer functions from subprocess, instead of Popen
      - add `env_join` helper to generate environment variables
      - add cli options:
          - robotpkg_root directory
          - -v / --verbose to increment logging level
          - -d / --delete to completely remove robotpkg_root
          - -c / --clean to remove robotpkg_base & work.$HOSTNAME directories
          - --robotpkg_git & --robotpkg_wip_git to use a custom one
          - --conf to append a custom robotpkg.conf file
      - use the `get` method of dict to provide a default
      - use the `cwd` parameter of subprocess functions instead of using
        os.chdir
      - use the `universal_newlines` of subprocess function instead of
        decoding bytes
      - use the `with` statement to perform I/O operations
      - use the `/` operator to join Path
      - remove things related to Bash
      - use $ROBOTPKG_BASE instead of $ROBOTPKG_ROOT/install
      - actually run the script only `if __name__ == '__main__'`
      639cc5f5
  13. Dec 10, 2018
  14. Oct 27, 2018
  15. Oct 26, 2018
  16. Oct 24, 2018
  17. Jun 25, 2018
  18. Jun 19, 2018
  19. Jun 18, 2018
  20. Jun 14, 2018
  21. Jun 12, 2018
Loading