[go: nahoru, domu]

Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

Latest commit

 

History

History

mozdef_util

MozDef Util

Utilities shared throughout the MozDef codebase

Before a New release

  1. Run make clean to remove any previous build data
  2. Modify the version in the setup.py file.
  3. Add the new version and list the changes in the HISTORY.md file

To Push a New Release

This package contains a Makefile that will allow you to run the following commands:

  1. If you haven't run make clean yet, do that before you run make release.
  2. Run make release which will package and upload the release.

Additional options provided by the Makefile:

  1. make dist builds source and wheel package
  2. make install installs the package to the active Python's site-packages
  3. make lint runs flake8 on the codebase