Skip to content

Instantly share code, notes, and snippets.

@aztecrex
Last active August 29, 2015 14:01
Show Gist options
  • Save aztecrex/717cd7fb835e536d51d5 to your computer and use it in GitHub Desktop.
Save aztecrex/717cd7fb835e536d51d5 to your computer and use it in GitHub Desktop.
Print out yum baseurl substitution variables
#!/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