On Sat, Oct 10, 2009 at 23:47, Andy Koppe <andy.ko...@gmail.com> wrote: > 2009/10/10 <paul.hermeneu...@gmail.com>: >> When I use the script above, it appears that the --site I specify is >> added to the list. However, using that entry always results in the >> failure message: >> >> Unable to get setup-2.ini from <http://mirrors.xmission.com> >> >> This happens for every --site, not just Xmission. > > You need the full path to the actual Cygwin mirror directory at the > site. Looks like http://mirrors.xmission.com/cygwin in this case. (I > agree this isn't obvious.) > > Andy
Many thanks, Andy. Your suggestion works. Any documentation you could point me to would be a help. I am wondering if there are any provisions for anything other than "install?" Perhaps you or someone is already doing this, so my suggestion may be moot. For each package, could the package name be prefixed by an operator to indicate what action to take? + install <default, assumes install if no operator specified as is done currently> - uninstall ~ reinstall ^ source --packages curl,-apache,+apache2,+apache2-devel,~bind,^httptunnel This line would indicate: install curl, uninstall apache, install apache2 and apache2-devel, reinstall bind, get source for httptunnel -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple