Skip to content

Instantly share code, notes, and snippets.

@mslinn
Created November 13, 2015 21:53
Show Gist options
  • Save mslinn/1153d5355decb29f09fb to your computer and use it in GitHub Desktop.
Save mslinn/1153d5355decb29f09fb to your computer and use it in GitHub Desktop.
Create a PPA repository on S3
$ # see https://github.com/krobertson/deb-s3
$ sudo apt-get install ruby2.1-dev
$ sudo gem install deb-s3
$ cd ~/pound
$ aws s3api create-bucket --bucket mslinn-ppa --acl public-read
{
"Location": "/mslinn-ppa"
}
$ deb-s3 upload --bucket mslinn-ppa pound_2.7f-0ubuntu1_amd64.deb
$ deb-s3 verify -b mslinn-ppa
>> Retrieving existing manifests
>> Checking for missing packages in: stable/main amd64
>> Checking for missing packages in: stable/main i386
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment