summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Jones <adam.jones@codethink.co.uk>2018-09-14 16:20:25 +0100
committerAdam Jones <adam.jones@codethink.co.uk>2018-09-14 18:08:10 +0100
commit86da9177af5f89d36269abc5797882757139bf79 (patch)
tree762344eca011e98cc9ba34e5eee585ab821621d4
parentfa8069d126dc71f5c31318ba8dc1d22214931321 (diff)
downloadbuildstream-adamjones/contribution-guide.tar.gz
update HACKING referencesadamjones/contribution-guide
-rw-r--r--MANIFEST.in2
-rwxr-xr-xdoc/bst2html.py2
-rw-r--r--doc/source/index.rst2
3 files changed, 3 insertions, 3 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index f9e506027..9c16ce051 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,7 +1,7 @@
# Basic toplevel package includes
include BuildStream.doap
include COPYING
-include HACKING.rst
+include CONTRIBUTING.rst
include MAINTAINERS
include NEWS
include README.rst
diff --git a/doc/bst2html.py b/doc/bst2html.py
index eaf25eae8..e453874fc 100755
--- a/doc/bst2html.py
+++ b/doc/bst2html.py
@@ -444,7 +444,7 @@ def run_session(description, tempdir, source_cache, palette, config_file, force)
def run_bst(directory, force, source_cache, description, palette):
"""Run a bst command and capture stdout/stderr in html
- This command normally takes a description yaml file, see the HACKING
+ This command normally takes a description yaml file, see the CONTRIBUTING
file for information on it's format.
"""
if not source_cache and os.environ.get('BST_SOURCE_CACHE'):
diff --git a/doc/source/index.rst b/doc/source/index.rst
index ac4587f10..bc6ecbed2 100644
--- a/doc/source/index.rst
+++ b/doc/source/index.rst
@@ -21,7 +21,7 @@ Later sections provide detailed information on BuildStream internals.
main_install
main_using
main_core
- HACKING
+ CONTRIBUTING
Resources