diff options
author | Hauke <anonymous.contributor@example.org> | 2013-10-23 20:19:06 +0000 |
---|---|---|
committer | Konstantin Ryabitsev <konstantin@linuxfoundation.org> | 2024-10-04 15:47:32 -0400 |
commit | 8655b55c094c59729c0c65ac99646427fa8ecc25 (patch) | |
tree | f7ec5e00a7932c73035857a34690ffd24b85d665 | |
parent | 6d3fa197b134a3ccd6f54f2055d5aea9309b0fe2 (diff) | |
download | backports-8655b55c094c59729c0c65ac99646427fa8ecc25.tar.gz |
add https://github.com/hauke/backports.git
-rw-r--r-- | wiki/Documentation_backports_hacking.mediawiki | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/wiki/Documentation_backports_hacking.mediawiki b/wiki/Documentation_backports_hacking.mediawiki index df2efec..70cad75 100644 --- a/wiki/Documentation_backports_hacking.mediawiki +++ b/wiki/Documentation_backports_hacking.mediawiki @@ -25,6 +25,13 @@ git://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git </pre> </code> +Currently the recent backports code is located in a different git repository: +<code> +<pre> +https://github.com/hauke/backports.git +</pre> +</code> + As linux-next changes often you should start with a working version by using a tagged version from linux-next.git and backports.git with the same date in it like backports-20130607 and next-20130607. This is a combination where someone already tested that the patches are still applying. After you have checked out some version of these git trees, you can start generating a tar by running ./gentree.py in the backports tree. |