Created
July 20, 2012 22:35
-
-
Save mccun934/3153688 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[mmccune@kona tmp]$ pulp-admin --username=admin --password=3xD55smFz6IG0qP27f9kKGxz repo content --id=ACME_Corporation-TEST-zoo-zoorepo |grep zebra | |
zebra-0.1-2.noarch.rpm | |
[mmccune@kona tmp]$ pulp-admin --username=admin --password=3xD55smFz6IG0qP27f9kKGxz repo remove_package --id=ACME_Corporation-TEST-zoo-zoorepo --package=zebra | |
Package zebra could not be found skipping | |
[mmccune@kona tmp]$ pulp-admin --username=admin --password=3xD55smFz6IG0qP27f9kKGxz repo remove_package --id=ACME_Corporation-TEST-zoo-zoorepo --package=zebra-0.1-2 | |
Package zebra-0.1-2 could not be found skipping | |
[mmccune@kona tmp]$ pulp-admin --username=admin --password=3xD55smFz6IG0qP27f9kKGxz repo remove_package --id=ACME_Corporation-TEST-zoo-zoorepo --package=zebra-0.1-2.noarch.rpm | |
Package zebra-0.1-2.noarch.rpm could not be found skipping |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment