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")
|