#! /bin/sh -e

cd /org/bugs.debian.org/versions/indices

ARCHIVES='ftp' # security -- should be included too, but too difficult to deal with

../bin/build-versions-db versions.idx versions_time.idx \
			 /srv/bugs.debian.org/versions/indices/ftp \
			 oldstable stable proposed-updates \
			 testing \
			 testing-proposed-updates \
			 unstable \
			 experimental;
