Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

4. Clone the incubator-sdap-ningesterpy repository.

git clone https://github.com/<username>/incubator-sdap-ningesterpy

5. Set

...

Up Remotes.

git remote add upstream https://github.com/apache/incubator-sdap-ningesterpy.git

...

git rebase upstream/master

6. Build the nexusproto

...

 Image.

cd incubator-sdap-nexusproto

./gradlew pythonInstall

7. Install

...

Dependencies.

cd incubator-sdap-ningesterpy

python setup.py install

8. Create

...

Branch & Make

...

Changes.

Create a branch for the issue you are addressing:

...

git commit -a -m "SDAP-XXX descriptive title of SDAP-XXX"

9. Make a GitHub Pull Request.

IMPORTANT: Make sure you have rebased your SDAP-XXX branch to include the latest code from upstream/master before you do this.

...