carpenoctem

pulp pkg

Sep 24th, 2013
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.46 KB | None | 0 0
  1. So it appears on the parent and child when I issue the below command:
  2.  
  3. # pulp-admin rpm repo content rpm --repo-id stable-centos-5-updates-x86_64 --match 'filename=glibc-devel-2.5-107.el5_9.5.i386.rpm'
  4. Arch: i386
  5. Buildhost: builder17.centos.org
  6. Checksum: fcd7ba210556174023e4009600c60ad4ad77f19e
  7. Checksumtype: sha
  8. Description: The glibc-devel package contains the object files necessary for
  9. developing programs which use the standard C libraries (which are
  10. used by nearly all programs). If you are developing programs
  11. which will use the standard C libraries, your system needs to have
  12. these standard object files available in order to create the
  13. executables. Install glibc-devel if you are going to develop
  14. programs which will use the standard C libraries.
  15. Epoch: 0
  16. Filename: glibc-devel-2.5-107.el5_9.5.i386.rpm
  17. License: LGPL
  18. Name: glibc-devel
  19. Provides: glibc-devel = 2.5-107.el5_9.5-0
  20. Release: 107.el5_9.5
  21. Requires: libnsl.so.1, glibc-headers = 2.5-107.el5_9.5-0,
  22. libnss_hesiod.so.2, libutil.so.1, rpmlib(CompressedFileNames) <=
  23. 3.0.4-1-0, libanl.so.1, librt.so.1, rpmlib(PayloadFilesHavePrefix)
  24. <= 4.0-1-0, /sbin/install-info, libcidn.so.1,
  25. libBrokenLocale.so.1, /bin/sh, libcrypt.so.1, libnss_compat.so.2,
  26. libnss_nis.so.2, libnss_nisplus.so.2, libnss_dns.so.2, libdl.so.2,
  27. glibc-headers, libresolv.so.2, libm.so.6, glibc =
  28. 2.5-107.el5_9.5-0, libnss_files.so.2, libthread_db.so.1
  29. Vendor: None
  30. Version: 2.5
  31.  
  32. PARENT
  33. -------
  34.  
  35. [email protected]: /var/lib/pulp/working/repos/stable-centos-5-updates-x86_64/distributors/yum_distributor# zgrep glibc-devel repodata/* | grep '9\.5' || echo 'not there'
  36. not there
  37.  
  38.  
  39. [email protected]: /var/lib/pulp/published/https/repos/stable/centos/5/x86_64# zgrep glibc-devel repodata/* | grep '9\.5' || echo 'not there'
  40. not there
  41.  
  42. CHILD
  43. -------
  44.  
  45. [email protected]: /var/lib/pulp/working/repos/stable-centos-5-updates-x86_64/distributors/yum_distributor# zgrep glibc-devel repodata/* | grep -q '9\.5' || echo 'not there'
  46.  
  47.  
  48. [email protected]: /var/lib/pulp/working/repos/stable-centos-5-updates-x86_64/distributors/yum_distributor# zgrep glibc-devel repodata/* | grep -q '9\.5' || echo 'not there'
  49.  
  50.  
  51. So it shows a match using CLI but is not in the repo on the parent.
Advertisement
Add Comment
Please, Sign In to add comment