You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Makefile:126: warning: overriding recipe for target 'devenv'
Makefile:84: warning: ignoring old recipe for target 'devenv'
docker run -it --rm \
--name governance-devenv \
-e GITHUB_ORG=unikraft \
-v /home/matei/CDL/governance:/go/src/github.com/unikraft/governance \
ghcr.io/unikraft/governance:latest
Error: could not populate teams: could not read directory: open ./teams: no such file or directory
Usage:
governctl [flags]
governctl [command]
Available Commands:
completion generate the autocompletion script for the specified shell
help Help about any command
sync-pr Synchronise one or many Pull Requests
sync-teams Synchronise teams
Flags:
-D, --dry-run Do not perform any actual change
-E, --github-endpoint string Alternative GitHub API endpoint (usually GitHub enterprise)
-O, --github-org string GitHub organisation to manipulate
-S, --github-skip-ssl Skip SSL check with GitHub API endpoint
-T, --github-token string GitHub API token
-h, --help helpfor governctl
-l, --labels-dir string Path to the labels definition directory (default "./labels")
-r, --repos-dir string Path to the repos definition directory (default "./repos")
-t, --teams-dir string Path to the teams definition directory (default "./teams")
-j, --temp-dir string Temporary directory to store intermediate git clones
-v, --verbose Enable verbose logging
-V, --version Show version and quit
Use "governctl [command] --help"for more information about a command.
could not populate teams: could not read directory: open ./teams: no such file or directory
make: *** [Makefile:126: devenv] Error 1
The text was updated successfully, but these errors were encountered:
Aveam initial o eroare in momentul in care dadeam make devenv :
Am schimbat in Makefile, folosim latest in loc de devenv (ultima linie)
Acum eroarea apare asa:
The text was updated successfully, but these errors were encountered: