Skip to content

Latest commit

 

History

History
36 lines (32 loc) · 2 KB

BUILD.rst

File metadata and controls

36 lines (32 loc) · 2 KB

Releasing DbBot

  1. Update __version__ in dbbot/__init__.py to release version (remove '-devel' suffix)
  2. Commit, push, add git tag with version number and push tags
  3. Upload to PyPi with: python setup.py sdist upload
  4. Check that page in PyPi looks good and pip install dbbot works.
  5. Change __version__ to 'x.x-devel' in dbbot/__init__.py, commit and push
  6. Send emails to: announce- and devel-lists. Tweet and add news to Confluence.

Directory structure

Directory Description
atests Robot Framework-powered acceptance tests for DbBot. Also has some test data in the testdata directory.
dbbot Source code files of DbBot.
doc Technical documentation about the database schema and utilities to generate it.
examples Examples that are using the DbBot created database and extending the 'dbbot' modules.
tools Additional scripts eg. converting databases generated with Robot Framework 2.7 to 2.8.