Configuring a Repo
Mass update flags
This block controls mass updates of Unit objects from the side of a Repo. The configuration uses two flags and the ability to select a commit. Available combinations:
Auto-update = TrueandTags-only = False— the Repo will poll the external Git repository every hour for new commits. As soon as they appear, the commits in the local Pepeunit storage will be synchronized with the external repository. All child Unit objects that have allowed automatic updates via this Repo will receive an update request.Auto-update = TrueandTags-only = True— same as the previous option, but an update request for Unit will be sent only when a new Tag appears.Auto-update = FalseandCommit = <best-commit-pick>— if you set a specific commit and clickUpdate, all Unit objects that are configured to auto-update from this Repo will receive an update request corresponding to the current branch and commit.
WARNING
These update methods work only for Unit objects that have automatic updates enabled.