From 61ee7468d91086a56acd313269186c410993f148 Mon Sep 17 00:00:00 2001 From: David Sansome Date: Sun, 13 Oct 2013 12:28:29 +1100 Subject: [PATCH] Add Lucid back to the list of packages to upload. We can deprecate it later. (cherry picked from commit b546dcba64a18cbfae9d2033ead0ff1526f287d8) --- dist/googlecode_upload_all.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dist/googlecode_upload_all.py b/dist/googlecode_upload_all.py index 13dd88336..150bdf4ae 100644 --- a/dist/googlecode_upload_all.py +++ b/dist/googlecode_upload_all.py @@ -24,6 +24,7 @@ LABELS = { "dmg": ["Type-Package", "OpSys-OSX", "Distro-Lion", "Arch-x86-64"], 32: ["Arch-i386"], 64: ["Arch-x86-64"], + "lucid": ["Distro-Ubuntu"], "precise": ["Distro-Ubuntu"], "quantal": ["Distro-Ubuntu"], "raring": ["Distro-Ubuntu"], @@ -51,6 +52,7 @@ RPM_ARCH = { } 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)", @@ -64,6 +66,8 @@ DESCRIPTIONS = { } RELEASES = [ + ("deb", "lucid", 32), + ("deb", "lucid", 64), ("deb", "precise", 32), ("deb", "precise", 64), ("deb", "quantal", 32),