[Pkg-privacy-commits] [onioncircuits] 16/39: Document the release process and coding style and bug tracker

Sascha Steinbiss sascha at steinbiss.name
Sun May 15 16:40:45 UTC 2016


This is an automated email from the git hooks/post-receive script.

sascha-guest pushed a commit to branch master
in repository onioncircuits.

commit bbdea1bfa593501ee2ea0c36614be7de88fa201e
Author: Alan <alan at boum.org>
Date:   Fri Apr 1 18:17:53 2016 +0000

    Document the release process and coding style and bug tracker
---
 HACKING | 21 +++++++++++++++++++++
 README  |  8 ++++++++
 2 files changed, 29 insertions(+)

diff --git a/HACKING b/HACKING
index 16c9945..cef966d 100644
--- a/HACKING
+++ b/HACKING
@@ -1,5 +1,26 @@
+Coding style
+============
+
+Please follow PEP-8 "Style Guide for Python Code"[1] and be consistent with
+current code when proposing patches. Explicit variables names are preferred,
+even if they are longer.
+
+[1]. https://www.python.org/dev/peps/pep-0008/
+
+
 Release
 =======
 
 ~/path/to/tails/git/import-translations && \
 git commit po -m 'Update POT and PO files.'
+
+Edit setup.py to increment "version=" field to $VERSION
+
+git add setup.py
+
+git commit -m "Bump version to $VERSION"
+
+git tag --sign $VERSION
+
+git push --tags origin/master
+
diff --git a/README b/README
index c91eefe..3a0b765 100644
--- a/README
+++ b/README
@@ -21,3 +21,11 @@ Installation
 
     ./setup.py build
     sudo ./setup.py install
+
+Feedback
+========
+
+Please submit your bugreports and patches to with "Onion Circuits" as affected
+tool:
+
+    https://labs.riseup.net/code/projects/tails/issues

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/onioncircuits.git



More information about the Pkg-privacy-commits mailing list