Alex Van Damme | f288574 | 2018-08-22 10:52:58 -0700 | [diff] [blame] | 1 | # this is your configuration file for pbuilder. |
| 2 | # the file in /usr/share/pbuilder/pbuilderrc is the default template. |
| 3 | # /etc/pbuilderrc is the one meant for overwriting defaults in |
| 4 | # the default template |
| 5 | # |
| 6 | # read pbuilderrc.5 document for notes on specific options. |
June Tate-Gans | 2f2e2af | 2019-04-09 18:45:43 -0700 | [diff] [blame] | 7 | OTHERMIRROR="deb https://packages.cloud.google.com/apt mendel-chef main|deb https://packages.cloud.google.com/apt mendel-bsp-$BOARD_NAME-chef main" |
Alex Van Damme | f288574 | 2018-08-22 10:52:58 -0700 | [diff] [blame] | 8 | PBUILDERSATISFYDEPENDSCMD=/usr/lib/pbuilder/pbuilder-satisfydepends-apt |
Jonas Larsson | 96904a0 | 2018-08-27 11:31:57 -0700 | [diff] [blame] | 9 | export DEPSBASE=$PRODUCT_OUT/packages |
Alex Van Damme | 5fe4db4 | 2018-08-22 15:42:26 -0700 | [diff] [blame] | 10 | BINDMOUNTS="$DEPSBASE $ROOTDIR" |
Jonas Larsson | e49f453 | 2018-08-26 00:12:27 -0700 | [diff] [blame] | 11 | APTCACHE=$ROOTDIR/cache/pbuilder_apt |
| 12 | APTCACHEHARDLINK=no |
| 13 | BUILDPLACE=$PRODUCT_OUT/obj/PBUILDER |
Alex Van Damme | 1b80bc5 | 2018-09-14 16:36:53 -0700 | [diff] [blame] | 14 | USENETWORK=yes |