Making WordPress.org


Ignore:
Timestamp:
05/20/2016 09:38:13 AM (10 years ago)
Author:
dd32
Message:

Plugin Directory: ZIPs: When Building ZIPs do not include any svn:externals.

See #1578

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/zip/class-builder.php

    r3081 r3189  
    9191                $build_dir = "{$this->tmp_build_dir}/{$this->slug}/";
    9292
    93                 $res = SVN::export( $svn_url, $build_dir );
     93                $res = SVN::export( $svn_url, $build_dir, array( 'ignore-externals' ) );
    9494                if ( ! $res['result'] ) {
    9595                        throw new Exception( __METHOD__ . ': ' . $res['errors'][0]['error_message'], 404 );
Note: See TracChangeset for help on using the changeset viewer.