1 Star 0 Fork 12

zhangdaolong/ros-porting-tools

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
trigger-projects-build-in-obs.sh 414 Bytes
一键复制 编辑 原始数据 按行查看 历史
#!/bin/bash
. base.sh
ROS_PUSH_LIST=${OUTPUT}/ros-push.list
prepare()
{
if [ ! -f ${ROS_PUSH_LIST} ]
then
error_log "Please give the ${ROS_CHECK_LIST}"
exit 1
fi
}
main()
{
prepare
info_log "Start to analyse ros-pkg."
while read project
do
info_log "start rerun $project"
osc service remoterun ${OBS_PROJECT} $project
done < ${ROS_PUSH_LIST}
info_log "get status of projects ok"
}
main $*
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/zhangdaolong/ros-porting-tools.git
[email protected]:zhangdaolong/ros-porting-tools.git
zhangdaolong
ros-porting-tools
ros-porting-tools
master

搜索帮助