-
Notifications
You must be signed in to change notification settings - Fork 164
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add new configuration variable BUILD_JAIL_SILENTLY #887
base: master
Are you sure you want to change the base?
Conversation
I think we have too many options as is and complicate the interface. Defaulting to
|
I have MAKEWORLDARGS=" -s " in my poudriere.conf for years now so any solution would be fine to me. |
14cc927
to
6153920
Compare
I updated that way. |
6153920
to
76cd47d
Compare
76cd47d
to
9f0aa0a
Compare
9f0aa0a
to
65f1996
Compare
65f1996
to
4d962f6
Compare
4d962f6
to
60df684
Compare
60df684
to
4831e6c
Compare
4831e6c
to
5cd1824
Compare
5cd1824
to
f813e92
Compare
f813e92
to
c212c14
Compare
c212c14
to
595e7c8
Compare
595e7c8
to
403c9f0
Compare
403c9f0
to
173f23c
Compare
173f23c
to
ea607fc
Compare
ea607fc
to
d4d1c2f
Compare
d4d1c2f
to
9b8d2e3
Compare
9b8d2e3
to
18529e2
Compare
18529e2
to
9845cce
Compare
9845cce
to
3837777
Compare
3837777
to
a1f9bf2
Compare
Add '-s' option to MAKE_CMD unless '-v' option of 'poudriere' is specified. This means less messages are displayed while building/installing/updating jail from source tree.
a1f9bf2
to
460407c
Compare
Add new configuration variable
BUILD_JAIL_SILENTLY
. If you set it toyes
in poudriere.conf, then-s
option is passed to make(1) and therefore less messages are displayed when building/installing/updating jail from source tree. It affects only when you use either-b
or-m git|svn
option ofjail
command.