From: Adam Dickmeiss Date: Wed, 4 Apr 2012 12:19:54 +0000 (+0200) Subject: pbuilder: allow untrusted sources, disable ccache X-Git-Url: http://lists.indexdata.dk/?a=commitdiff_plain;h=cfa89cf5700d5456f13bb9b7d9834c887be62405;p=git-tools-moved-to-github.git pbuilder: allow untrusted sources, disable ccache We allow untrusted sources, so we can get packages from our own repository. Earlier versions of Debian or pbuilder did it get them anyway; but not anymore. Also disabling ccache because we now get mysterious errors. Probably a ccache bug, but we don't care. --- diff --git a/id-deb-build/pbuilderrc b/id-deb-build/pbuilderrc index f956d9b..169a190 100644 --- a/id-deb-build/pbuilderrc +++ b/id-deb-build/pbuilderrc @@ -13,6 +13,8 @@ BASETGZ="`dirname $BASETGZ`/$NAME-base.tgz" #BUILDRESULT="/var/cache/pbuilder/$NAME/result/" BUILDRESULT="$NAME" APTCACHE="/var/cache/pbuilder/$NAME/aptcache/" +ALLOWUNTRUSTED=yes +CCACHEDIR= # http://releases.ubuntu.com/releases/ case "$DIST" in