3 Star 1 Fork 0

唯品会 / vdl

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
genver.sh 292 Bytes
一键复制 编辑 原始数据 按行查看 历史
flike 提交于 2018-12-03 10:18 . first commit
#!/bin/bash
gitlog=`git log --date=iso --pretty=format:"%cd @%h" -1`
if [ $? -ne 0 ]; then
version="not a git repo"
fi
compile=`date +"%F %T %z"`" by "`go version`
cat << EOF | gofmt > version/gitlog.go
package version
const (
GitLog = "${gitlog}"
Compile = "${compile}"
)
EOF
Go
1
https://gitee.com/vipshop/vdl.git
git@gitee.com:vipshop/vdl.git
vipshop
vdl
vdl
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891