Add Quantal packages to the google code upload script

This commit is contained in:
David Sansome 2012-10-24 22:56:53 -07:00
parent d2bb2d7ac8
commit 750621b9e3
1 changed files with 4 additions and 0 deletions

View File

@ -29,6 +29,7 @@ LABELS = {
"natty": ["Distro-Ubuntu"],
"oneiric": ["Distro-Ubuntu"],
"precise": ["Distro-Ubuntu"],
"quantal": ["Distro-Ubuntu"],
"squeeze": ["Distro-Debian"],
}
@ -57,6 +58,7 @@ DESCRIPTIONS = {
("deb", "natty"): "for Ubuntu Natty (11.04)",
("deb", "oneiric"): "for Ubuntu Oneiric (11.10)",
("deb", "precise"): "for Ubuntu Precise (12.04)",
("deb", "quantal"): "for Ubuntu Quantal (12.10)",
("deb", "squeeze"): "for Debian Squeeze",
("rpm", "fc16"): "for Fedora 16",
("rpm", "fc17"): "for Fedora 17",
@ -76,6 +78,8 @@ RELEASES = [
("deb", "oneiric", 64),
("deb", "precise", 32),
("deb", "precise", 64),
("deb", "quantal", 32),
("deb", "quantal", 64),
("deb", "squeeze", 32),
("deb", "squeeze", 64),
("rpm", "fc16", 32),