mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-06-04 05:10:40 +00:00
12 lines
522 B
Markdown
12 lines
522 B
Markdown
# Repositories
|
|
<div>
|
|
Local repository is a collection of packages (most usually custom packages created internally).
|
|
Packages could be added to local repository at any moment, removed, moved or copied between repos.
|
|
Multiple versions of the same package could be added to the repository.
|
|
In order to capture current repository state, [create snapshot](/doc/aptly/snapshot/create/).
|
|
|
|
Local repositories could be published either [directly](/doc/aptly/publish/repo/)
|
|
or from [snapshot](/doc/aptly/publish/snapshot).
|
|
</div>
|
|
|