summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Jones <adam.jones@codethink.co.uk>2018-09-14 16:20:25 +0100
committerTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2018-09-17 16:40:45 +0900
commitade19151243cfb55751199cbbd8b61bfe4d2a7aa (patch)
tree61c5c2ed6584ef4f473662a76436c027b8cbf6e0
parent6f0a3e98c5bd37d2e9851beae49ebf9a7d53e7d5 (diff)
downloadbuildstream-ade19151243cfb55751199cbbd8b61bfe4d2a7aa.tar.gz
update HACKING references
-rw-r--r--MANIFEST.in2
-rwxr-xr-xdoc/bst2html.py2
l---------doc/source/CONTRIBUTING.rst1
l---------doc/source/HACKING.rst1
-rw-r--r--doc/source/index.rst2
5 files changed, 4 insertions, 4 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/CONTRIBUTING.rst b/doc/source/CONTRIBUTING.rst
new file mode 120000
index 000000000..e9a8ba642
--- /dev/null
+++ b/doc/source/CONTRIBUTING.rst
@@ -0,0 +1 @@
+../../CONTRIBUTING.rst \ No newline at end of file
diff --git a/doc/source/HACKING.rst b/doc/source/HACKING.rst
deleted file mode 120000
index a2f06b723..000000000
--- a/doc/source/HACKING.rst
+++ /dev/null
@@ -1 +0,0 @@
-../../HACKING.rst \ No newline at end of file
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