[yocto-autobuilder-helper][PATCH] config.json: correctly timestamp AUH state (replace %M with %m).
Alexander Kanavin <[email protected]>
| Newsgroups | org.yoctoproject.lists.yocto-patches |
|---|---|
| Message-ID | <[email protected]> |
From: Alexander Kanavin <[email protected]> %M is minutes, %m is month. Signed-off-by: Alexander Kanavin <[email protected]> --- config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.json b/config.json index 57b53f0..f4ead18 100644 --- a/config.json +++ b/config.json @@ -1595,7 +1595,7 @@ "../auto-upgrade-helper/upgrade-helper.py -e all --incremental", "mkdir -p ${WEBPUBLISH_DIR}/pub/auh/", "cp -rf ./upgrade-helper/* ${WEBPUBLISH_DIR}/pub/auh/", - "cp ${WEBPUBLISH_DIR}/pub/auh/auh-state.json ${WEBPUBLISH_DIR}/pub/auh/auh-state.json.`date +%Y%M%d%H%M`" + "cp ${WEBPUBLISH_DIR}/pub/auh/auh-state.json ${WEBPUBLISH_DIR}/pub/auh/auh-state.json.`date +%Y%m%d%H%M`" ] } }, -- 2.53.0