summaryrefslogtreecommitdiffstats
path: root/README.rst
AgeCommit message (Collapse)AuthorFilesLines
2017-07-25Bug 1380531 - Write initial CircleCI configuration for BMODylan William Hardison1-0/+3
This is the first (working) iteration of a configuration that allows CircleCI to build 'bmo' docker images that are runnable. Some other changes were required for this: 1. The base image used in Dockerfile was changed from centos:6.7 to mozillabteam/bmo-base:slim. This is a new version of (github) mozilla-bteam/docker-bmo-base which is much smaller, and includes all the system RPMs and other bits that our bmo Dockerfile expects. 2. init.pl mistakenly had '--no-assets' which is not currently a checksetup.pl option. 3. 901-secure-mail-loop.t (which checks for an infinite loop) had to have its timeout increased because CircleCI sometimes is quite slow. 4. version.txt // __version__ now includes build information from CircleCI environmental variables
2017-07-21better defaults for re.plDylan William Hardison1-0/+50
2017-07-07Bug 1361439 - Create dockerflow-compliant container that runs a BMO web headDylan William Hardison1-6/+97
2017-06-17Replace the update provision command in README (#107)Sebastin Santy1-2/+7
* A mention about when to use full provision * Added a note on command failure
2017-06-07Fix and improve wording in README.rst. (#93)Mark Côté1-23/+25
This fixes a number of typos, formatting errors, and awkward phrasings.
2017-04-14Bug 1328874 - Add Vagrantfile for production-like development VMsDylan William Hardison1-0/+77