source code
Creates a mock chroot in DB
@click.command()
@click.argument("chroot_names", nargs=-1, required= True)
@click.option("--dist-git-branch", "-b", "branch", help= "Branch name for this set of new chroots")
@click.option("--activated/--deactivated", help= "Activate the chroot later, manually by `alter-chroot`", default= True)