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

Module notify_outdated_chroots

source code

Classes [hide private]
Notifier
DryRunNotifier
Functions [hide private]
 
notify_outdated_chroots(dry_run, email_filter, all)
Notify all admins of projects with builds in outdated chroots about upcoming deletion.
source code
 
get_user_chroots_map(chroots, email_filter) source code
 
filter_chroots(chroots, all) source code
 
dev_instance_warning(email_filter) source code
Function Details [hide private]

notify_outdated_chroots(dry_run, email_filter, all)

source code 

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

Decorators:
  • @click.command()
  • @click.option("--dry-run/--no-dry-run", default= False, help= "Do not actually notify the people, but rather print information on stdout")
  • @click.option("--email", "-e", "email_filter", help= "Notify only ")
  • @click.option("--all/--not-all", default= False, help= "Notify all (even the recently notified) relevant people")