summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2020-06-09 23:50:38 +0300
committerAndreas K. Hüttel <dilfridge@gentoo.org>2020-06-09 23:51:21 +0300
commit2444bf09ee2324730cb0cbe9b5180c813e19bfb4 (patch)
tree8d975e2b8917d9623dbcf326590d74f673715b42 /README.Gentoo.patches
parentUpdate make-tarball.sh for separate glibc and glibc-patches repos (diff)
downloadglibc-patches-2444bf09ee2324730cb0cbe9b5180c813e19bfb4.tar.gz
glibc-patches-2444bf09ee2324730cb0cbe9b5180c813e19bfb4.tar.bz2
glibc-patches-2444bf09ee2324730cb0cbe9b5180c813e19bfb4.zip
Update readme and record used make-tarball.sh version in tarballglibc-patches-20200609
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'README.Gentoo.patches')
-rw-r--r--README.Gentoo.patches9
1 files changed, 8 insertions, 1 deletions
diff --git a/README.Gentoo.patches b/README.Gentoo.patches
index c6f94dc..b6ac163 100644
--- a/README.Gentoo.patches
+++ b/README.Gentoo.patches
@@ -15,7 +15,11 @@ original creators, etc...
=== Where ===
=============
-Currently, https://github.com/gentoo/glibc
+https://gitweb.gentoo.org/fork/glibc.git/
+
+The patch generation script and the base patchset for the start of a new
+version branch (or for use with glibc git master) can be found at
+https://gitweb.gentoo.org/proj/toolchain/glibc-patches.git/
===========
=== How ===
@@ -24,3 +28,6 @@ Currently, https://github.com/gentoo/glibc
Patches are named exactly as generated by "git format-patch".
All patches thus apply with -p1 (so they can be used both with the legacy
epatch function and the new, more strict eapply function).
+
+
+ -----------