Hallo, I try to use my own repo. The problem: The repo is working when using it while installing a fresh system using pxe and kickstart. When changing the content and rebuilding the repo new packages are not found. My question: What is the right way to reinit a repo complete? I tried several hints I found in the web but new packages are never found.
Thanks Ralf
Von meinem iPad gesendet
Am 19.10.19 um 12:26 schrieb Ralf Prengel:
Hallo, I try to use my own repo. The problem: The repo is working when using it while installing a fresh system using pxe and kickstart. When changing the content and rebuilding the repo new packages are not found. My question: What is the right way to reinit a repo complete? I tried several hints I found in the web but new packages are never found.
yum search createrepo
-- Leon
Hallo, Im using createrepo. The problem is that changes in the repo are not availiable via yum on my system.
Ralf
Von meinem iPad gesendet
Am 19.10.2019 um 15:31 schrieb Leon Fauster via CentOS centos@centos.org:
Am 19.10.19 um 12:26 schrieb Ralf Prengel:
Hallo, I try to use my own repo. The problem: The repo is working when using it while installing a fresh system using pxe and kickstart. When changing the content and rebuilding the repo new packages are not found. My question: What is the right way to reinit a repo complete? I tried several hints I found in the web but new packages are never found.
yum search createrepo
-- Leon _______________________________________________ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos
On Sun, 20 Oct 2019 12:23:55 +0200 Ralf Prengel ralf.prengel@rprengel.de wrote:
Hallo, Im using createrepo. The problem is that changes in the repo are not availiable via yum on my system.
Ralf
rm -rf $HOME/RPM/RPMS/repodata createrepo $HOME/RPM/RPMS
BR, Bob
Yes, I will check it again tomorrow in the office.
Von meinem iPad gesendet
Am 20.10.2019 um 14:46 schrieb Pete Biggs pete@biggs.org.uk:
Im using createrepo. The problem is that changes in the repo are not availiable via yum on my system.
Are you using createrepo every time you make any changes? You need to do that in order to re-create the XML metadata containing the updated packages.
P.
CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos
Please, could you share more information about this issue (the steps how to reproduce would be perfect)? There was a similar bug filed on Fedora/dnf but without reliable reporoducer yet - https://bugzilla.redhat.com/show_bug.cgi?id=1750152. Feel free to add a comment with the reproducer to this bug and re-open it or file a new one if your issue looks different.
Marek
-- Marek Blaha mblaha@redhat.com
On Sun, Oct 20, 2019 at 5:29 PM Ralf Prengel ralf.prengel@rprengel.de wrote:
Yes, I will check it again tomorrow in the office.
Von meinem iPad gesendet
Am 20.10.2019 um 14:46 schrieb Pete Biggs pete@biggs.org.uk:
Im using createrepo. The problem is that changes in the repo are not availiable via yum on my system.
Are you using createrepo every time you make any changes? You need to do that in order to re-create the XML metadata containing the updated packages.
P.
CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos
CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos
Zitat von Marek Blaha mblaha@redhat.com:
Please, could you share more information about this issue (the steps how to reproduce would be perfect)? There was a similar bug filed on Fedora/dnf but without reliable reporoducer yet - https://bugzilla.redhat.com/show_bug.cgi?id=1750152. Feel free to add a comment with the reproducer to this bug and re-open it or file a new one if your issue looks different.
Hallo, it was defintley my mistake. I m blocking docker updates in /etc/yum.conf and tried to use an own repo with docker-packages for testing.
Ralf
Zitat von Pete Biggs pete@biggs.org.uk:
Im using createrepo. The problem is that changes in the repo are not availiable via yum on my system.
Are you using createrepo every time you make any changes? You need to do that in order to re-create the XML metadata containing the updated packages.
Hallo, my mistake. I m using yum.conf to block some updates like java and docker. My new repos contains a newer docker-version for testing. After changing yum.conf everything works fine.
Thanks Ralf