#extends cobbler.webui.master #block body #if $repo #end if #if $editable != True #set global $owners = $repo.owners #include "/usr/share/cobbler/webui_templates/enoaccess.tmpl" #end if
#if $repo Editing Repo #else Adding a Repo #end if #if $repo #else #end if


## FIXME: input field sizes should be larger (universally) ## FIXME: make this a text area? #if $repo and $editable == True #end if #if $editable == True #end if
#if $repo

Example: EL-5-i386-EPEL-testing

Edit Rename + Edit Copy + Edit

How do you want to modify this object?

Full and EXACT url path (see docs). Can be http://, ftp://, local, or rsync://

Uncheck to prevent the mirror from being updated again.

Uncheck to reference the repository directly instead of mirroring.

Repo priority, if using yum priorities plugin of target (99=default)

Blank, or a list of specific RPMs (and only those RPMs) to mirror.

Additional flags to pass to yum's createrepo if http or ftp.

Overrides the local system arch when mirroring with yum.

Sets specific yum plugin parameters on the installed system.

#if $repo #set ownerslist = ','.join($repo.owners) #end if

Applies only if using authz_ownership module, comma-delimited

Yes Really

Check both buttons and click save to delete this object.


Note: Newly added repo definitions will not be usable until "cobbler reposync" is run from the command line on this system. Placing "cobbler reposync" on a crontab is recommended procedure.

#end block body