File: pybit-debian.sql

package info (click to toggle)
pybit 1.0.0-4
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,512 kB
  • sloc: python: 5,088; xml: 497; sh: 411; perl: 349; sql: 197; makefile: 82
file content (12 lines) | stat: -rw-r--r-- 223 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
INSERT INTO distribution(name) VALUES ('Debian');

INSERT INTO format(name) VALUES ('deb');

INSERT INTO status(name) VALUES
	('Waiting'),
	('Blocked'),
	('Cancelled'),
	('Building'),
	('Failed'),
	('Uploaded'),
	('Done');