[Adium-commits] www/adiumx.com 169:02b0265415fa: This hack was messing with thin...
adium-commits at adiumx.com
adium-commits at adiumx.com
Wed Apr 29 16:29:41 UTC 2009
details: http://hg.adiumx.com/www/adiumx.com/rev/02b0265415fa
revision: 169:02b0265415fa
author: Zachary West <zacw at adiumx.com>
date: Wed Apr 29 12:29:34 2009 -0400
This hack was messing with things somehow. Dear 1.4svn nightly users: you've been out of date for weeks. I don't care any more.
diffstat:
sparkle/appcast-nightly.php | 5 -----
1 files changed, 0 insertions(+), 5 deletions(-)
diffs (15 lines):
diff -r bf9c6ba42990 -r 02b0265415fa sparkle/appcast-nightly.php
--- a/sparkle/appcast-nightly.php Wed Apr 29 00:26:41 2009 -0400
+++ b/sparkle/appcast-nightly.php Wed Apr 29 12:29:34 2009 -0400
@@ -30,11 +30,6 @@
// file() keeps the newlines, we don't want them. Instead, use file_get_contents and explode it.
$nightlyData = explode("\n", file_get_contents(NIGHTLY_CACHE));
- // Temporary hack for 1.4svn nightly users.
- if (intval(str_replace("r", "", $_GET['revision'])) > 25000) {
- $nightlyData[VERSION] = "1.4svnr" . time();
- }
-
// The address to download the nightly.
$nightlyURL = sprintf("http://%s/%s.tgz", NIGHTLY_HOST, $nightlyData[FILENAME]);
More information about the commits
mailing list