mirror of
https://github.com/clementine-player/Clementine
synced 2025-01-23 16:01:43 +01:00
Add saucy to the codesite upload script
This commit is contained in:
parent
b34da7cb00
commit
343414c52d
4
dist/googlecode_upload_all.py
vendored
4
dist/googlecode_upload_all.py
vendored
@ -28,6 +28,7 @@ LABELS = {
|
|||||||
"precise": ["Distro-Ubuntu"],
|
"precise": ["Distro-Ubuntu"],
|
||||||
"quantal": ["Distro-Ubuntu"],
|
"quantal": ["Distro-Ubuntu"],
|
||||||
"raring": ["Distro-Ubuntu"],
|
"raring": ["Distro-Ubuntu"],
|
||||||
|
"saucy": ["Distro-Ubuntu"],
|
||||||
"squeeze": ["Distro-Debian"],
|
"squeeze": ["Distro-Debian"],
|
||||||
"wheezy": ["Distro-Debian"],
|
"wheezy": ["Distro-Debian"],
|
||||||
}
|
}
|
||||||
@ -56,6 +57,7 @@ DESCRIPTIONS = {
|
|||||||
("deb", "precise"): "for Ubuntu Precise (12.04)",
|
("deb", "precise"): "for Ubuntu Precise (12.04)",
|
||||||
("deb", "quantal"): "for Ubuntu Quantal (12.10)",
|
("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", "squeeze"): "for Debian Squeeze",
|
||||||
("deb", "wheezy"): "for Debian Wheezy",
|
("deb", "wheezy"): "for Debian Wheezy",
|
||||||
("rpm", "fc18"): "for Fedora 18",
|
("rpm", "fc18"): "for Fedora 18",
|
||||||
@ -74,6 +76,8 @@ RELEASES = [
|
|||||||
("deb", "quantal", 64),
|
("deb", "quantal", 64),
|
||||||
("deb", "raring", 32),
|
("deb", "raring", 32),
|
||||||
("deb", "raring", 64),
|
("deb", "raring", 64),
|
||||||
|
("deb", "saucy", 32),
|
||||||
|
("deb", "saucy", 64),
|
||||||
("deb", "squeeze", 32),
|
("deb", "squeeze", 32),
|
||||||
("deb", "squeeze", 64),
|
("deb", "squeeze", 64),
|
||||||
("deb", "wheezy", 32),
|
("deb", "wheezy", 32),
|
||||||
|
Loading…
Reference in New Issue
Block a user