Skip to content

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:

  1. Auto-update = True and Tags-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.
  2. Auto-update = True and Tags-only = True — same as the previous option, but an update request for Unit will be sent only when a new Tag appears.
  3. Auto-update = False and Commit = <best-commit-pick> — if you set a specific commit and click Update, 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.