Update upload script for FC17.

(cherry picked from commit 9b50c86845)
This commit is contained in:
John Maguire 2012-09-25 13:38:46 +02:00
parent 65503f63fc
commit f4f4d5d4a9
1 changed files with 3 additions and 3 deletions

View File

@ -58,8 +58,8 @@ DESCRIPTIONS = {
("deb", "oneiric"): "for Ubuntu Oneiric (11.10)",
("deb", "precise"): "for Ubuntu Precise (12.04)",
("deb", "squeeze"): "for Debian Squeeze",
("rpm", "fc15"): "for Fedora 15",
("rpm", "fc16"): "for Fedora 16",
("rpm", "fc17"): "for Fedora 17",
("exe", None): "for Windows",
("dmg", None): "for Mac OS X",
("tar.gz", None): "source",
@ -78,10 +78,10 @@ RELEASES = [
("deb", "precise", 64),
("deb", "squeeze", 32),
("deb", "squeeze", 64),
("rpm", "fc15", 32),
("rpm", "fc15", 64),
("rpm", "fc16", 32),
("rpm", "fc16", 64),
("rpm", "fc17", 32),
("rpm", "fc17", 64),
("exe", None, None),
("dmg", None, None),
("tar.gz", None, None),