Skip to content

Instantly share code, notes, and snippets.

@pdmack
Created January 5, 2015 14:14
Show Gist options
  • Save pdmack/3b6366528df56f551532 to your computer and use it in GitHub Desktop.
Save pdmack/3b6366528df56f551532 to your computer and use it in GitHub Desktop.
diff offset
- sudo $HTTP_PROXY apt-get -y update
- sudo $HTTP_PROXY apt-get -y install qemu
+ sudo $HTTP_PROXY yum -y update
+ sudo $HTTP_PROXY yum -y install qemu
- sudo $HTTP_PROXY pip install --upgrade pip dib-utils
+ sudo -H $HTTP_PROXY pip install --upgrade pip dib-utils
cmd_clone_projects do_not_force_update $REDSTACK_SCRIPTS/image-projects-list
exclaim "Use tripleo-diskimagebuilder to actually build the Trove Guest Agent Image."
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment