Bug fix for reproducible build (#8061)
This commit is contained in:
parent
049a23e5a4
commit
7811e7eef1
@ -57,7 +57,7 @@ main(){
|
|||||||
get_clone_path "$@"
|
get_clone_path "$@"
|
||||||
pushd $clone_PATH &> /dev/null
|
pushd $clone_PATH &> /dev/null
|
||||||
commit_latest=`$REAL_COMMAND log -n 1 | head -n 1| awk '{print$2}'`
|
commit_latest=`$REAL_COMMAND log -n 1 | head -n 1| awk '{print$2}'`
|
||||||
[ -f $version_file ] && commit=`grep $URL $version_file | awk -F, '{print$2}'`
|
[ -f $version_file ] && commit=`grep $URL $version_file | awk -F== '{print$2}'`
|
||||||
|
|
||||||
# control version or record version file
|
# control version or record version file
|
||||||
if [[ $ENABLE_VERSION_CONTROL_GIT == "y" ]];then
|
if [[ $ENABLE_VERSION_CONTROL_GIT == "y" ]];then
|
||||||
|
Loading…
Reference in New Issue
Block a user