Skip to content

Commit 67e7a51

Browse files
committed
Remove all references to git.kernel.dk
AI bullshit made this impossible to maintain, or at least requiring more time and devotion than I have or am willing to spend. Switch the canonical fio location to the one hosted on git.kernel.org instead. Signed-off-by: Jens Axboe <[email protected]>
1 parent 71d47f4 commit 67e7a51

File tree

8 files changed

+10
-12
lines changed

8 files changed

+10
-12
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Source
2727

2828
Fio resides in a git repo, the canonical place is:
2929

30-
https://git.kernel.dk/cgit/fio/
30+
https://git.kernel.org/pub/scm/linux/kernel/git/axboe/fio
3131

3232
Snapshots are frequently generated and :file:`fio-git-*.tar.gz` include the git
3333
meta data as well. Other tarballs are archives of official fio releases.

engines/e4defrag.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* ioe_e4defrag: ioengine for git://git.kernel.dk/fio.git
2+
* ioe_e4defrag: ioengine for https://git.kernel.org/pub/scm/linux/kernel/git/axboe/fio
33
*
44
* IO engine that does regular EXT4_IOC_MOVE_EXT ioctls to simulate
55
* defragment activity

engines/falloc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* falloc: ioengine for git://git.kernel.dk/fio.git
2+
* falloc: ioengine for https://git.kernel.org/pub/scm/linux/kernel/git/axboe/fio
33
*
44
* IO engine that does regular fallocate to simulate data transfer
55
* as fio ioengine.

engines/io_uring.c

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
/*
22
* io_uring engine
33
*
4-
* IO engine using the new native Linux aio io_uring interface. See:
5-
*
6-
* http://git.kernel.dk/cgit/linux-block/log/?h=io_uring
4+
* IO engine using the new native Linux aio io_uring interface.
75
*
86
*/
97
#include <stdlib.h>

fio.1

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5286,14 +5286,14 @@ Report bugs to the \fBfio\fR mailing list <[email protected]>.
52865286
.br
52875287
See \fBREPORTING\-BUGS\fR.
52885288
.P
5289-
\fBREPORTING\-BUGS\fR: \fIhttp://git.kernel.dk/cgit/fio/plain/REPORTING\-BUGS\fR
5289+
\fBREPORTING\-BUGS\fR: \fIhttps://git.kernel.org/pub/scm/linux/kernel/git/axboe/fio.git/tree/REPORTING\-BUGS\fR
52905290
.SH "SEE ALSO"
52915291
For further documentation see \fBHOWTO\fR and \fBREADME\fR.
52925292
.br
52935293
Sample jobfiles are available in the `examples/' directory.
52945294
.br
52955295
These are typically located under `/usr/share/doc/fio'.
52965296
.P
5297-
\fBHOWTO\fR: \fIhttp://git.kernel.dk/cgit/fio/plain/HOWTO\fR
5297+
\fBHOWTO\fR: \fIhttps://git.kernel.org/pub/scm/linux/kernel/git/axboe/fio.git/tree/REPORTING-BUGS\fR
52985298
.br
5299-
\fBREADME\fR: \fIhttp://git.kernel.dk/cgit/fio/plain/README\fR
5299+
\fBREADME\fR: \fIhttps://git.kernel.org/pub/scm/linux/kernel/git/axboe/fio.git/tree/README.rst\fR

gfio.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1242,7 +1242,7 @@ static void about_dialog(GtkWidget *w, gpointer data)
12421242
"program-name", "gfio",
12431243
"comments", "Gtk2 UI for fio",
12441244
"license", license_trans,
1245-
"website", "http://git.kernel.dk/cgit/fio/",
1245+
"website", "https://git.kernel.org/pub/scm/linux/kernel/git/axboe/fio.git/",
12461246
"authors", authors,
12471247
"version", fio_version_string,
12481248
"copyright", "© 2012-2017 Jens Axboe <[email protected]>",

os/windows/install.wxs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
<ComponentRef Id="fio_verify_state.exe"/>
101101
</Feature>
102102

103-
<Property Id="ARPURLINFOABOUT" Value="http://git.kernel.dk/cgit/fio/" />
103+
<Property Id="ARPURLINFOABOUT" Value="https://git.kernel.org/pub/scm/linux/kernel/git/axboe/fio.git/" />
104104
<Property Id='ARPCONTACT'>[email protected]</Property>
105105
<Property Id='ARPHELPLINK'>http://www.spinics.net/lists/fio/</Property>
106106
<Property Id='ARPURLUPDATEINFO'>https://bluestop.org/fio/</Property>

t/run-fio-tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
#
1515
#
1616
# EXAMPLE
17-
# # git clone git://git.kernel.dk/fio.git
17+
# # git clone https://git.kernel.org/pub/scm/linux/kernel/git/axboe/fio
1818
# # cd fio
1919
# # make -j
2020
# # python3 t/run-fio-tests.py

0 commit comments

Comments
 (0)