- Aug 05, 2020
-
-
Guilhem Saurel authored
-
- Jun 12, 2020
-
-
Guilhem Saurel authored
-
- Jun 01, 2020
-
-
Guilhem Saurel authored
-
- May 26, 2020
-
-
Guilhem Saurel authored
-
- May 07, 2020
-
-
Guilhem Saurel authored
-
- Apr 28, 2020
-
-
Guilhem Saurel authored
-
Guilhem Saurel authored
-
- Apr 23, 2020
-
-
Guilhem Saurel authored
-
- Apr 22, 2020
-
-
Guilhem Saurel authored
-
- Apr 14, 2020
-
-
Guilhem Saurel authored
-
- Apr 03, 2020
-
-
Guilhem Saurel authored
- without cache: [+] Building 559.6s (12/12) FINISHED - with ccache: [+] Building 30.7s (12/12) FINISHED - with docker cache: [+] Building 3.4s (12/12) FINISHED
-
Guilhem Saurel authored
-
- Mar 31, 2020
-
-
Guilhem Saurel authored
-
Guilhem Saurel authored
-
Guilhem Saurel authored
-
Guilhem Saurel authored
-
- Mar 30, 2020
-
-
Guilhem Saurel authored
-
- Jan 24, 2020
-
-
Guilhem Saurel authored
-
- Nov 19, 2019
-
-
Guilhem Saurel authored
-
Guilhem Saurel authored
-
- Sep 21, 2019
-
-
Guilhem Saurel authored
-
- Aug 20, 2019
-
-
Guilhem Saurel authored
-
Guilhem Saurel authored
-
- Aug 14, 2019
-
-
Guilhem Saurel authored
-
Guilhem Saurel authored
-
- Jun 24, 2019
-
-
Guilhem Saurel authored
-
- May 06, 2019
-
-
Guilhem Saurel authored
-
Guilhem Saurel authored
-
Guilhem Saurel authored
-
Guilhem Saurel authored
-
- Apr 04, 2019
-
-
Guilhem Saurel authored
-
- Dec 18, 2018
-
-
Guilhem Saurel authored
-
- Dec 12, 2018
-
-
Guilhem Saurel authored
-
- Dec 11, 2018
-
-
Guilhem Saurel authored
-
Guilhem Saurel authored
-
Guilhem Saurel authored
Also add sot-talos to check everything
-
Guilhem Saurel authored
-
Guilhem Saurel authored
[robotpkg-test-rc] Add git submodule update See merge request !3
-
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__'`
-
- Dec 10, 2018
-
-
Guilhem Saurel authored
-