You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildstream.apache.org by tv...@apache.org on 2022/11/09 08:01:33 UTC

[buildstream] branch tristan/more-release-fixes created (now f0edde6c6)

This is an automated email from the ASF dual-hosted git repository.

tvb pushed a change to branch tristan/more-release-fixes
in repository https://gitbox.apache.org/repos/asf/buildstream.git


      at f0edde6c6 Remove autotools generated files from autotools example tarballs.

This branch includes the following new commits:

     new 81dbc3393 setup.py: Some touch ups to pass muster for Apache releases.
     new 43e2380e1 README.rst: Replace "Free Software" with "Open Source" in the readme.
     new f0edde6c6 Remove autotools generated files from autotools example tarballs.

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[buildstream] 03/03: Remove autotools generated files from autotools example tarballs.

Posted by tv...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

tvb pushed a commit to branch tristan/more-release-fixes
in repository https://gitbox.apache.org/repos/asf/buildstream.git

commit f0edde6c648e4fbc2686cdfe92d7f1d44710ea9b
Author: Tristan van Berkom <tr...@codethink.co.uk>
AuthorDate: Wed Nov 9 17:00:47 2022 +0900

    Remove autotools generated files from autotools example tarballs.
    
    These tarballs contained generated files with GPL license headers.
---
 tests/integration/project/files/amhello.tar.gz      | Bin 30555 -> 14223 bytes
 tests/remotecache/project/files/amhello.tar.gz      | Bin 30555 -> 14223 bytes
 tests/remoteexecution/project/files/amhello.tar.gz  | Bin 30555 -> 14223 bytes
 .../project/files/sub-project/files/amhello.tar.gz  | Bin 30555 -> 14223 bytes
 4 files changed, 0 insertions(+), 0 deletions(-)

diff --git a/tests/integration/project/files/amhello.tar.gz b/tests/integration/project/files/amhello.tar.gz
index afe189908..b48409548 100644
Binary files a/tests/integration/project/files/amhello.tar.gz and b/tests/integration/project/files/amhello.tar.gz differ
diff --git a/tests/remotecache/project/files/amhello.tar.gz b/tests/remotecache/project/files/amhello.tar.gz
index afe189908..b48409548 100644
Binary files a/tests/remotecache/project/files/amhello.tar.gz and b/tests/remotecache/project/files/amhello.tar.gz differ
diff --git a/tests/remoteexecution/project/files/amhello.tar.gz b/tests/remoteexecution/project/files/amhello.tar.gz
index afe189908..b48409548 100644
Binary files a/tests/remoteexecution/project/files/amhello.tar.gz and b/tests/remoteexecution/project/files/amhello.tar.gz differ
diff --git a/tests/remoteexecution/project/files/sub-project/files/amhello.tar.gz b/tests/remoteexecution/project/files/sub-project/files/amhello.tar.gz
index afe189908..b48409548 100644
Binary files a/tests/remoteexecution/project/files/sub-project/files/amhello.tar.gz and b/tests/remoteexecution/project/files/sub-project/files/amhello.tar.gz differ


[buildstream] 01/03: setup.py: Some touch ups to pass muster for Apache releases.

Posted by tv...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

tvb pushed a commit to branch tristan/more-release-fixes
in repository https://gitbox.apache.org/repos/asf/buildstream.git

commit 81dbc3393c5b247786f59bd21cc38ff928ffe7ef
Author: Tristan van Berkom <tr...@codethink.co.uk>
AuthorDate: Wed Nov 9 16:28:30 2022 +0900

    setup.py: Some touch ups to pass muster for Apache releases.
    
      * Updated the "Author" field in packaging metadata
    
      * Updated some old gitlab URIs to point to github
---
 setup.py | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/setup.py b/setup.py
index f7adcce2f..e26ba093c 100755
--- a/setup.py
+++ b/setup.py
@@ -419,7 +419,7 @@ setup(
     name="BuildStream",
     version=version,
     cmdclass=get_cmdclass(),
-    author="BuildStream Developers",
+    author="The Apache Software Foundation",
     author_email="dev@buildstream.apache.org",
     classifiers=[
         "Environment :: Console",
@@ -439,9 +439,9 @@ setup(
     long_description_content_type="text/x-rst; charset=UTF-8",
     url="https://buildstream.build",
     project_urls={
-        "Source": "https://gitlab.com/BuildStream/buildstream",
+        "Source": "https://github.com/apache/buildstream",
         "Documentation": "https://docs.buildstream.build",
-        "Tracker": "https://gitlab.com/BuildStream/buildstream/issues",
+        "Tracker": "https://github.com/apache/buildstream/issues",
         "Mailing List": "https://lists.apache.org/list.html?dev@buildstream.apache.org",
     },
     python_requires="~={}.{}".format(REQUIRED_PYTHON_MAJOR, REQUIRED_PYTHON_MINOR),


[buildstream] 02/03: README.rst: Replace "Free Software" with "Open Source" in the readme.

Posted by tv...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

tvb pushed a commit to branch tristan/more-release-fixes
in repository https://gitbox.apache.org/repos/asf/buildstream.git

commit 43e2380e162aeac33616bb73eca751865620665f
Author: Tristan van Berkom <tr...@codethink.co.uk>
AuthorDate: Wed Nov 9 16:51:52 2022 +0900

    README.rst: Replace "Free Software" with "Open Source" in the readme.
---
 README.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.rst b/README.rst
index b0fb11af1..14a8c5a28 100644
--- a/README.rst
+++ b/README.rst
@@ -17,7 +17,7 @@ About
 
 What is BuildStream?
 ====================
-`BuildStream <https://buildstream.build>`_ is a Free Software tool for 
+`BuildStream <https://buildstream.build>`_ is an Open Source tool for
 building/integrating software stacks.
 It takes inspiration, lessons and use-cases from various projects including
 OBS, Reproducible Builds, Yocto, Baserock, Buildroot, Aboriginal, GNOME Continuous,