aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJens Axboe <axboe@kernel.dk>2025-12-10 23:53:45 -0700
committerJens Axboe <axboe@kernel.dk>2025-12-10 23:53:45 -0700
commit9b24b42ef59d2e8015957db3dd70ffedb7ebcfe8 (patch)
treeb04355f2d977303274b31cbdac7778140c52cef2
parentece6cc27ec8b809a0227a9b2aa3ab229883793a2 (diff)
downloadblktrace-master.tar.gz
Update git tree referencesHEADmaster
git.kernel.dk is not more (thanks AI), change the git locations to point to the git.kernel.org tree instead. Signed-off-by: Jens Axboe <axboe@kernel.dk>
-rw-r--r--README6
-rw-r--r--btreplay/doc/btreplay.tex2
2 files changed, 4 insertions, 4 deletions
diff --git a/README b/README
index d7d1fbf..7999d21 100644
--- a/README
+++ b/README
@@ -14,7 +14,7 @@ Requirements
blktrace was integrated into the mainline kernel between 2.6.16 and 2.6.17-rc1.
The target trace needs to run on a kernel at least that new.
-git://git.kernel.dk/blktrace.git
+git://git.kernel.org/pub/scm/linux/kernel/git/axboe/blktrace.git
If you don't have git, you can get hourly snapshots from:
@@ -24,12 +24,12 @@ The snapshots include the full git object database as well. kernel.org has
excessively long mirror times, so if you have git installed, you can pull
the master tree from:
-git://git.kernel.dk/blktrace.git
+git://git.kernel.org/pub/scm/linux/kernel/git/axboe/blktrace.git
For browsing the repo over http and viewing history etc, you can direct
your browser to:
-http://git.kernel.dk/
+https://git.kernel.org/pub/scm/linux/kernel/git/axboe/blktrace.git
A blktrace visualization tool, iowatcher, was added to blktrace in version
1.1.0. It requires librsvg and either png2theora or ffmpeg to generate movies.
diff --git a/btreplay/doc/btreplay.tex b/btreplay/doc/btreplay.tex
index 8b0ecf7..98509bb 100644
--- a/btreplay/doc/btreplay.tex
+++ b/btreplay/doc/btreplay.tex
@@ -46,7 +46,7 @@ Performance Group.
To build these tools, one needs to
place the source directory next to a valid
-\texttt{blktrace}\footnote{\texttt{git://git.kernel.dk/blktrace.git}}
+\texttt{blktrace}\footnote{\texttt{git://git.kernel.org/pub/scm/linux/kernel/git/axboe/blktrace.git}}
directory, as it includes \texttt{../blktrace} in the \texttt{Makefile}.