doc: import chapters from aptly.info

This commit is contained in:
André Roth
2024-11-03 15:00:20 +01:00
parent 2171c05ef8
commit a5f8ce2503
8 changed files with 121 additions and 8 deletions
+4
View File
@@ -1,4 +1,8 @@
# Background Tasks
<div>
An aptly task is a sequence of multiple aptly commands run within a single aptly thread.
For example, a task could be to [create a new repository](/doc/aptly/repo/create), [add packages to it](/doc/aptly/repo/add), [create a snapshot](/doc/aptly/snapshot/create) and [serve it](/doc/aptly/serve).
Four commands can be now run in a single command.
</div>