severity 686818 wishlist tags 686818 wontfix thanks On Thu, Sep 06, 2012 at 05:46:13PM +0800, YunQiang Su wrote: > In /usr/bin/build-simple-cdd, the line 171 > > if [ -n "$security_mirror" ] && [ "true" = "$use_security_mirror" ]; then > > the -z should be -n
That would cause it to always use the default mirror no matter what mirror you asked it to use. To disable the use of a security mirror, you'll want to set in a configuration file: use_security_mirror=false live well, vagrant -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

