[or-cvs] r19760: {projects} Update our regex to match actual file names, we've changed t (projects/gettor/gettor)

ioerror at seul.org ioerror at seul.org
Sun Jun 21 10:33:25 UTC 2009


Author: ioerror
Date: 2009-06-21 06:33:25 -0400 (Sun, 21 Jun 2009)
New Revision: 19760

Modified:
   projects/gettor/gettor/packages.py
Log:
Update our regex to match actual file names, we've changed them. Doh.


Modified: projects/gettor/gettor/packages.py
===================================================================
--- projects/gettor/gettor/packages.py	2009-06-21 10:23:49 UTC (rev 19759)
+++ projects/gettor/gettor/packages.py	2009-06-21 10:33:25 UTC (rev 19760)
@@ -25,8 +25,8 @@
 class gettorPackages:
 
     packageRegex = { "windows-bundle": "vidalia-bundle-.*.exe$",
-                     "panther-bundle": "vidalia-bundle-.*-panther.dmg$",
-                     "tiger-bundle": "vidalia-bundle-.*-tiger.dmg$",
+                     "panther-bundle": "vidalia-bundle-.*-ppc.dmg$",
+                     "tiger-bundle": "vidalia-bundle-.*-universal.dmg$",
                      "source-bundle": "tor-.*.tar.gz",
                      "tor-browser-bundle": "tor-browser-.*_en-US.exe",
                      "tor-im-browser-bundle": "tor-im-browser-.*_en-US.exe",



More information about the tor-commits mailing list