Download: Difference between revisions

From AlsaProject
Jump to navigation Jump to search
m (wikified; b(un)zip2 command corrected)
m (style)
Line 7: Line 7:
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:
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:
         ''using the newer version of tar:''
         ''using the newer version of tar:''
  <nowiki>tar xjf &lt;file&gt;</nowiki>
  <nowiki>tar xjf </nowiki>''&lt;file&gt;''
   
   
         '''or''', ''using the older version of tar:''
         '''or''', ''using the older version of tar:''
  <nowiki>tar xIf &lt;file&gt;</nowiki>
  <nowiki>tar xIf </nowiki>''&lt;file&gt;''
   
   
         '''or''', ''with all versions of tar:''
         '''or''', ''with all versions of tar:''
  <nowiki>bunzip2 -c &lt;file&gt; | tar xf -</nowiki>
  <nowiki>bunzip2 -c </nowiki>''&lt;file&gt;''<nowiki> | tar xf -</nowiki>


==FTP Access==
==FTP Access==
Line 57: Line 57:


As an alternative to HG you may also try via 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>
  <nowiki>rsync -avz --delete rsync://alsa.alsa-project.org/hg </nowiki>''your_directory''


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


==Rsync==
==Rsync==

Revision as of 19:53, 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