加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
DownloadLinks.sh 1.08 KB
一键复制 编辑 原始数据 按行查看 历史
wanghuanyu3 提交于 2019-08-21 19:24 . init bds-tron
PassFlag=`curl -s http://47.95.206.44:50080/Daily_Build_Task_Report | grep "Failed: 0" | wc -c`
if [ $PassFlag -eq 0 ]; then
echo "Daily Build Stest Fail"
echo "To view Daily Replay and Stress Test logs please visit website below on browsers"
echo "--- http://47.95.206.44:50080/latestReplayLog"
echo "--- http://47.95.206.44:50080/latestStressLog"
else
echo "Daily Build Stest Pass"
echo "Build on `date +"%Y-%m-%d"` 3:00:00 (CST), UTC +8"
echo "Please visit following website to download java-tron.jar on browsers"
echo "--- http://47.95.206.44:50080/Daily_Build/jFava-tron.jar"
echo "To view Daily Replay and Stress Test logs please visit website below on browsers"
echo "--- http://47.95.206.44:50080/latestReplayLog"
echo "--- http://47.95.206.44:50080/latestStressLog"
echo "The following compressed package is provided for user to set up Fullnode. Please use Linux OS to Download"
echo "--- curl -# -O http://47.95.206.44:50080/Daily_Build/java-tron.tar.gz"
echo "To unzip file use the command below"
echo "--- tar -xzvf java-tron.tar.gz"
fi
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化