GSOC: Introduction

Dmitry V. Levin ldv at altlinux.org
Thu Mar 9 00:09:13 UTC 2017


On Wed, Mar 08, 2017 at 07:51:49AM +0530, Abhishek Tiwari wrote:
> Made changes in description of commit message and INSTALL-git.md.
> From bfb8f2576e947b8b1abd7709f1ae8277d77e3c2a Mon Sep 17 00:00:00 2001
> From: Abhishek Tiwari <erabhishektiwarics at gmail.com>
> Date: Tue, 7 Mar 2017 08:49:30 +0530
> Subject: [PATCH v6] Updated information in order to build strace from git
>  repository

Changed to:
Update information on how to build strace from git repository

> * INSTALL-git.md: Describe how to build strace from git repository.
> * README.md: Add reference to INSTALL-git.md.
> * README-hacking: Likewise.
> ---
>  INSTALL-git.md | 8 ++++++++
>  README-hacking | 6 +-----
>  README.md      | 2 ++
>  3 files changed, 11 insertions(+), 5 deletions(-)
>  create mode 100644 INSTALL-git.md
> 
> diff --git a/INSTALL-git.md b/INSTALL-git.md
> new file mode 100644
> index 0000000..304f1d4
> --- /dev/null
> +++ b/INSTALL-git.md
> @@ -0,0 +1,8 @@
> +Build strace from git repository
> +================================
> +If you use the GIT version of strace there will be some files missing
> +that you need to build strace.  These files are generated by tools from
> +the GNU Autoconf and Automake packages.
> +
> +Note: rather than running `autoreconf` directly, use the `./bootstrap` script
> +and follow the instructions given in given in [INSTALL](INSTALL) file for further installation.
> diff --git a/README-hacking b/README-hacking
> index 16d12c0..ff8ce12 100644
> --- a/README-hacking
> +++ b/README-hacking
> @@ -1,10 +1,6 @@
>  Requirements
>  ============
> -If you use the GIT version of strace there will be some files missing
> -that you need to build strace.  These files are generated by tools from
> -the GNU Autoconf and Automake packages.
> -
> -Note: rather than run `autoreconf' directly, use the `./bootstrap' script.
> +If you use the GIT version of strace, please refer to INSTALL-git.md file.
>  
>  
>  No more ChangeLog file
> diff --git a/README.md b/README.md
> index 9350ec1..6e74285 100644
> --- a/README.md
> +++ b/README.md
> @@ -4,6 +4,8 @@ strace is released under a Berkeley-style license at the request of Paul Kranenb
>  
>  See the file [NEWS](NEWS) for information on what has changed in recent versions.
>  
> +Please read the file [INSTALL-git](INSTALL-git) for installation instructions.

Changed to:
Please read the file [INSTALL-git](INSTALL-git.md) for installation instructions.

> +
>  Please send bug reports and enhancements to [the strace mailing list](https://lists.sourceforge.net/lists/listinfo/strace-devel).
>  
>  [![Build Status](https://travis-ci.org/strace/strace.svg?branch=master)](https://travis-ci.org/strace/strace) [![Code Coverage](https://codecov.io/github/strace/strace/coverage.svg?branch=master)](https://codecov.io/github/strace/strace?branch=master)

Thanks, applied with these two corrections.


-- 
ldv
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 801 bytes
Desc: not available
URL: <http://lists.strace.io/pipermail/strace-devel/attachments/20170309/2ba108f6/attachment.bin>


More information about the Strace-devel mailing list