Last active
August 29, 2015 14:01
-
-
Save aztecrex/717cd7fb835e536d51d5 to your computer and use it in GitHub Desktop.
Print out yum baseurl substitution variables
This file contains hidden or 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
#!/bin/sh | |
python -c 'import yum, pprint; yb = yum.YumBase(); pprint.pprint(yb.conf.yumvar, width=1)' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment