[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[or-cvs] r18020: {} Add configuration for Vidalia and TorButton MSI packages. (updater/trunk/config)



Author: coderman
Date: 2009-01-08 06:27:07 -0500 (Thu, 08 Jan 2009)
New Revision: 18020

Added:
   updater/trunk/config/torbutton-win32-bundle.cfg
   updater/trunk/config/torbutton-win32-package.cfg
   updater/trunk/config/vidalia-win32-bundle.cfg
   updater/trunk/config/vidalia-win32-package.cfg
Log:
Add configuration for Vidalia and TorButton MSI packages.

Added: updater/trunk/config/torbutton-win32-bundle.cfg
===================================================================
--- updater/trunk/config/torbutton-win32-bundle.cfg	                        (rev 0)
+++ updater/trunk/config/torbutton-win32-bundle.cfg	2009-01-08 11:27:07 UTC (rev 18020)
@@ -0,0 +1,19 @@
+
+# The name of this bundle.
+name = "torbutton-win32-bundle"
+# Version of the bundle
+version = [1, 2, 0]
+# Where does it go in the repository?
+location = "/bundleinfo/torbutton/win32/torbutton-win32-bundle-1.2.0.txt"
+os = "win32"
+arch = "x86"
+
+# This is one of the packages in the bundle.  There can be as many as you
+# like.
+Package(name="torbutton",
+	order=(10,10,10),
+	optional=False)
+# The "Glosses" describe a package's purpose in the bundle.
+ShortGloss("en", "TorButton Firefox extension win32 installer.")
+LongGloss("en", "This is the TorButton Firefox extension for Windows, with MSI installer.");
+

Added: updater/trunk/config/torbutton-win32-package.cfg
===================================================================
--- updater/trunk/config/torbutton-win32-package.cfg	                        (rev 0)
+++ updater/trunk/config/torbutton-win32-package.cfg	2009-01-08 11:27:07 UTC (rev 18020)
@@ -0,0 +1,22 @@
+
+# This is package is name 'example'
+name = "torbutton"
+
+# Encodes current version
+version = [1, 2, 0]
+
+# Where in the repository does it go?
+location = "/pkginfo/torbutton/win32/torbutton-1.2.0.txt"
+
+# Where in the repository does its underlying rpm or exe (etc) file go?
+relpath = "/data/win32/torbutton-1.2.0.msi"
+
+# Decriptions of the package.
+ShortDesc('en',  "TorButton Firefox extension win32 installer")
+LongDesc('en', "This is the TorButton Firefox extension for Windows, with MSI installer.")
+
+format = "win32"
+command_install = [ 'msiexec', '/i', "${FILE}", '/qn' ]
+exe_registry_ent = [ r'HKEY_CURRENT_USER\Software\TorButton\Version',
+                      '1.2.0' ]
+

Added: updater/trunk/config/vidalia-win32-bundle.cfg
===================================================================
--- updater/trunk/config/vidalia-win32-bundle.cfg	                        (rev 0)
+++ updater/trunk/config/vidalia-win32-bundle.cfg	2009-01-08 11:27:07 UTC (rev 18020)
@@ -0,0 +1,19 @@
+
+# The name of this bundle.
+name = "vidalia-win32-bundle"
+# Version of the bundle
+version = [0, 2, 0]
+# Where does it go in the repository?
+location = "/bundleinfo/vidalia/win32/vidalia-win32-bundle-0.2.0.txt"
+os = "win32"
+arch = "x86"
+
+# This is one of the packages in the bundle.  There can be as many as you
+# like.
+Package(name="vidalia",
+	order=(10,10,10),
+	optional=False)
+# The "Glosses" describe a package's purpose in the bundle.
+ShortGloss("en", "Vidalia Tor controller win32 installer.")
+LongGloss("en", "This is the Vidalia Tor controller for Windows, with MSI installer.");
+

Added: updater/trunk/config/vidalia-win32-package.cfg
===================================================================
--- updater/trunk/config/vidalia-win32-package.cfg	                        (rev 0)
+++ updater/trunk/config/vidalia-win32-package.cfg	2009-01-08 11:27:07 UTC (rev 18020)
@@ -0,0 +1,22 @@
+
+# This is package is name 'example'
+name = "vidalia"
+
+# Encodes current version
+version = [0, 2, 0]
+
+# Where in the repository does it go?
+location = "/pkginfo/polipo/win32/vidalia-0.2.0.txt"
+
+# Where in the repository does its underlying rpm or exe (etc) file go?
+relpath = "/data/win32/vidalia-0.2.0.msi"
+
+# Decriptions of the package.
+ShortDesc('en',  "Polipo web proxy win32 installer")
+LongDesc('en', "This is the Vidalia Tor controller for Windows, with MSI installer.")
+
+format = "win32"
+command_install = [ 'msiexec', '/i', "${FILE}", '/qn' ]
+exe_registry_ent = [ r'HKEY_CURRENT_USER\Software\Vidalia\Version',
+                      '0.2.0' ]
+