在github的某次commit中close或者fix某个issue
当你在某次提交解决了其他人提出的issue时,你可以使用github中的语法实现自动操作。
当你在某次提交解决了其他人提出的issue时,你可以使用github中的语法实现自动操作。
整理待用
搜到了这一篇文章Automatic nightly YUM updates with yum-cron
给大家安利一下。
# 安装
yum install yum-cron -y
# 配置
vim /etc/sysconfig/yum-cron
# 开启服务
chkconfig yum-cron on
# or
chkconfig --level 345 yum-cron on
# 运行服务
service yum-cron start
# 检查日志
grep yum.cron /var/log/cron | tail -10