mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
add .tar.xz
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47622 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
4cd2a4d74a
commit
0ad72caa65
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
#!/bin/sh
|
||||
|
||||
RUBYDIR=/home/ftp/pub/ruby
|
||||
EXTS='.tar.gz .tar.bz2 .zip'
|
||||
EXTS='.tar.gz .tar.bz2 .tar.xz .zip'
|
||||
|
||||
releases=`ls ruby-*|grep -o 'ruby-[0-9]\.[0-9]\.[0-9]\(-\(preview\|rc\|p\)[0-9]\{1,4\}\)\?'|uniq`
|
||||
|
||||
|
|
Loading…
Reference in a new issue