Download: Difference between revisions

From AlsaProject
Jump to navigation Jump to search
(Revert)
 
m (wikified; b(un)zip2 command corrected)
Line 2: Line 2:
| __TOC__
| __TOC__
|}
|}
<h2>.bz2 extension handling</h2>
 
The .bz2 extension belongs to the bzip2 compression utility which replaces gzip. You may unpack the .tar.bz2 files directly via the 'tar xjf <file>' command (the newer version of tar) or 'tar xIf <file>' command (the older version of tar) or 'bzip2 -c | tar xf -' command (all versions of tar).
==<tt>.bz2</tt> extension handling==
<br />
 
<h2>FTP Access</h2>
The <tt>.bz2</tt> extension belongs to the bzip2 compression utility which replaces gzip. You may unpack the <tt>.tar.bz2</tt> files directly using one of the following commands:
<h3>Primary Site</h3>
        ''using the newer version of tar:''
<nowiki>tar xjf &lt;file&gt;</nowiki>
        '''or''', ''using the older version of tar:''
<nowiki>tar xIf &lt;file&gt;</nowiki>
        '''or''', ''with all versions of tar:''
<nowiki>bunzip2 -c &lt;file&gt; | tar xf -</nowiki>
 
==FTP Access==
 
'''Primary Site'''
*[ftp://ftp.alsa-project.org:/pub ftp.alsa-project.org:/pub]
*[ftp://ftp.alsa-project.org:/pub ftp.alsa-project.org:/pub]
<h3>US Mirrors</h3>
'''US Mirrors'''
*[ftp://ftp.silug.org:/pub/alsa ftp.silug.org:/pub/alsa]
*[ftp://ftp.silug.org:/pub/alsa ftp.silug.org:/pub/alsa]
*[ftp://ftp.rfc822.org:/pub/mirror/ftp.alsa-project.org/pub ftp.rfc822.org:/pub/mirror/ftp.alsa-project.org/pub]
*[ftp://ftp.rfc822.org:/pub/mirror/ftp.alsa-project.org/pub ftp.rfc822.org:/pub/mirror/ftp.alsa-project.org/pub]
<h3>Europe Mirrors</h3>
'''Europe Mirrors'''
*[ftp://ftp.sunet.se:/pub/Linux/alsa ftp.sunet.se:/pub/Linux/alsa]
*[ftp://ftp.sunet.se:/pub/Linux/alsa ftp.sunet.se:/pub/Linux/alsa]
*[ftp://ftp.task.gda.pl:/pub/linux/misc/alsa ftp.task.gda.pl:/pub/linux/misc/alsa]
*[ftp://ftp.task.gda.pl:/pub/linux/misc/alsa ftp.task.gda.pl:/pub/linux/misc/alsa]
*[ftp://gd.tuwien.ac.at:/opsys/linux/alsa gd.tuwien.ac.at:/opsys/linux/alsa]
*[ftp://gd.tuwien.ac.at:/opsys/linux/alsa gd.tuwien.ac.at:/opsys/linux/alsa]
*[ftp://ftp.iasi.roedu.net:/pub/mirrors/ftp.alsa-project.org ftp.iasi.roedu.net:/pub/mirrors/ftp.alsa-project.org]
*[ftp://ftp.iasi.roedu.net:/pub/mirrors/ftp.alsa-project.org ftp.iasi.roedu.net:/pub/mirrors/ftp.alsa-project.org]
<h3>Asia Mirrors</h3>
'''Asia Mirrors'''
*[ftp://linux.sarang.net:/mirror/driver/sound/alsa linux.sarang.net:/mirror/driver/sound/alsa]
*[ftp://linux.sarang.net:/mirror/driver/sound/alsa linux.sarang.net:/mirror/driver/sound/alsa]
<br />
 
<h2>FTP via HTTP (web) access</h2>
==FTP via HTTP (web) access==
<h3>Primary Site</h3>
 
'''Primary Site'''
*[http://www.alsa-project.org/alsa/ftp http://www.alsa-project.org/alsa/ftp]
*[http://www.alsa-project.org/alsa/ftp http://www.alsa-project.org/alsa/ftp]
<h3>Europe Sites</h3>
'''Europe Sites'''
*[http://dl.ambiweb.de/mirrors/ftp.alsa-project.org http://dl.ambiweb.de/mirrors/ftp.alsa-project.org]
*[http://dl.ambiweb.de/mirrors/ftp.alsa-project.org http://dl.ambiweb.de/mirrors/ftp.alsa-project.org]
*[http://alsa.mirror.fr http://alsa.mirror.fr]
*[http://alsa.mirror.fr http://alsa.mirror.fr]
*[http://gd.tuwien.ac.at/opsys/linux/alsa http://gd.tuwien.ac.at/opsys/linux/alsa]
*[http://gd.tuwien.ac.at/opsys/linux/alsa http://gd.tuwien.ac.at/opsys/linux/alsa]
*[http://alsa.cybermirror.org http://alsa.cybermirror.org]
*[http://alsa.cybermirror.org http://alsa.cybermirror.org]
<br />
<h2>Developers may browse</h2>
*[[http://hg-mirror.alsa-project.org/ HG Repository]]
<br />
<h2>Tracker System</h2>
*[[https://bugtrack.alsa-project.org/alsa-bug Bugs]]
<br />
<h2>ALSA HG (Mercurial) SCM repositories</h2>
The homepage for HG (Mercurial) SCM is http://www.selenic.com/mercurial. The sources can be obtained using:


<b>hg clone http://hg-mirror.alsa-project.org/alsa-driver alsa-driver</b>
==Developers: HG access==
 
*[http://hg-mirror.alsa-project.org/ HG Repository]
 
==Tracker System==
 
*[https://bugtrack.alsa-project.org/alsa-bug Bugs]
 
==ALSA HG (Mercurial) SCM repositories==
 
HG (Mercurial) SCM can be found at http://www.selenic.com/mercurial.
 
The ALSA sources can be obtained using:
<nowiki>hg clone http://hg-mirror.alsa-project.org/alsa-driver alsa-driver</nowiki>
A full list of ALSA repositories can be found at the [http://hg-mirror.alsa-project.org/ HG Repository].


Full list of ALSA repositories is at hg-mirror.alsa-project.org. We have also alternate rsync access:
As an alternative to HG you may also try via rsync access:
<nowiki>rsync -avz --delete rsync://alsa.alsa-project.org/hg your_directory</nowiki>


<b>rsync -avz --delete rsync://alsa.alsa-project.org/hg your_directory</b>
To get the latest code, but without the .hg repository (encouraged if you are not using HG):
<nowiki>rsync -avz --delete --exclude=.hg* rsync://alsa.alsa-project.org/hg your_directory</nowiki>


You may only get the latest code without .hg repository:
==Rsync==


<b>rsync -avz --delete --exclude=.hg* rsync://alsa.alsa-project.org/hg your_directory </b>
{| border=1
<br />
|+ ''ALSA rsync access''
<h2>Rsync</h2>
|URL
<table border=1>
|rsync://alsa.alsa-project.org/ftp
<tr><td>URL</td><td>rsync://alsa.alsa-project.org/ftp</td></tr>
|-
<tr><td>Access</td><td>read-only</td></tr>
|Access
<tr><td>Description</td><td>read-only access to the whole FTP tree</td></tr></table>
|read-only
|-
|Description
|read-only access to the whole FTP tree
|}

Revision as of 17:46, 1 August 2007

.bz2 extension handling

The .bz2 extension belongs to the bzip2 compression utility which replaces gzip. You may unpack the .tar.bz2 files directly using one of the following commands:

        using the newer version of tar:
tar xjf <file>

        or, using the older version of tar:
tar xIf <file>

        or, with all versions of tar:
bunzip2 -c <file> | tar xf -

FTP Access

Primary Site

US Mirrors

Europe Mirrors

Asia Mirrors

FTP via HTTP (web) access

Primary Site

Europe Sites

Developers: HG access

Tracker System

ALSA HG (Mercurial) SCM repositories

HG (Mercurial) SCM can be found at http://www.selenic.com/mercurial.

The ALSA sources can be obtained using:

hg clone http://hg-mirror.alsa-project.org/alsa-driver alsa-driver

A full list of ALSA repositories can be found at the HG Repository.

As an alternative to HG you may also try via rsync access:

rsync -avz --delete rsync://alsa.alsa-project.org/hg your_directory

To get the latest code, but without the .hg repository (encouraged if you are not using HG):

rsync -avz --delete --exclude=.hg* rsync://alsa.alsa-project.org/hg your_directory

Rsync

ALSA rsync access
URL rsync://alsa.alsa-project.org/ftp
Access read-only
Description read-only access to the whole FTP tree