ControlTier > core
 

repoFindAndPurge

Command Reference

Description

Use repoFind to find unused and non-current packages, and then use repoPurge to remove them from the Repository.

This workflow is used by the Purge workflow as an intermediate step, allowing the packagePurgeRegex attribute to be passed to the repoFind command.

Usage

ctl -t Builder -o <objectname> -c repoFindAndPurge [-buildertype <>] [-buildstamp <>] [-packagetype <>]

Workflow

  1. repoFind
  2. repoPurge

Options

Option Description Type Default
buildertype builder type string ${context.type}
buildstamp build identifier (regex allowed) string ${entity.attribute.packagePurgeRegex}
packagetype type (or subtype) of package to find string ${entity.attribute.packageType}