Add saucy to the codesite upload script

This commit is contained in:
David Sansome 2013-10-25 19:37:13 +11:00
parent b34da7cb00
commit 343414c52d
1 changed files with 5 additions and 1 deletions

View File

@ -28,6 +28,7 @@ LABELS = {
"precise": ["Distro-Ubuntu"],
"quantal": ["Distro-Ubuntu"],
"raring": ["Distro-Ubuntu"],
"saucy": ["Distro-Ubuntu"],
"squeeze": ["Distro-Debian"],
"wheezy": ["Distro-Debian"],
}
@ -55,7 +56,8 @@ DESCRIPTIONS = {
("deb", "lucid"): "for Ubuntu Lucid (10.04)",
("deb", "precise"): "for Ubuntu Precise (12.04)",
("deb", "quantal"): "for Ubuntu Quantal (12.10)",
("deb", "raring"): "for Ubuntu Raring (13.04)",
("deb", "raring"): "for Ubuntu Raring (13.04)",
("deb", "saucy"): "for Ubuntu Saucy (13.10)",
("deb", "squeeze"): "for Debian Squeeze",
("deb", "wheezy"): "for Debian Wheezy",
("rpm", "fc18"): "for Fedora 18",
@ -74,6 +76,8 @@ RELEASES = [
("deb", "quantal", 64),
("deb", "raring", 32),
("deb", "raring", 64),
("deb", "saucy", 32),
("deb", "saucy", 64),
("deb", "squeeze", 32),
("deb", "squeeze", 64),
("deb", "wheezy", 32),