blob: c87e1b13f4d5fcc0cb234e7bc7546468bdff58ee (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# Format: ABS (Arch Build System)
## The skinny
* SVN-based
* Used by the Arch Linux developers.
* Canonically hosted at
svn://svn.archlinux.org/packages
## Details
ABS is an SVN-versioned flat directory tree.
* `/<pkgbase>/trunk/`
The "working copy" of `<pkgbase>`.
* `/<pkgbase>/repos/<repo>-<arch>/`
The version of <pkgbase> that is currently available on the
repository `<repo>` (eg, `core`, `extra`) for `<arch>`
architecture.
The developers themselves only make changes to `/<pkgbase>/trunk/`
directories, and `/<pkgbase>/trunk/` directories are maintained by
devtools/dbscripts.
|