We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When bob is used to build bob, there is no going back if it fails to build. This is due to https://github.com/balanced/bob/blob/master/bob/builders/ubuntu/__init__.py#L81-L85
for directory in (self.tmp_dir, self.target): self.run_command('sudo rm -rf {}'.format(directory)) self.run_command('sudo mkdir -p {}'.format(directory)) self.run_command('sudo chown {} {}'.format( getpass.getuser(), directory) )
Bob will blow away /opt/bob when it's trying to build the debian file.
/opt/bob
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When bob is used to build bob, there is no going back if it fails to build. This is due to https://github.com/balanced/bob/blob/master/bob/builders/ubuntu/__init__.py#L81-L85
Bob will blow away
/opt/bob
when it's trying to build the debian file.The text was updated successfully, but these errors were encountered: