mirror of
https://github.com/commaai/agnos-builder.git
synced 2026-08-23 17:23:54 +08:00
bump version to 11.3
This commit is contained in:
+1
-1
@@ -135,7 +135,7 @@ set_network_stuff() {
|
||||
|
||||
# Write build info
|
||||
DATETIME=$(date '+%Y-%m-%dT%H:%M:%S')
|
||||
bash -c "printf \"$GIT_HASH\n$DATETIME\" > BUILD"
|
||||
bash -c "printf \"$GIT_HASH\n$DATETIME\n\" > BUILD"
|
||||
}
|
||||
GIT_HASH=${GIT_HASH:-$(git --git-dir=$DIR/.git rev-parse HEAD)}
|
||||
exec_as_root bash -c "set -e; export ROOTFS_DIR=$ROOTFS_DIR GIT_HASH=$GIT_HASH; $(declare -f set_network_stuff); set_network_stuff"
|
||||
|
||||
Reference in New Issue
Block a user