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

Module rawhide_to_release

source code

Functions [hide private]
 
option_retry_forked(f)
Shortcut to --retry-forked option definition, to avoid C&P
source code
 
rawhide_to_release(rawhide_chroot, dest_chroot, retry_forked)
Branching
source code
 
rawhide_to_release_function(rawhide_chroot, dest_chroot, retry_forked) source code
 
turn_on_the_chroot_for_copr(copr, rawhide_name, mock_chroot) source code
Function Details [hide private]

rawhide_to_release(rawhide_chroot, dest_chroot, retry_forked)

source code 

Branching

Decorators:
  • @click.command()
  • @click.argument("rawhide_chroot", required= True)
  • @click.argument("dest_chroot", required= True)
  • @option_retry_forked