]> git.donarmstrong.com Git - dak.git/blob - setup/core-init.d/050_overridetype
daklib/upload.py: Use common base class for all exception.
[dak.git] / setup / core-init.d / 050_overridetype
1 #!/bin/sh
2
3 set -e
4 set -u
5
6 echo "Creating override types"
7
8 psql -c "INSERT INTO override_type (type) VALUES ('deb')" >/dev/null
9 psql -c "INSERT INTO override_type (type) VALUES ('udeb')" >/dev/null
10 psql -c "INSERT INTO override_type (type) VALUES ('dsc')" >/dev/null
11