-
Notifications
You must be signed in to change notification settings - Fork 18
configure script shouldn't use sudo #222
Comments
Not the entire configure script is designed for sudo so if they sudo ./configure all the submodule permission on .git also get sudo which is not correct. From: Gord Tanner <[email protected]mailto:[email protected]> If the person needs to sudo to install global modules they should run: sudo ./configure Not everyone needs to run sudo to install global packages and if they do when they just run ./configure it will error out on its own telling them to run it with sudo. — This transmission (including any attachments) may contain confidential information, privileged material (including material protected by the solicitor-client or other applicable privileges), or constitute non-public information. Any use of this information by anyone other than the intended recipient is prohibited. If you have received this transmission in error, please immediately reply to the sender and delete this information from your system. Use, dissemination, distribution, or reproduction of this transmission by unintended recipients is not authorized and may be unlawful. |
Yeah, we could look at the
If it does we don't need to sudo to install global modules. The same problem you described with using |
sounds like a good change. cc' @jkeshavarzi for scm impact (if at all) |
So if i understand correctly, we will continue to use If this is what we want to do, we should update the issue description. Not 100% sure if this would affect SCM. They setup their builds pretty weird. Each build is run from an isolated virtual drive. |
If the person needs to sudo to install global modules they should run:
Not everyone needs to run sudo to install global packages and if they do when they just run
./configure
it will error out on its own telling them to run it with sudo.The text was updated successfully, but these errors were encountered: