I hereby claim:
- I am ssummer3 on github.
- I am ssummer3 (https://keybase.io/ssummer3) on keybase.
- I have a public key whose fingerprint is 81BC 674A 5250 83F9 7082 AA8F BF61 1CD4 8935 2BE5
To claim this, I am signing this object:
| #! /usr/bin/env python | |
| """ local codebuild implementation | |
| Parses buildspec.yml files, and executes them locally, as per: | |
| http://docs.aws.amazon.com/codebuild/latest/userguide/build-spec-ref.html#build-spec-ref-example | |
| """ | |
| from __future__ import print_function | |
| import functools | |
| import glob | |
| import os |
| { | |
| "universityarchives": "5561", | |
| "reservesmicrotextandmediadesk": "5557", | |
| "medievalinstitutelibrary": "5558", | |
| "circulationservicedesk": "1483", | |
| "engineeringlibrary": "5566", | |
| "architecturelibrary": "5563", | |
| "kelloggkroclibrary": "5567", | |
| "mahaffeybusinesslibrary": "5564", | |
| "chemistryphysicslibrary": "5565", |
| AWSTemplateFormatVersion: '2010-09-09' | |
| Description: '{{ application_stage }} CodeBuild' | |
| Metadata: | |
| AWS::CloudFormation::Interface: | |
| ParameterLabels: |
| AWSTemplateFormatVersion: '2010-09-09' | |
| Description: Create a Volume from scratch and attach it to an instance. | |
| Metadata: | |
| AWS::CloudFormation::Interface: |
| <?xml version="1.0" encoding="UTF-8" standalone="yes"?><template><description></description><name>JythonJsonToJsonExample</name><snippet><connections><id>02d12142-26da-459b-938c-427d4f2e44cc</id><parentGroupId>68f8be3e-335a-457d-b83f-96ddaae929e6</parentGroupId><backPressureDataSizeThreshold>0 MB</backPressureDataSizeThreshold><backPressureObjectThreshold>0</backPressureObjectThreshold><destination><groupId>68f8be3e-335a-457d-b83f-96ddaae929e6</groupId><id>60403007-026d-40fe-ba2e-d3f48b6d235f</id><type>PROCESSOR</type></destination><flowFileExpiration>0 sec</flowFileExpiration><labelIndex>1</labelIndex><name></name><selectedRelationships>success</selectedRelationships><source><groupId>68f8be3e-335a-457d-b83f-96ddaae929e6</groupId><id>45c28ea4-b46f-46d3-93f2-3dac1ffadcff</id><type>PROCESSOR</type></source><zIndex>0</zIndex></connections><connections><id>3aa46389-b79d-42b4-93f3-d494ce7338da</id><parentGroupId>68f8be3e-335a-457d-b83f-96ddaae929e6</parentGroupId><backPressureDataSizeThreshold>0 MB</backPressureDa |
| from org.python.core.util.FileUtil import wrap | |
| from org.apache.nifi.processors.script import ExecuteScript | |
| first_line = None | |
| flow_file = session.get() | |
| def read_first_line(input): |
| AWSTemplateFormatVersion: '2010-09-09' | |
| Description: Template to create libnd EC2 | |
| Conditions: | |
| HasNetworkInterfaceId: !Not [!Equals [!Ref NetworkInterfaceId, '']] | |
| HasPrivateIpAddress: !Not [!Equals [!Ref PrivateIpAddress, '']] | |
| Parameters: | |
| AMI: | |
| ConstraintDescription: must be an AMI available in the EC2 instance's region | |
| Default: ami-6869aa05 | |
| Description: Base AMI |
| FROM node:5.5.0 | |
| ARG app | |
| RUN useradd --user-group --create-home --shell /bin/false app | |
| ENV HOME=/home/app | |
| WORKDIR ${HOME} | |
| RUN git clone --depth 1 https://github.com/ndlib/${app} | |
| RUN chown -R app:app ${HOME}/* | |
| USER app | |
| WORKDIR ${HOME}/${app} | |
| RUN npm install && npm cache clean |
I hereby claim:
To claim this, I am signing this object: