Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 2 additions & 7 deletions docs/dev/release.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ different.

These apply to all projects:

- CHANGELOG.MD and NEWS.MD: Update the latest header, fix the order, remove empty sections and (re)group the entries if necessary.
- `CHANGELOG.MD` and `NEWS.MD`: Update the latest header, fix the order, remove empty sections and (re)group the entries if necessary.
- debian/changelog: Insert a new section for the new version with the tool `dch` or update the version of the existing last item if yet unreleased. Don't forget the revision after the version number!

### IntelMQ
Expand Down Expand Up @@ -68,12 +68,7 @@ rm -r build/
python3 setup.py sdist bdist_wheel
```

* Upload the files including signatures to PyPI with e.g. twine: `twine upload -u __token__ -p $APITOKEN dist/intelmq...` (or set the API Token in `.pypirc`).


## Documentation

Since using mkdocs (see https://docs.intelmq.org) nothing needs to be done anymore.
* Upload the files including signatures to PyPI with e.g. twine: `twine upload dist/intelmq...` (set the API Token in `~/.pypirc`).

## Packages

Expand Down
3 changes: 3 additions & 0 deletions intelmq/bin/intelmqctl.py
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,9 @@ def __init__(self, interactive: bool = False, returntype: ReturnType = ReturnTyp
Get some debugging output on the settings and the environment (to be extended):
intelmqctl debug --get-paths
intelmqctl debug --get-environment-variables

Looking for help from the community?
Find IntelMQ's support channels at https://docs.intelmq.org/latest/help/
'''

self._processmanagertype = getattr(self._parameters, 'process_manager', 'intelmq')
Expand Down
Loading