You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildstream.apache.org by ro...@apache.org on 2020/12/29 13:30:23 UTC

[buildstream] branch phil/#430-Typo-in-MANIFEST created (now 40ed781)

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

root pushed a change to branch phil/#430-Typo-in-MANIFEST
in repository https://gitbox.apache.org/repos/asf/buildstream.git.


      at 40ed781  MANIFEST.in: Fix typo when including BuildStream.doap

This branch includes the following new commits:

     new 40ed781  MANIFEST.in: Fix typo when including BuildStream.doap

The 1 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] 01/01: MANIFEST.in: Fix typo when including BuildStream.doap

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

root pushed a commit to branch phil/#430-Typo-in-MANIFEST
in repository https://gitbox.apache.org/repos/asf/buildstream.git

commit 40ed78120d4c30f2210aeb6cc4eb9e1da0928c26
Author: Phil Dawson <ph...@codethink.co.uk>
AuthorDate: Wed Jun 13 17:29:08 2018 +0100

    MANIFEST.in: Fix typo when including BuildStream.doap
    
    Correct includsion of buildstream.doap which does not exist
    to 'include BuildStream.doap'.
    
    This commit resolves issue #430
---
 MANIFEST.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MANIFEST.in b/MANIFEST.in
index 1ba9c33..0ef33d0 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,5 +1,5 @@
 # Basic toplevel package includes
-include buildstream.doap
+include BuildStream.doap
 include COPYING
 include HACKING.rst
 include MAINTAINERS