Changes between Version 1 and Version 2 of ProjectOverview
- Timestamp:
- 04/24/12 10:36:07 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ProjectOverview
v1 v2 9 9 Debian software used by Debathena: 10 10 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-cluster11 * `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 12 12 13 13 * `debuild` - Used to create Debian source packages from package … … 19 19 * `equivs` - Used to create packages which only contain dependency 20 20 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 22 22 23 23 * CDBS (Common Debian Build System) - Referenced by debian/rules