GIT Server: Difference between revisions

From AlsaProject
Jump to navigation Jump to search
No edit summary
No edit summary
 
(77 intermediate revisions by 7 users not shown)
Line 1: Line 1:
{| align="right"
| __TOC__
|}
==ALSA Repositories==
; alsa-lib.git
: library
; alsa-utils.git;
: utilities
; alsa-firmware.git
: firmware
; alsa-tools.git
: tools
; alsa-plugins.git
: plugins
; alsa-oss.git
: oss compatibility
; alsa-python.git
: official python binding
; alsa-ucm-conf.git
: ALSA Use-Case-Manager configuration library
; tinycompress.git
: Compressed formats support library
; alsa.git
: ALSA service repo (misc files)
==Anonymous access==
==Anonymous access==


TODO..
===Read only GIT server===
 
: git clone git://git.alsa-project.org/alsa-lib.git alsa-lib
: git clone git://git.alsa-project.org/alsa-utils.git alsa-utils
: git clone git://git.alsa-project.org/alsa-firmware.git alsa-firmware
: git clone git://git.alsa-project.org/alsa-tools.git alsa-tools
: git clone git://git.alsa-project.org/alsa-plugins.git alsa-plugins
: git clone git://git.alsa-project.org/alsa-oss.git alsa-oss
: git clone git://git.alsa-project.org/alsa-python.git alsa-python
: git clone git://git.alsa-project.org/alsa-ucm-conf.git alsa-ucm-conf
: git clone git://git.alsa-project.org/tinycompress.git tinycompress
: git clone git://git.alsa-project.org/alsa.git alsa
 
===Web interface===
 
: https://git.alsa-project.org/?p=alsa-lib.git
: https://git.alsa-project.org/?p=alsa-utils.git
: https://git.alsa-project.org/?p=alsa-firmware.git
: https://git.alsa-project.org/?p=alsa-tools.git
: https://git.alsa-project.org/?p=alsa-plugins.git
: https://git.alsa-project.org/?p=alsa-oss.git
: https://git.alsa-project.org/?p=alsa-python.git
: https://git.alsa-project.org/?p=alsa-ucm-conf.git
: https://git.alsa-project.org/?p=tinycompress.git
 
: https://git.alsa-project.org/?p=alsa.git
 
===HTTP access===
 
: https://git.alsa-project.org/http/alsa-lib.git
: https://git.alsa-project.org/http/alsa-utils.git
: https://git.alsa-project.org/http/alsa-firmware.git
: https://git.alsa-project.org/http/alsa-tools.git
: https://git.alsa-project.org/http/alsa-plugins.git
: https://git.alsa-project.org/http/alsa-oss.git
: https://git.alsa-project.org/http/alsa-python.git
: https://git.alsa-project.org/http/alsa-ucm-conf.git
: https://git.alsa-project.org/http/tinycompress.git


==For developers==
: https://git.alsa-project.org/http/alsa.git


===Clone repository===


git clone git@git.alsa-project.org:alsa-kernel.git alsa-kernel
===Kernel development===


===Add and pull from official linux-2.6 tree===
The ALSA drivers development follows the standard kernel development now. Please, send patches to the associated [https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/MAINTAINERS maintainer] with the copy to the alsa-devel mailing list - [[Mailing-lists]].


git remote add linux-2.6 git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git
Main tree:
git pull linux-2.6 master


===Branches===
: https://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
: git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git


; alsa
ASoC tree:
: this branch is for main development (Andrew Morton will get patches for mm tree)


; for-linus
: https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git
: this branch is for mainstream tree (for Linux Torvalds)
: git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git


===Maintenance===
ASoC SOF drivers:


GIT server is maintaned by [[User:Perex]].
: https://github.com/thesofproject/linux/


[[Category:Development]]
[[Category:Development]]

Latest revision as of 14:49, 6 December 2021

ALSA Repositories

alsa-lib.git
library
alsa-utils.git;
utilities
alsa-firmware.git
firmware
alsa-tools.git
tools
alsa-plugins.git
plugins
alsa-oss.git
oss compatibility
alsa-python.git
official python binding
alsa-ucm-conf.git
ALSA Use-Case-Manager configuration library
tinycompress.git
Compressed formats support library
alsa.git
ALSA service repo (misc files)

Anonymous access

Read only GIT server

git clone git://git.alsa-project.org/alsa-lib.git alsa-lib
git clone git://git.alsa-project.org/alsa-utils.git alsa-utils
git clone git://git.alsa-project.org/alsa-firmware.git alsa-firmware
git clone git://git.alsa-project.org/alsa-tools.git alsa-tools
git clone git://git.alsa-project.org/alsa-plugins.git alsa-plugins
git clone git://git.alsa-project.org/alsa-oss.git alsa-oss
git clone git://git.alsa-project.org/alsa-python.git alsa-python
git clone git://git.alsa-project.org/alsa-ucm-conf.git alsa-ucm-conf
git clone git://git.alsa-project.org/tinycompress.git tinycompress
git clone git://git.alsa-project.org/alsa.git alsa

Web interface

https://git.alsa-project.org/?p=alsa-lib.git
https://git.alsa-project.org/?p=alsa-utils.git
https://git.alsa-project.org/?p=alsa-firmware.git
https://git.alsa-project.org/?p=alsa-tools.git
https://git.alsa-project.org/?p=alsa-plugins.git
https://git.alsa-project.org/?p=alsa-oss.git
https://git.alsa-project.org/?p=alsa-python.git
https://git.alsa-project.org/?p=alsa-ucm-conf.git
https://git.alsa-project.org/?p=tinycompress.git
https://git.alsa-project.org/?p=alsa.git

HTTP access

https://git.alsa-project.org/http/alsa-lib.git
https://git.alsa-project.org/http/alsa-utils.git
https://git.alsa-project.org/http/alsa-firmware.git
https://git.alsa-project.org/http/alsa-tools.git
https://git.alsa-project.org/http/alsa-plugins.git
https://git.alsa-project.org/http/alsa-oss.git
https://git.alsa-project.org/http/alsa-python.git
https://git.alsa-project.org/http/alsa-ucm-conf.git
https://git.alsa-project.org/http/tinycompress.git
https://git.alsa-project.org/http/alsa.git


Kernel development

The ALSA drivers development follows the standard kernel development now. Please, send patches to the associated maintainer with the copy to the alsa-devel mailing list - Mailing-lists.

Main tree:

https://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git

ASoC tree:

https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git
git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git

ASoC SOF drivers:

https://github.com/thesofproject/linux/