Actions
Feature #1307
closedoi-build needs package-install target
Start date:
2011-07-31
Due date:
% Done:
0%
Estimated time:
1.00 h
Difficulty:
Bite-size
Tags:
needs-triage
Description
To assist with the Jenkins continuous integration effort, we should add a package-install target which installs the newly built component.
Updated by Alasdair Lumsden about 11 years ago
- Status changed from New to Resolved
Fixed in changeset:
http://hg.openindiana.org/oi-build/rev/7843d118427a
This adds a new macro, "package-install". This leverages "sudo pkg install" to do the install, so additional documentation about using this macro will be needed.
An example sudoers entry:
alasdair ALL= NOPASSWD: /usr/bin/pkg
Actions