[wp-meta] [Making WordPress.org] #1578: Zip Files

Making WordPress.org noreply at wordpress.org
Mon May 23 07:34:58 UTC 2016


#1578: Zip Files
------------------------------+------------------
 Reporter:  obenland          |       Owner:
     Type:  task              |      Status:  new
 Priority:  high              |   Milestone:
Component:  Plugin Directory  |  Resolution:
 Keywords:                    |
------------------------------+------------------

Comment (by dd32):

 Replying to [comment:7 dd32]:
 > So far one issue that's come up is invalid filenames, for example:
 > ...
 > For some reason, the new scripts hit that and throw an error, whereas
 the existing zip generator sails through and adds that to the ZIP. I can't
 see why, but I'm guessing one of the CLI `LC` environmental variables is
 set to something..

 Indeed, the existing plugin directory update handlers have this in them:
 {{{
 export LC_CTYPE="en_US.UTF-8"
 export LANG="en_US.UTF-8"
 }}}

 [3214] allowed the SVN command to complete, but the resulting ZIP still
 had invalid filename issues, as it wasn't being set for the ZIP commands.
 The above LANG isn't available on my test environments, so i'll come back
 to that..

--
Ticket URL: <https://meta.trac.wordpress.org/ticket/1578#comment:15>
Making WordPress.org <https://meta.trac.wordpress.org/>
Making WordPress.org


More information about the wp-meta mailing list