Skip to content

zenoss/zenoss-protocols

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Zenoss Protocols

Zenoss's Protobuf interfaces for communicating with ZEP and Impact.

Python Build

cd python
python setup.py bdist_egg

Java Build

cd java
mvn install

Helpful documents:

Releasing

Use git flow to release a version to the master branch.

The version is defined twice: in python/setup.py and in java/pom.xml. The version must be changed in both files.

For Zenoss employees, the details on using git-flow to release a version is documented on the Zenoss Engineering web site. After the git flow process is complete, a jenkins job can be triggered manually to build and publish the artifacts.