diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2014-11-06 17:01:00 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2014-11-06 17:01:00 -0200 |
commit | f7e86206f587b2ec1ab354e8c0e7336c54a243dc (patch) | |
tree | 77066fcbda3585d24d018ec6fd98fd8c751fba6f /pbuilderrc.dot.link | |
parent | 988fee6db67abce1b0220abd40a7a78f6f3ae5de (diff) | |
download | debian-f7e86206f587b2ec1ab354e8c0e7336c54a243dc.tar.gz debian-f7e86206f587b2ec1ab354e8c0e7336c54a243dc.tar.bz2 |
Pbuilder: support for local repository (2)
Diffstat (limited to 'pbuilderrc.dot.link')
-rw-r--r-- | pbuilderrc.dot.link | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pbuilderrc.dot.link b/pbuilderrc.dot.link index ce23a70..60a6106 100644 --- a/pbuilderrc.dot.link +++ b/pbuilderrc.dot.link @@ -34,9 +34,9 @@ if [ ! -z "$LOCALDEBS" ]; then mkdir -p $LOCALDEBS if [ ! -z "$OTHERMIRROR" ]; then - OTHERMIRROR="$OTHERMIRROR | deb file://${LOCALDEBS} ./" + OTHERMIRROR="$OTHERMIRROR | deb [trusted=yes] file://${LOCALDEBS} ./" else - OTHERMIRROR="deb file://${LOCALDEBS} ./" + OTHERMIRROR="deb [trusted=yes] file://${LOCALDEBS} ./" fi fi |