Skip to content

Commit 6da8399

Browse files
committed
lcov: Update website links
Consolidate all lcov-related website links to point to the github lcov repository site. Also update the instructions for collecting Linux kernel coverage. Signed-off-by: Peter Oberparleiter <[email protected]>
1 parent 0343532 commit 6da8399

File tree

9 files changed

+24
-24
lines changed

9 files changed

+24
-24
lines changed

CONTRIBUTING

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ inclusion:
1616
2. The contribution must follow a particular format.
1717
3. The contribution must be signed.
1818

19-
Once you have made sure that your contribution follows these rules, send it via
20-
e-mail to the LTP coverage mailing list [1].
19+
Once you have made sure that your contribution follows these rules, open a
20+
pull request for the LCOV code repository [1].
2121

2222

2323
Signing your work
@@ -31,7 +31,7 @@ end of the explanation of a patch:
3131
By signing a patch, you certify the following:
3232

3333
By making a contribution to the LTP GCOV extension (LCOV) on
34-
http://ltp.sourceforge.net, I certify that:
34+
https://github.com/linux-test-project/lcov, I certify that:
3535

3636
a) The contribution was created by me and I have the right to submit it
3737
under the terms and conditions of the open source license
@@ -56,8 +56,8 @@ collect, process and visualize code coverage data as produced by the gcov tool
5656
that is part of the GNU Compiler Collection (GCC) [2].
5757

5858
If you have an idea for a contribution but are unsure if it aligns with the
59-
project goals, feel free to discuss the idea on the LTP coverage mailing
60-
list [1].
59+
project goals, feel free to discuss the idea using the issue tracker on the
60+
LCOV code repository site [1].
6161

6262

6363
Contribution format
@@ -89,5 +89,5 @@ With your Signed-off-by, you certify the rules stated in section
8989

9090
--
9191

92-
93-
[2] http://gcc.gnu.org
92+
[1] https://github.com/linux-test-project/lcov
93+
[2] https://gcc.gnu.org

README

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Further README contents
5353
------------------
5454
The LCOV package is available as either RPM or tarball from:
5555

56-
http://ltp.sourceforge.net/coverage/lcov.php
56+
https://github.com/linux-test-project/lcov/releases
5757

5858
To install the tarball, unpack it to a directory and run:
5959

@@ -68,14 +68,13 @@ Change to the resulting lcov directory and type:
6868
make install
6969

7070

71-
3. An example of how to access kernel coverage data
72-
---------------------------------------------------
73-
Requirements: get and install the gcov-kernel package from
71+
3. An example of how to access Linux kernel coverage data
72+
---------------------------------------------------------
73+
Requirements: Follow the Linux kernel coverage setup instructions at:
7474

75-
http://sourceforge.net/projects/ltp
75+
https://docs.kernel.org/dev-tools/gcov.html
7676

77-
Copy the resulting gcov kernel module file to either the system wide modules
78-
directory or the same directory as the Perl scripts. As root, do the following:
77+
As root, do the following:
7978

8079
a) Resetting counters
8180

@@ -130,6 +129,7 @@ consult the gcov man page.
130129
-------------------------
131130
See the included man pages for more information on how to use the LCOV tools.
132131

133-
Please email further questions or comments regarding this tool to the
134-
LTP Mailing list at [email protected]
132+
In case of further questions, feel free to open a new issue using the issue
133+
tracker on the LCOV code repository site at:
135134

135+
https://github.com/linux-test-project/lcov

bin/gendesc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ use Cwd qw/abs_path/;
4545
# Constants
4646
our $tool_dir = abs_path(dirname($0));
4747
our $lcov_version = 'LCOV version '.`"$tool_dir"/get_version.sh --full`;
48-
our $lcov_url = "http://ltp.sourceforge.net/coverage/lcov.php";
48+
our $lcov_url = "https://github.com/linux-test-project/lcov";
4949
our $tool_name = basename($0);
5050

5151

bin/genhtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ use Cwd qw/abs_path cwd/;
7777
our $title = "LCOV - code coverage report";
7878
our $tool_dir = abs_path(dirname($0));
7979
our $lcov_version = 'LCOV version '.`"$tool_dir"/get_version.sh --full`;
80-
our $lcov_url = "http://ltp.sourceforge.net/coverage/lcov.php";
80+
our $lcov_url = "https://github.com/linux-test-project/lcov";
8181
our $tool_name = basename($0);
8282

8383
# Specify coverage rate default precision

bin/geninfo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ if( $^O eq "msys" )
7171
# Constants
7272
our $tool_dir = abs_path(dirname($0));
7373
our $lcov_version = 'LCOV version '.`"$tool_dir"/get_version.sh --full`;
74-
our $lcov_url = "http://ltp.sourceforge.net/coverage/lcov.php";
74+
our $lcov_url = "https://github.com/linux-test-project/lcov";
7575
our $gcov_tool = "gcov";
7676
our $tool_name = basename($0);
7777

bin/genpng

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ use Cwd qw/abs_path/;
3939
# Constants
4040
our $tool_dir = abs_path(dirname($0));
4141
our $lcov_version = 'LCOV version '.`"$tool_dir"/get_version.sh --full`;
42-
our $lcov_url = "http://ltp.sourceforge.net/coverage/lcov.php";
42+
our $lcov_url = "https://github.com/linux-test-project/lcov";
4343
our $tool_name = basename($0);
4444

4545

bin/lcov

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ use Cwd qw /abs_path getcwd/;
7474
# Global constants
7575
our $tool_dir = abs_path(dirname($0));
7676
our $lcov_version = 'LCOV version '.`"$tool_dir"/get_version.sh --full`;
77-
our $lcov_url = "http://ltp.sourceforge.net/coverage/lcov.php";
77+
our $lcov_url = "https://github.com/linux-test-project/lcov";
7878
our $tool_name = basename($0);
7979

8080
# Directory containing gcov kernel files

man/lcov.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ you have to complete the following preparation steps:
200200
For Linux kernel coverage:
201201
.RS
202202
Follow the setup instructions for the gcov\-kernel infrastructure:
203-
.I http://ltp.sourceforge.net/coverage/gcov.php
203+
.I https://docs.kernel.org/dev-tools/gcov.html
204204
.br
205205

206206

rpm/lcov.spec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ Version: 1.15
44
Release: 1
55
License: GPLv2+
66
Group: Development/Tools
7-
URL: http://ltp.sourceforge.net/coverage/lcov.php
8-
Source0: http://downloads.sourceforge.net/ltp/%{name}-%{version}.tar.gz
7+
URL: https://github.com/linux-test-project/lcov
8+
Source0: https://github.com/linux-test-project/%{name}/releases/download/v%{version}/%{name}-%{version}.tar.gz
99
BuildRoot: %{_tmppath}/%{name}-%{version}-root
1010
BuildArch: noarch
1111
Requires: perl >= 5.8.8

0 commit comments

Comments
 (0)