Home Home > GIT Clone

Git Repositories

Note: Select a branch from the menu on the left side to get instructions for a specific branch

kernel-source.git

There are two openSUSE Kernel repositories. Development happens in the kernel-source git repository. This tree is a quile-like series of patches against the upstream kernek, plus spec files and various scripts. You can clone it with

git clone git://kernel.opensuse.org/kernel-source.git

If the above command fails, try one of these alternatives:

git clone http://kernel.opensuse.org/kernel-source.git
git clone git://gitorious.org/opensuse/kernel-source.git
git clone http://git.gitorious.org/opensuse/kernel-source.git

kernel.git

If you just want to hack on the sources and do not need to package the kernel, use the kernel git repository. This one has the same layout as the upstream kernel. Clone command:

git clone git://kernel.opensuse.org/kernel.git

If the above command fails, try one of these alternatives:

git clone http://kernel.opensuse.org/kernel.git
git clone git://gitorious.org/opensuse/kernel.git
git clone http://git.gitorious.org/opensuse/kernel.git