Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
Signed-off-by: Gaetan Semet <gaetan@xeberon.net>
  • Loading branch information
gsemet committed Oct 22, 2017
1 parent e4e2c40 commit 7b2407a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ run_frontend:
cd frontend ; make run

kill-docker:
docker kill $$(docker ps --format '{{.Names}}\t{{.Image}}\t' | grep dopplerr | cut -f1)
docker kill $$(docker ps --format '{{.Names}}\t{{.Image}}\t' | grep dopplerr | cut -f1) || true

shell:
@echo "Shell"
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -188,3 +188,7 @@ Create a release: create a tag with a Semver syntax. Optionally you can tag code
$ git push --tags

On successful travis build on the Tag branch, your Pypi package will be automatically updated.

Note:

> According to PBR, alpha versions are noted "x.y.z.a1"
4 changes: 4 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,10 @@ tag code locally and push to GitHub.
On successful travis build on the Tag branch, your Pypi package will be
automatically updated.

Note:

According to PBR, alpha versions are noted "x.y.z.a1"

.. |Build Status| image:: https://travis-ci.org/Stibbons/dopplerr.svg?branch=master
:target: https://travis-ci.org/Stibbons/dopplerr
.. |Docker Automated buil| image:: https://img.shields.io/docker/build/stibbons31/dopplerr.svg
Expand Down

0 comments on commit 7b2407a

Please sign in to comment.