On Sat, Sep 15, 2007 at 11:43:06AM -0300, Tiago Bortoletto Vaz wrote: > When you don't set $mirror_tools, simple-cdd puts wget and reprepro: > > test -z "$mirror_tools" && mirror_tools="wget reprepro" > > ...but it makes impossible to create the local repository because of > this test: > > if [ -n "$local_packages" ] && [ -z "$(echo $mirror_tools | egrep > reprepro)" ]; then ... > > why using reprepro excludes the posibility of creating a local > repository? Is that correct?
because the reprepro mirror_tools script handles local packages itself, integrating the packages directly into the mirror. in most cases, a package not being included is due to inability to satisfy dependencies- either using packages outside of debian, or in some cases a dependency only being satisfyable by a virtual package (in the Provides section). live well, vagrant -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]