File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -409,7 +409,7 @@ set -x
409
409
410
410
if [ " ${SKIP_PRUNE} " == 1 ]; then
411
411
echo " Running bump_timestamp '${buildid} ' '${workdir} '"
412
- bump_timestamp " ${buildid} " " ${workdir} "
412
+ insert_build " ${buildid} " " ${workdir} "
413
413
else
414
414
echo " Running cmd-prune '${workdir} ' '${workdir} '"
415
415
" ${dn} " /cmd-prune --workdir " ${workdir} "
Original file line number Diff line number Diff line change @@ -686,7 +686,7 @@ get_latest_qemu() {
686
686
fi
687
687
}
688
688
689
- bump_timestamp () {
689
+ insert_build () {
690
690
local buildid=$1 ; shift
691
691
local dir=$1 ; shift
692
692
(python3 -c "
@@ -696,5 +696,5 @@ from cosalib.builds import Builds
696
696
builds = Builds('${workdir:- $(pwd)} ')
697
697
builds.insert_build('${buildid} ')
698
698
builds.bump_timestamp()
699
- print('Build timestamp was updated ')" )
699
+ print('Build ${buildid} was inserted ')" )
700
700
}
You can’t perform that action at this time.
0 commit comments