Commit: 8ace08dfb9cb2ece403ef5325ca86f7083c372b5 Author: Hannes Magnusson <[email protected]> Sun, 27 Oct 2013 16:53:43 -0700 Parents: 301911a6c343364c5a4a135b1b3a43b78f6fc7f2 Branches: master
Link: http://git.php.net/?p=web/master.git;a=commitdiff;h=8ace08dfb9cb2ece403ef5325ca86f7083c372b5 Log: That file is now part of phpweb, no need to create a .tgz for it Changed paths: M scripts/update-backend Diff: diff --git a/scripts/update-backend b/scripts/update-backend index 497de32..b5d16d2 100755 --- a/scripts/update-backend +++ b/scripts/update-backend @@ -64,15 +64,6 @@ pregen_flickr( 100 ); -// Compress mirrorkit dir in backend to mirrorkit.tgz, and -// then move it to the webspace in case it is properly done -chdir("$root/backend/mirrorkit"); -$output = `tar --exclude=CVS --exclude=.svn --exclude=mirrorkit.tgz -czf mirrorkit.tgz *`; -if (strlen($output)) { die("Mirrorkit compression error: $output"); } -if (@file_exists('mirrorkit.tgz')) { - rename('mirrorkit.tgz', "$root/mirrorkit.tgz"); -} - // Fetch data into a temporary file first, and then // overwrite the real file with the new data function fetch_into_file($url, $file) -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
