From 05dc2dc32a0c1441223384f345dd1e0e23300077 Mon Sep 17 00:00:00 2001 From: "Yichun Zhang (agentzh)" Date: Wed, 25 May 2016 22:20:50 -0700 Subject: [PATCH] upgraded resty-cli to 0.08; also skipped the nginx source tree for restydoc indexing. --- util/mirror-tarballs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/util/mirror-tarballs b/util/mirror-tarballs index 74e0bcf..c094f7e 100755 --- a/util/mirror-tarballs +++ b/util/mirror-tarballs @@ -480,7 +480,7 @@ mv openresty-redis2-nginx-module-* redis2-nginx-module-$ver || exit 1 ################################# -ver=0.07 +ver=0.08 $root/util/get-tarball "https://github.com/openresty/resty-cli/tarball/v$ver" -O resty-cli-$ver.tar.gz || exit 1 tar -xzf resty-cli-$ver.tar.gz || exit 1 mv openresty-resty-cli-* resty-cli-$ver || exit 1 @@ -747,6 +747,9 @@ for indir in bundle/*/; do if [ "$indir" == "bundle/pod/" ]; then continue fi + if [ "$indir" == "bundle/nginx-$main_ver/" ]; then + continue + fi echo "restydoc-index $indir" $restydoc_index --outdir bundle $indir || exit 1 done