Open
Description
- Split out the development settings and infra settings that should not be set by developers.
- number of workers
- memory
- longspring_port
- Able to run a local deploy: we should be able to test deploy locally to avoid blind deploy we are facing
- Coupling buildout and virtualenv technologies to avoid conflicts with server environment
- Split buildout config files to have project related configs in a simple and easy-to-use file
- Usage of
sys.exit(err_code)
to stop the builds with proper informative code - Warn deployer of missing git config. Merges need a commit and no commit can be done without git config.
- Display known problems with dependencies to deployer, properly warning them. Allow search through archived problems.
- Command line:
bob install [-h]
bob deploy [-h]
bob freeze [-h]
bob rollback [-h] [--date] [--list-backups]
bob custom [-h] CONFIG
Metadata
Metadata
Assignees
Labels
No labels