On 8/8/2012 9:40 AM, Corinna Vinschen wrote:
On Aug  6 20:06, Warren Young wrote:
$ cd .../release
$ wget -e robots=off -X from-box --cut-dirs=1 -np -nH -A'*3.7.13-1*' \
     -r http://etr-usa.com/cygwin/sqlite3/

That should populate the release/sqlite3 sub-tree correctly.

Not entirely.  The new sqlite3-debuginfo package just lingers in the
top-level sqlite3 directory.  It's supposed to go into its own
sqlite3-debuginfo subdir with its own setup.hint file, which has been
generated by cygport (should be under dist/sqlite3/sqlite3-debuginfo).

Okay, thanks for the clues. I've fixed this. It's automated on my end now, so it shouldn't happen again.

Why don't you create custom setup.hint files with prev, curr and
test entries, so that the new 3.7.13-1 is "test" for now?

Done.  New wget command, to slurp setup.hint files, too:

wget -e robots=off -X from-box --cut-dirs=1 -np -nH \
    -A'*3.7.13-1*,setup.hint' -r http://etr-usa.com/cygwin/sqlite3/

Reply via email to