File: update-mldbm

package info (click to toggle)
debbugs 2.6.4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,800 kB
  • sloc: perl: 19,270; makefile: 81; sh: 75
file content (13 lines) | stat: -rwxr-xr-x 366 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
#! /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;