Changes between Version 1 and Version 2 of ProjectOverview


Ignore:
Timestamp:
04/24/12 10:36:07 (12 years ago)
Author:
jdreed
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ProjectOverview

    v1 v2  
    99Debian software used by Debathena: 
    1010 
    11   * `schroot` - Used to manage build chroot environments for each Debian/Ubuntu version.  We use the device schroot type with aufs union mounts, which allows rapid construction of ephemeral copies of template "source" chroots, so that every binary package build is done in a clean environment.  *N.B.* Also used by login chroots in debathena-cluster 
     11  * `schroot` - Used to manage build chroot environments for each Debian/Ubuntu version.  We use the device schroot type with aufs union mounts, which allows rapid construction of ephemeral copies of template "source" chroots, so that every binary package build is done in a clean environment.  '''N.B.''' Also used by login chroots in debathena-cluster 
    1212 
    1313  * `debuild` - Used to create Debian source packages from package 
     
    1919  * `equivs` - Used to create packages which only contain dependency 
    2020    information.  Somewhat of a dirty hack, since it doesn't keep 
    21     proper changelogs, but it reduces overhead.  *N.B. Being phased out as of 2011/12* 
     21    proper changelogs, but it reduces overhead.  '''N.B.''' Being phased out as of 2011/12 
    2222 
    2323  * CDBS (Common Debian Build System) - Referenced by debian/rules