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
Add a script to manage the ownership of the Linera crates (#3803)
## Motivation
Verify and modify the ownership of our crates in bulk
## Proposal
We create `scripts/owner.sh`
* This script works like the other package-related scripts but runs
`cargo owner`
* Because this command is potentially risky, we ask for the user to type
"yes"
## Test Plan
```
scripts/owner.sh packages.txt --list
```
0 commit comments