Skip to content

Instantly share code, notes, and snippets.

@marcoceppi
Created February 18, 2014 16:08
Show Gist options
  • Save marcoceppi/9073926 to your computer and use it in GitHub Desktop.
Save marcoceppi/9073926 to your computer and use it in GitHub Desktop.
#!/bin/bash
RELEASES="precise quantal saucy trusty"
for release in $RELEASES; do
backportpackage -u ppa:juju/stable -r -d $release -S ~ppa1 -y $1
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment