diff options
author | Junichi Uekawa <dancer@netfort.gr.jp> | 2009-12-27 05:16:11 +0900 |
---|---|---|
committer | Junichi Uekawa <dancer@netfort.gr.jp> | 2009-12-27 05:16:11 +0900 |
commit | c4ab4315db070188f3d35701579188674787aa0c (patch) | |
tree | 5dc68737da371a34df3924d23f5677debbdd6298 /pbuilderrc | |
parent | c29a2d66c6b2f58fc53cea3caad96ca7e828df65 (diff) | |
download | pbuilder-c4ab4315db070188f3d35701579188674787aa0c.tar pbuilder-c4ab4315db070188f3d35701579188674787aa0c.tar.gz |
pbuilderrc: --variant=buildd is temporarily broken, disable.
apt is marked as not build-essential, and we end up with a chroot
without apt, which is bad.
Diffstat (limited to 'pbuilderrc')
-rwxr-xr-x | pbuilderrc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -64,9 +64,9 @@ BUILDUSERNAME=pbuilder BINDMOUNTS="" # Set the debootstrap variant to 'buildd' type. -DEBOOTSTRAPOPTS[0]='--variant=buildd' +# DEBOOTSTRAPOPTS[0]='--variant=buildd' # or unset it to make it not a buildd type. -# unset DEBOOTSTRAPOPTS +unset DEBOOTSTRAPOPTS # Set the PATH I am going to use inside pbuilder: default is "/usr/sbin:/usr/bin:/sbin:/bin:/usr/X11R6/bin" export PATH="/usr/sbin:/usr/bin:/sbin:/bin:/usr/X11R6/bin" |