Re: cobbler 0.8.x - cobbler repo update

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Tom Brown wrote:


If you want to maintain your own repo with rpms, all you have to do is ...

mkdir /opt/foo
cp <lots of rpms> /opt/foo
cobbler repo add --name=foo-name --mirror=/opt/foo
(this actually uses rsync, so if you have another box in your org, with a directory full of RPMs, you can pass in --mirror=user@server:/opt/foo)

And it will take care of calling createrepo and making sure the repo config files are all created correctly.

I'd recommend doing that rather than trying to add an RPM to an existing mirrored repo, as that will make it clearer what comes from where and you can enable/disable individual repos as needed.


[root@cobbler-server noarch]# mkdir /opt/foo
[root@cobbler-server noarch]# cp *rpm /opt/foo/
[root@cobbler-server noarch]# cobbler repo add --name=testing-extras --mirror=/opt/foo
[root@cobbler-server noarch]# ll /opt/foo/*rpm | wc -l
19
[root@cobbler-server noarch]#

something is not right there - just fails silently ?

_______________________________________________
et-mgmt-tools mailing list
et-mgmt-tools@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/et-mgmt-tools

What did you think failed?

No copy occurs until you run "cobbler reposync"


_______________________________________________
et-mgmt-tools mailing list
et-mgmt-tools@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/et-mgmt-tools

[Index of Archives]     [Fedora Users]     [Fedora Legacy List]     [Fedora Maintainers]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [KDE Users]     [Fedora Tools]

  Powered by Linux