Ai
5 Star 2 Fork 3

SpacemiT Buildroot SDK/mpp

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
pack_to_tar_gz.sh 606 Bytes
一键复制 编辑 原始数据 按行查看 历史
James Deng 提交于 2024-03-01 19:30 +08:00 . Update for v1.0alpha2
#!/bin/bash
###
# Copyright 2022-2023 SPACEMIT. All rights reserved.
# Use of this source code is governed by a BSD-style license
# that can be found in the LICENSE file.
#
# @Author: David(qiang.fu@spacemit.com)
# @Date: 2022-12-21 17:05:26
# @LastEditTime: 2023-02-02 10:14:48
# @Description: util, tar the mpp code to a tar.gz, naming with commit and date info
###
rm -rf out
rm -rf test_result
COMMITINFO=$(git log -1 --oneline --pretty=format:"%<|(8)%an%s" | sed s:\ :_:g)
echo $COMMITINFO
DATE=$(date "+%Y%m%d%H%M%S")
cd ..
tar -zcvf spacemit_mpp_$DATE\_$COMMITINFO.tar.gz spacemit_mpp/
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/spacemit-buildroot/mpp.git
git@gitee.com:spacemit-buildroot/mpp.git
spacemit-buildroot
mpp
mpp
k1-bl-v2.2.y

搜索帮助