From 4afa447b9c6c63d8d9cb7ef7018fc085313cf0e3 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sun, 25 Mar 2012 18:55:25 +0100 Subject: Make pbuilder accept again untrusted apt sources Since I almost always build with code.liw.fi, I should figure out how to get pbuilder trust it, but this is good enough for now. --- unperish | 1 + 1 file changed, 1 insertion(+) diff --git a/unperish b/unperish index 9ea2f07..cd60010 100755 --- a/unperish +++ b/unperish @@ -394,6 +394,7 @@ class Unperish(cliapp.Application): '--build', '--basetgz', path, '--buildresult', self.settings['build-area'], + '--allow-untrusted', '--logfile', logfile] if self.include_source(): argv.extend(['--debbuildopts', '-sa']) -- cgit v1.2.1