commit | 5760bf30367e13a4aa0bef98f1a443e13a4668cd | [log] [tgz] |
---|---|---|
author | Cosmos Nicolaou <cnicolaou@google.com> | Tue Apr 19 17:09:24 2016 -0700 |
committer | Cosmos Nicolaou <cnicolaou@google.com> | Wed Apr 20 16:20:29 2016 +0000 |
tree | a104e3c98a933c9d144587ef7ca88cf5544d5847 | |
parent | 73ebef5cb116396bf23c7be385b633771e9ca57b [diff] |
v.io/jiri: split out installation of os packages This CL adds the os-packages subcommand to jiri profile. The os-packages command is used to list and optionally install OS packages required by the specified profiles. This avoids the need to run all of the jiri profile install commands as root, rather only the output of jiri profile os-packages needs to be run as root. Eg: sudo $(jiri profile os-packages) or: sudo jiri profile os-packages --install-packages MultiPart: 2/2 Change-Id: Ibd9608d39107a3baa7d389dfe78d2c181503e0d1
This repository contains developer tools used to install and contribute to Vanadium.
For more information, see the installation and contributing instructions.
This repository is fetched and the tools are built as part of the Vanadium installation process for contributors.