Skip to content

Instantly share code, notes, and snippets.

@wolfg1969
Created March 6, 2013 10:17
Show Gist options
  • Save wolfg1969/5098330 to your computer and use it in GitHub Desktop.
Save wolfg1969/5098330 to your computer and use it in GitHub Desktop.
inline python code to get pentaho repo name from repositories.xml
python -c "import xml.dom.minidom; print xml.dom.minidom.parse('./.kettle/repositories.xml').getElementsByTagName('repository')[0].getElementsByTagName('name')[0].firstChild.nodeValue"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment