I hereby claim:
- I am joelparker on github.
- I am joelparker (https://keybase.io/joelparker) on keybase.
- I have a public key whose fingerprint is C236 CED8 25A8 2D83 EFC7 E55F C07A 0310 9DC7 6BC5
To claim this, I am signing this object:
| #https://wiki.archlinux.org/index.php/Tmux#Key_bindings | |
| unbind C-b | |
| set -g prefix C-j | |
| bind C-j last-window | |
| #bind C-j send-prefix | |
| #unbind-key C-n | |
| #unbind-key C-p | |
| #bind-key C-n next-window |
| { | |
| "Version": "2012-10-17", | |
| "Statement": [ | |
| { | |
| "Sid": "Stmt1416260474000", | |
| "Effect": "Allow", | |
| "Action": [ | |
| "s3:CreateBucket", | |
| "s3:GetLifecycleConfiguration", | |
| "s3:ListBucket", |
I hereby claim:
To claim this, I am signing this object:
| import boto.glacier | |
| #These should be filled in by you | |
| GLACIER_KEY_ID=None | |
| GLACIER_SECRET_ACCESS_KEY=None | |
| #You can get the vault ARN from the AWS Console or list_vaults() | |
| GLACIER_VAULT_ARN='FILL IN' | |
| #The job ID is retrieved by calling value.retrieve_inventory_job |
| #!/bin/bash | |
| my_pwd=`pwd` | |
| run_make_from_pwd="(cd ${my_pwd} && make)" | |
| python ~/bin/push_build_status.py "${run_make_from_pwd}" |
| import boto.sns | |
| import git | |
| import argparse | |
| #Default git repo location so you don't have to pass it on the cli using --repo | |
| git_repo_location = "/some/path/on/disk/to/git/repo" | |
| #Log into the AWS SNS console to get this value | |
| #https://console.aws.amazon.com/sns/home and click on the topic you want | |
| topic_arn = u'arn:aws:sns:region:.*:topic_name' |