Package commands :: Module delete_outdated_chroots
[hide private]
[frames] | no frames]

Module delete_outdated_chroots

source code

Classes [hide private]
Deleter
DryRunDeleter
Functions [hide private]
 
delete_outdated_chroots(dry_run)
Delete data in all chroots that are considered as outdated.
source code
Function Details [hide private]

delete_outdated_chroots(dry_run)

source code 

Delete data in all chroots that are considered as outdated. That means, the chroot is EOL and the preservation period is over because admin of the project didn't extend its duration.

Decorators:
  • @click.command()
  • @click.option("--dry-run/--no-dry-run", default= False, help= "Do not actually remove any data, but rather print information on stdout")