summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2018-10-12 23:20:15 +0100
committerSergei Trofimovich <slyfox@gentoo.org>2018-10-12 23:20:15 +0100
commit4502cb07fe9394d91947d545bd9490cd13974097 (patch)
tree3a0ecc96075b4385e1e7a43474efd42125ccd8f1
parentinitial 4.17 patchset based on last 4.16 patchset (diff)
downloadlinux-headers-patches-4502cb07fe9394d91947d545bd9490cd13974097.tar.gz
linux-headers-patches-4502cb07fe9394d91947d545bd9490cd13974097.tar.bz2
linux-headers-patches-4502cb07fe9394d91947d545bd9490cd13974097.zip
README: update links to git repository
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
-rw-r--r--README.Gentoo.patches17
-rw-r--r--README.ripped-headers2
-rwxr-xr-xmake-tarball.sh2
3 files changed, 6 insertions, 15 deletions
diff --git a/README.Gentoo.patches b/README.Gentoo.patches
index 615f729..0539599 100644
--- a/README.Gentoo.patches
+++ b/README.Gentoo.patches
@@ -9,24 +9,15 @@ patches into a tarball and distribute it via our public mirroring system.
If you want specific info about a patch (like wtf it does or whose great idea
it was to change the code), read the patch ! We try to fill out the top of
them with useful info such as what it does, why it's needed, bug reports,
-original creators, etc... For simple patches, we reserve the right to assume
-your IQ is greater than absolute 0 and figure out what it does w/out an
-explanation. If, by some miracle of science, it falls below the absolute 0
-mark, you should help mankind by finding some scientists and letting them
-probe you with their ... erm ... probes.
+original creators, etc.
=================
=== W[here]TF ===
=================
-For those with CVS access, you want the 'src/patchsets' dir inside of the
-'gentoo' cvs module.
-
-For those w/out CVS access, this URL should help you:
-http://sources.gentoo.org/gentoo/src/patchsets/
- (you can also find anon cvs access there too)
-
-It should be pretty easy to find your way around, you're a big boy after all.
+gitweb: https://gitweb.gentoo.org/proj/toolchain/linux-headers-patches.git/
+read-only git tree: https://anongit.gentoo.org/git/proj/toolchain/linux-headers-patches.git
+read-write git tree: git+ssh://git@git.gentoo.org/proj/toolchain/linux-headers-patches.git
===============
=== H[ow]TF ===
diff --git a/README.ripped-headers b/README.ripped-headers
index 3644196..1740589 100644
--- a/README.ripped-headers
+++ b/README.ripped-headers
@@ -6,4 +6,4 @@ See the rip-headers.sh script for exact details on what files were copied.
Self links:
* https://wiki.gentoo.org/wiki/Project:Toolchain/sys-kernel/linux-headers
-* https://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo/src/patchsets/gentoo-headers/
+* https://gitweb.gentoo.org/proj/toolchain/linux-headers-patches.git/
diff --git a/make-tarball.sh b/make-tarball.sh
index fcabba8..58e5a62 100755
--- a/make-tarball.sh
+++ b/make-tarball.sh
@@ -29,7 +29,7 @@ else
popd >/dev/null
fi
-tar -cf - --exclude=CVS $ch $kver | xz > ${tar}
+tar -cf - $ch $kver | xz > ${tar}
rm -rf .tmp
du -b *.xz