Skip to content
This repository has been archived by the owner on Sep 15, 2021. It is now read-only.

Commit

Permalink
Bug 639566 - Pre-production releases should clobber slave build dirs …
Browse files Browse the repository at this point in the history
…every time. r=catlee.
  • Loading branch information
Rail Aliev committed Apr 27, 2011
1 parent 86b2829 commit 0235eb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clobberer/always_clobber.php
@@ -1,5 +1,5 @@
<?php
$an_hour_ago = time() - 3600;
$an_hour_ago = time() + 3600;
$builddir = urldecode($_GET['builddir']);
print "$builddir:$an_hour_ago:clobber_always\n";
?>

0 comments on commit 0235eb0

Please sign in to comment.