From 343414c52dc3d06120261b485e621d9d8a048112 Mon Sep 17 00:00:00 2001 From: David Sansome Date: Fri, 25 Oct 2013 19:37:13 +1100 Subject: [PATCH] Add saucy to the codesite upload script --- dist/googlecode_upload_all.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/dist/googlecode_upload_all.py b/dist/googlecode_upload_all.py index 150bdf4ae..dbb3500d5 100644 --- a/dist/googlecode_upload_all.py +++ b/dist/googlecode_upload_all.py @@ -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),