Skip to content

Instantly share code, notes, and snippets.

View devcamcar's full-sized avatar

Devin Carlen devcamcar

View GitHub Profile
@devcamcar
devcamcar / bp.sh
Created April 4, 2012 01:47 — forked from vishvananda/bp.sh
Script for backporting OpenStack branches to milestone-proposed
#!/usr/bin/env bash
# This is a little script to make backporting patches to milestone proposed.
# Instructions
# ------------
# Make sure that milestone-proposed exists and is up to date:
# git branch -D milestone-proposed
# git checkout -b milestone-proposed origin/milestone-proposed
# git pull
# Grab the file and stick it in your <project> directory:
# curl -OL https://raw.github.com/gist/2206428/bp.sh