History log of /openbmc/phosphor-bmc-code-mgmt/sync-once.sh (Results 1 – 2 of 2)
Revision Date Author Comments
# 39c7bbdb 28-Mar-2022 Adriana Kobylak <anoo@us.ibm.com>

sync-once: Fix shellcheck warnings

Tested: Verified the output that echos the rsync command was the same as
before.

Change-Id: I345bb38bb932f78e57279de0301d47bef81a3d72
Signed-off-by: Adriana Kobyl

sync-once: Fix shellcheck warnings

Tested: Verified the output that echos the rsync command was the same as
before.

Change-Id: I345bb38bb932f78e57279de0301d47bef81a3d72
Signed-off-by: Adriana Kobylak <anoo@us.ibm.com>

show more ...


# 84749678 15-Dec-2021 Lei YU <yulei.sh@bytedance.com>

dual-image: Sync files before sync-manager starts

The sync-manager only sync files when it's changed/deleted, but does not
sync when it's untouched.
If the service starts and there is no change, the

dual-image: Sync files before sync-manager starts

The sync-manager only sync files when it's changed/deleted, but does not
sync when it's untouched.
If the service starts and there is no change, the files will not be
synced.

Mount the rwfs-alt and add a script to sync the files before the
sync-manager starts, so that they are always synced when the
sync-manager is running.

Tested: Verify the files are synced before the sync-manager starts.

Signed-off-by: Lei YU <yulei.sh@bytedance.com>
Change-Id: I5613738b7b490201c556a175425b48aebae1505b

show more ...