Created
November 13, 2015 21:53
-
-
Save mslinn/1153d5355decb29f09fb to your computer and use it in GitHub Desktop.
Create a PPA repository on S3
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ # 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