summaryrefslogtreecommitdiff
path: root/config/tor-win32-package.cfg
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2008-12-14 00:18:55 +0000
committerRoger Dingledine <arma@torproject.org>2008-12-14 00:18:55 +0000
commiteed069baf58952623ea035637eef154e10fa2038 (patch)
tree55e915bdfd4d39e6315b8cadd31607257233bfd6 /config/tor-win32-package.cfg
parent6b5bf048607b9b39022363012112a35420ba06e1 (diff)
make a new config/ dir for thandy, and move the actual
package and bundle cfgs we've been making to it. git-svn-id: file:///home/or/svnrepo/updater/trunk@17620 55e972cd-5a19-0410-ae62-a4d7a52db4cd
Diffstat (limited to 'config/tor-win32-package.cfg')
-rw-r--r--config/tor-win32-package.cfg22
1 files changed, 22 insertions, 0 deletions
diff --git a/config/tor-win32-package.cfg b/config/tor-win32-package.cfg
new file mode 100644
index 0000000..4dfcf33
--- /dev/null
+++ b/config/tor-win32-package.cfg
@@ -0,0 +1,22 @@
+
+# This is package is name 'example'
+name = "tor"
+
+# Encodes current version
+version = [0, 2, 1, 7]
+
+# Where in the repository does it go?
+location = "/pkginfo/tor/win32/tor-0.2.1.7-alpha.txt"
+
+# Where in the repository does its underlying rpm or exe (etc) file go?
+relpath = "/data/win32/tor-0.2.1.7-alpha.msi"
+
+# Decriptions of the package.
+ShortDesc('en', "Tor-dev win32 installer")
+LongDesc('en', "This is the dev-series Tor exe for Windows, with MSI installer.")
+
+format = "win32"
+command_install = [ 'msiexec', '/i', "${FILE}", '/qn' ]
+exe_registry_ent = [ r'HKEY_CURRENT_USER\Software\Tor\Version',
+ '0.2.1.7-alpha-dev' ]
+