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

Class DeleteOutdatedChrootsCommand

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.

Instance Methods [hide private]
 
run(self, dry_run) source code
Class Variables [hide private]
  option_list = [Option("--dry-run", action= "store_true", help=...
Class Variable Details [hide private]

option_list

Value:
[Option("--dry-run", action= "store_true", help= "Do not actually remo\
ve any data, but rather print information on stdout"),]