mirror of
https://github.com/clearlinux/koji-setup-scripts.git
synced 2026-04-28 11:03:50 +00:00
843439f0ebe1cf844667d1de6f51f618cbe1ea55
swupd should only be run during setup when on an officially released version of Clear that has an upadate stream. Development versions are usually indicated when the VERSION_ID is equal to 1 and do not have an update stream. In these cases, the assumption is that all required software is already installed prior to setup. However, add checks for only the most critical dependencies before continuing with the setup so that it more obvious to the user that these are missing when they are. Signed-off-by: George T Kramer <george.t.kramer@intel.com>
Assumes:
* All scripts are run as the root user
* Basic configurations (e.g. network, time, etc.) have been applied to the host to allow applications to run well
How these scripts work:
#. Edit parameters.sh as needed
#. Run (playbook does only the following)
#. deploy-koji.sh
#. bootstrap-build.sh
#. Optionally, for supporting a full DevOps workflow, also run
#. deploy-mash.sh
#. deploy-git.sh
#. deploy-upstreams.sh
If koji builder machine is not the same as koji master machine:
#. On the koji master machine, run
#. deploy-koji-nfs-server.sh
#. On the koji builder machine, run
#. deploy-koji-nfs-client.sh
#. deploy-koji-builder.sh
Description
Languages
Shell
100%