mirror of
https://github.com/clementine-player/Clementine
synced 2025-01-06 15:27:02 +01:00
Add saucy to the codesite upload script
This commit is contained in:
parent
b34da7cb00
commit
343414c52d
6
dist/googlecode_upload_all.py
vendored
6
dist/googlecode_upload_all.py
vendored
@ -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),
|
||||
|
Loading…
Reference in New Issue
Block a user