-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
acbs: treat /tree as a "safe directory"
- This allows maintainers to build packages with correct version numbers, even if their /TREE is not owned by root (e.g. using regular user for development and SSH access). - Without this fix, ACBS will be unable to get commit, branch and working tree status (e.g. whether if it is in stable, to add extra version strings if TREE is in a topic branch) when the ABBS tree is not owned by root. * acbs/main: install safe.directory configuration if systemd-nspawn is detected (assuming it is a Ciel container instance). * acbs/utils: Add parameters to treat /tree as "safe directory".
- Loading branch information
1 parent
b9fbaf6
commit c129994
Showing
2 changed files
with
32 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters