v2.5.0 Prerelease 1
Pre-release
Pre-release
Bugfixes
- fix snapshot-related commands
versions
,commit
andtag
(#171) - fix pip handling when env.sh has not explicitely been loaded.
- fix checking out a git-backed package with submodules when there is a tag, commit or a different branch than master
- make sure the git importer actually updates the references in
remotes/
New/changed experimental CLI Commands
These commands have been created to support the integration of autoproj-based workspaces (a.k.a. Rock) in VSCode. See https://github.com/rock-core/rock-vscode
- the
--tool
option now summarizes the errors at the end exec
: run a workspace executable, without needing to load env.sh first. E.g.$WORKSPACE_ROOT/.autoproj/bin/autoproj exec syskit run -rgazebo
which
: resolves an executable within the workspace's PATH, without loading env.sh firstwatch
: auto-update the env.sh and cache files that are used byexec
andwhich
. This speeds upexec
andwhich
noticeably.