Page MenuHomePhabricator
Paste P6834

working scap blubber.yaml
ActivePublic

Authored by dduvall on Mar 12 2018, 5:58 PM.
Tags
None
Referenced Files
F15201123: working scap blubber.yaml
Mar 12 2018, 5:58 PM
Subscribers
None
base: docker-registry.wikimedia.org/wikimedia-jessie
apt:
packages:
- build-essential
- ca-certificates
- openssl
- python2.7
- python2.7-dev
- python-openssl
- python-setuptools
- git
- zlib1g-dev
- libjpeg-dev
- php5-cli
runs:
insecurely: true
environment:
LANG: C.UTF-8
python:
version: python2.7
requirements:
- requirements.txt
- test-requirements.txt
- docs/requirements.txt
variants:
test:
runs: { insecurely: true }
entrypoint: [python2.7, -m, tox]

Event Timeline

dduvall changed the title of this paste from untitled to working scap blubber.yaml.
dduvall updated the paste's language from autodetect to yaml.