Package commands :: Module notify_outdated_chroots :: Class NotifyOutdatedChrootsCommand
[hide private]
[frames] | no frames]

Class NotifyOutdatedChrootsCommand

source code


Notify all admins of projects with builds in outdated chroots about upcoming deletion.

Instance Methods [hide private]
 
run(self, dry_run, email_filter, all) source code
 
get_user_chroots_map(self, chroots) source code
 
filter_chroots(self, chroots) source code
 
dev_instance_warning(self) 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 noti\
fy the people, but rather print information on stdout"), Option("-e", \
"--email", action= "append", dest= "email_filter", help= "Notify only \
"), Option("-a", "--all", action= "store_true", help= "Notify all (eve\
n the recently notified) relevant people"),]