]> git.donarmstrong.com Git - debbugs.git/blob - examples/debian/versions/update-mldbm
build-versions-db was given the wrong path on buxtehude
[debbugs.git] / examples / debian / versions / update-mldbm
1 #! /bin/sh
2 set -e
3
4 cd /org/bugs.debian.org/versions/indices
5
6 ../bin/build-versions-db versions.idx.new versions_time.idx.new \
7                          /etc/debbugs/indices/ftp \
8                          oldstable stable proposed-updates \
9                          testing \
10                          testing-proposed-updates \
11                          unstable \
12                          experimental;