aboutsummaryrefslogtreecommitdiffstats
path: root/tool/sync-with-trunk
diff options
context:
space:
mode:
authorKazuki Yamaguchi <k@rhe.jp>2016-12-05 11:45:57 +0900
committerKazuki Yamaguchi <k@rhe.jp>2016-12-05 14:01:32 +0900
commit8289938bb324d0b775f3cbe29b4d90af9777da72 (patch)
tree36cd4b9c1c9664d79dacd2a61cb9209e0147141c /tool/sync-with-trunk
parentfa75748466aea1838206ddeee9310522712073e7 (diff)
downloadruby-openssl-8289938bb324d0b775f3cbe29b4d90af9777da72.tar.gz
tool/sync-with-trunk: rename ext/openssl/History.md properly
Follow-up for 56354a3b9aef that changed sync:to_ruby Rake task to include History.md in Ruby tree. Since History.md is located directly under root in this repository, it needs to be renamed.
Diffstat (limited to 'tool/sync-with-trunk')
-rwxr-xr-xtool/sync-with-trunk1
1 files changed, 1 insertions, 0 deletions
diff --git a/tool/sync-with-trunk b/tool/sync-with-trunk
index 699508c1..00b80c00 100755
--- a/tool/sync-with-trunk
+++ b/tool/sync-with-trunk
@@ -45,6 +45,7 @@ echo "#### Step 1. Sync '$BRANCH_EXTRACT' with 'ruby/trunk'"
sed "s:\text/openssl/lib:\tlib:" | \
sed "s:\text/openssl/sample:\tsample/openssl:" | \
sed "s:\tsample/openssl:\tsample:" | \
+ sed "s:\text/openssl/History.md:\tHistory.md:" | \
GIT_INDEX_FILE=$GIT_INDEX_FILE.new git update-index --index-info &&
mv "$GIT_INDEX_FILE.new" "$GIT_INDEX_FILE"
: