Page MenuHomePhabricator
Paste P6833

working scap blubber.yaml
ActivePublic

Authored by dduvall on Mar 12 2018, 5:56 PM.
Tags
None
Referenced Files
F15200923: working scap blubber.yaml
Mar 12 2018, 5:56 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:
entrypoint: [python2.7, -m, tox]
production:
copies: test

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 autodetect.
dduvall updated the paste's language from autodetect to yaml.Mar 12 2018, 5:56 PM