11 Star 0 Fork 53

src-openEuler / containerd

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
gen-commit.sh 388 Bytes
一键复制 编辑 原始数据 按行查看 历史
Vanient 提交于 2021-03-18 10:15 . sync patches
#!/bin/sh
# Copyright (c) Huawei Technologies Co., Ltd. 2020. All rights reserved.
# Description: This shell script is used to generate commitID store file.
# Author: liuzekun@huawei.com
# Create: 2020-06-10
change_id=$(git log -1 | grep Change-Id | awk '{print $2}')
if [[ "${change_id}" = "" ]]; then
change_id=$(date | sha256sum | head -c 40)
fi
echo "${change_id}" > git-commit
1
https://gitee.com/src-openeuler/containerd.git
git@gitee.com:src-openeuler/containerd.git
src-openeuler
containerd
containerd
master

搜索帮助