summaryrefslogtreecommitdiff
path: root/samples
AgeCommit message (Collapse)Author
2012-01-04Adds an example bash script to automate the packaging workflowTomás Touceda
2011-10-20Fix file permissionsTomás Touceda
2011-07-26Update lockfile to work on OSXTomás Touceda
This changes the file modes, it seems OSX needs it this way.
2011-06-22Creates the thp fileTomas Touceda
Adds two parameters to makethppackage: thpPath and scriptsDir. thpPath: where to save the finished thp file. scriptsDir: where the scripts specified in the configuration file are.
2011-06-21First part of makethppackageTomas Touceda
Creates its metadata based on a config file. This still needs a sanity check.
2008-12-14make a new config/ dir for thandy, and move the actualRoger Dingledine
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
2008-12-11Change expected registry key for per-user installs. Note that this means ↵Martin Peck
install as service for all users will require a different package even if the MSI installer is the same. git-svn-id: file:///home/or/svnrepo/updater/trunk@17576 55e972cd-5a19-0410-ae62-a4d7a52db4cd
2008-12-03Correct expected version string to match what configure provides the MSI ↵Martin Peck
installer. git-svn-id: file:///home/or/svnrepo/updater/trunk@17466 55e972cd-5a19-0410-ae62-a4d7a52db4cd
2008-12-03Correct registry path in sample win32 package. The last element is the name ↵Martin Peck
at a given registry key location with the current version string value. git-svn-id: file:///home/or/svnrepo/updater/trunk@17465 55e972cd-5a19-0410-ae62-a4d7a52db4cd
2008-12-01coderman's msi windows installer packageRoger Dingledine
git-svn-id: file:///home/or/svnrepo/updater/trunk@17426 55e972cd-5a19-0410-ae62-a4d7a52db4cd
2008-11-30fix typoNick Mathewson
git-svn-id: file:///home/or/svnrepo/updater/trunk@17421 55e972cd-5a19-0410-ae62-a4d7a52db4cd
2008-11-30Generate new command formats, I believe.Nick Mathewson
git-svn-id: file:///home/or/svnrepo/updater/trunk@17416 55e972cd-5a19-0410-ae62-a4d7a52db4cd
2008-11-20getting closer...Roger Dingledine
git-svn-id: file:///home/or/svnrepo/updater/trunk@17328 55e972cd-5a19-0410-ae62-a4d7a52db4cd
2008-11-20ok, that was a nice idea, and we should do it sometime. but not today.Roger Dingledine
git-svn-id: file:///home/or/svnrepo/updater/trunk@17327 55e972cd-5a19-0410-ae62-a4d7a52db4cd
2008-11-20fix the locations to match the spec betterRoger Dingledine
git-svn-id: file:///home/or/svnrepo/updater/trunk@17326 55e972cd-5a19-0410-ae62-a4d7a52db4cd
2008-11-20make the example mirror cfg be the one that we use, tooRoger Dingledine
git-svn-id: file:///home/or/svnrepo/updater/trunk@17325 55e972cd-5a19-0410-ae62-a4d7a52db4cd
2008-11-20and a bundle for the tor win32 exe tooRoger Dingledine
git-svn-id: file:///home/or/svnrepo/updater/trunk@17324 55e972cd-5a19-0410-ae62-a4d7a52db4cd
2008-11-20prepare to put coderman's patched 0.2.1.7-alpha win32 exe in placeRoger Dingledine
git-svn-id: file:///home/or/svnrepo/updater/trunk@17323 55e972cd-5a19-0410-ae62-a4d7a52db4cd
2008-11-17note exe registry thing in sample win32 package configNick Mathewson
git-svn-id: file:///home/or/svnrepo/updater/trunk@17320 55e972cd-5a19-0410-ae62-a4d7a52db4cd
2008-11-17Add win32 registry support to thandy. untested.Nick Mathewson
git-svn-id: file:///home/or/svnrepo/updater/trunk@17319 55e972cd-5a19-0410-ae62-a4d7a52db4cd
2008-11-17a tor win32 package config fileRoger Dingledine
git-svn-id: file:///home/or/svnrepo/updater/trunk@17304 55e972cd-5a19-0410-ae62-a4d7a52db4cd
2008-11-17document rpm and exe formats in example package configNick Mathewson
git-svn-id: file:///home/or/svnrepo/updater/trunk@17303 55e972cd-5a19-0410-ae62-a4d7a52db4cd
2008-11-16Adding a sample bundleJacob Appelbaum
git-svn-id: file:///home/or/svnrepo/updater/trunk@17283 55e972cd-5a19-0410-ae62-a4d7a52db4cd
2008-11-16update this to match our sample roleJacob Appelbaum
git-svn-id: file:///home/or/svnrepo/updater/trunk@17282 55e972cd-5a19-0410-ae62-a4d7a52db4cd
2008-11-16A first stab at a configuration file for the Tor source.Jacob Appelbaum
git-svn-id: file:///home/or/svnrepo/updater/trunk@17281 55e972cd-5a19-0410-ae62-a4d7a52db4cd
2008-10-14Add a HOWTO, and clean up the example files. Right now the HOWTO only ↵Nick Mathewson
covers thandy-pk and thandy-server. git-svn-id: file:///home/or/svnrepo/updater/trunk@17098 55e972cd-5a19-0410-ae62-a4d7a52db4cd
2008-10-14Implement all of signing-side and server-side for updater, and the core ↵Nick Mathewson
loops of client-side. More downloader support is needed, and more polishing. See TODO for details. This no longer matches glider-spec.txt exactly. Notably, it uses json instead of sexp. git-svn-id: file:///home/or/svnrepo/updater/trunk@17084 55e972cd-5a19-0410-ae62-a4d7a52db4cd