diff options
author | bst-marge-bot <marge-bot@buildstream.build> | 2020-07-03 07:54:24 +0000 |
---|---|---|
committer | bst-marge-bot <marge-bot@buildstream.build> | 2020-07-03 07:54:24 +0000 |
commit | 8d7ee1885e2c458c4f2edf113e5a2d990235f708 (patch) | |
tree | ecc31b3e758792c9472af997430910d46c32e440 | |
parent | c910eca450e7863583b58f106a8f049189372a0f (diff) | |
parent | 159205f3317a1153fc3256a7df4f62da75525b3b (diff) | |
download | buildstream-8d7ee1885e2c458c4f2edf113e5a2d990235f708.tar.gz |
Merge branch 'tristan/bst-1/update-mailing-list' into 'bst-1'
Update mailing list (bst-1)
See merge request BuildStream/buildstream!1981
-rw-r--r-- | BuildStream.doap | 2 | ||||
-rw-r--r-- | HACKING.rst | 2 | ||||
-rw-r--r-- | doc/source/index.rst | 2 | ||||
-rwxr-xr-x | setup.py | 4 |
4 files changed, 5 insertions, 5 deletions
diff --git a/BuildStream.doap b/BuildStream.doap index 263ded41e..15894b2ab 100644 --- a/BuildStream.doap +++ b/BuildStream.doap @@ -8,7 +8,7 @@ <name xml:lang="en">BuildStream</name> <shortdesc xml:lang="en">Build tool for running abstract, deterministic build pipelines</shortdesc> <homepage rdf:resource="https://gitlab.com/BuildStream/buildstream/" /> - <mailing-list rdf:resource="https://mail.gnome.org/mailman/listinfo/buildstream-list" /> + <mailing-list rdf:resource="https://lists.apache.org/list.html?dev@buildstream.apache.org" /> <download-page rdf:resource="http://download.gnome.org/sources/BuildStream/" /> <bug-database rdf:resource="https://gitlab.com/BuildStream/buildstream/issues" /> diff --git a/HACKING.rst b/HACKING.rst index e6589344c..b4d546542 100644 --- a/HACKING.rst +++ b/HACKING.rst @@ -6,7 +6,7 @@ Some tips and guidelines for developers hacking on BuildStream Feature additions ----------------- Major feature additions should be proposed on the -`mailing list <https://mail.gnome.org/mailman/listinfo/buildstream-list>`_ +`mailing list <https://lists.apache.org/list.html?dev@buildstream.apache.org>`_ before being considered for inclusion, we strongly recommend proposing in advance of commencing work. diff --git a/doc/source/index.rst b/doc/source/index.rst index ac4587f10..3ac3fc714 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -28,5 +28,5 @@ Resources --------- * GitLab repository: https://gitlab.com/BuildStream/buildstream * Bug Tracking: https://gitlab.com/BuildStream/buildstream/issues -* Mailing list: https://mail.gnome.org/mailman/listinfo/buildstream-list +* Mailing list: https://lists.apache.org/list.html?dev@buildstream.apache.org * IRC Channel: irc://irc.gnome.org/#buildstream @@ -251,7 +251,7 @@ setup(name='BuildStream', cmdclass=get_cmdclass(), author='BuildStream Developers', - author_email='buildstream-list@gnome.org', + author_email='dev@buildstream.apache.org', classifiers=[ 'Environment :: Console', 'Intended Audience :: Developers', @@ -271,7 +271,7 @@ setup(name='BuildStream', project_urls={ 'Documentation': 'https://buildstream.gitlab.io/buildstream/', 'Tracker': 'https://gitlab.com/BuildStream/buildstream/issues', - 'Mailing List': 'https://mail.gnome.org/mailman/listinfo/buildstream-list' + 'Mailing List': 'https://lists.apache.org/list.html?dev@buildstream.apache.org' }, python_requires='~={}.{}'.format(REQUIRED_PYTHON_MAJOR, REQUIRED_PYTHON_MINOR), packages=find_packages(exclude=('tests', 'tests.*')), |