Since delta pack creation is very much tied to a DevOps workflow, it
makes more sense for the pack_maker.sh to live outside of swupd-server.
This script will move to the clearlinux/mixer-tools repo, since the
Clear mixer is a DevOps-oriented tool.
Also, update the code comment in versions.c to describe another action
to be taken that is DevOps-specific, namely that the value of
WEBDIR/version/formatN/latest file should be set at release time.
Signed-off-by: Patrick McCarty <patrick.mccarty@intel.com>
On first run, the formatstaging/latest does not exist, so make sure we
create it and initialize it properly.
Signed-off-by: Patrick McCarty <patrick.mccarty@intel.com>
The mk_groups_ini.sh script instantiates the latest.version file on
first run, so make sure we read contents after that point.
Signed-off-by: Patrick McCarty <patrick.mccarty@intel.com>