Tom Kleiberg wrote:
> Hello all,
>
> I am trying to setup a new repo in cobbler which uses a Fedora- 
> Everything mirror. Since I do not want to mirror the whole repo, I  
> only select a few packages. However, somehow it seems that the list of  
> packages is only limited to given length..when the length exceeds some  
> X number of characters, the list is broken down and only the first  
> entry is used, e.g.
>
> [nas...@panoramix repo]$ /usr/bin/cobbler repo edit -- 
> name=fedora8_i386_everything --rpm-list="texi2html lshw rsh rsh-server  
> tftp yum"
> [nas...@panoramix repo]$ cobbler repo dumpvars -- 
> name=fedora8_i386_everything | grep rpm_list
> 'rpm_list': ['texi2html', 'lshw', 'rsh', 'rsh-server', 'tftp', 'yum'],
> [nas...@panoramix repo]$ /usr/bin/cobbler repo edit -- 
> name=fedora8_i386_everything --rpm-list="texi2html lshw rsh rsh-server  
> tftp yum-versionlock"
> [nas...@panoramix repo]$ cobbler repo dumpvars -- 
> name=fedora8_i386_everything | grep rpm_list
> 'rpm_list': ['texi2html',
>
> Can somebody confirm this behavior, and is there a solution to this  
> issue?
>
> Thanks!
>
> Tom
> _______________________________________________
> cobbler mailing list
> [email protected]
> https://fedorahosted.org/mailman/listinfo/cobbler
>   

Your grep isn't picking up newlines.
_______________________________________________
cobbler mailing list
[email protected]
https://fedorahosted.org/mailman/listinfo/cobbler

Reply via email to