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

Module branch_fedora

source code

Functions [hide private]
 
branch_fedora(fedora_version, retry_forked, branch=None)
Branch fedora-rawhide-* chroots to fedora-N* and execute rawhide-to-release on them
source code
Function Details [hide private]

branch_fedora(fedora_version, retry_forked, branch=None)

source code 

Branch fedora-rawhide-* chroots to fedora-N* and execute rawhide-to-release on them

Decorators:
  • @click.command()
  • @click.argument("fedora_version", type= int)
  • @click.option("--retry-forked/--no-retry-forked", default= False, help= ("Generate actions for backend also for already forked builds, useful " "e.g. when previous run of this command failed."))
  • @click.option("--dist-git-branch", "-b", "branch", help= "Branch name for this set of new chroots")