Skip to content

Commit

Permalink
More notes on .udeb handling. smira/aptly#108
Browse files Browse the repository at this point in the history
  • Loading branch information
smira committed Sep 30, 2014
1 parent e8586d7 commit f80b57e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 3 additions & 2 deletions content/doc/aptly/repo/add.md
Expand Up @@ -12,9 +12,10 @@ menu:
aptly repo add
--------------

Command adds packages to local repository from `.deb` (binary packages)
Command adds packages to local repository from `.deb` (binary packages),
`.udeb` (binary packages for Debian installer)
and `.dsc` (source packages) files. When importing from directory aptly
would do recursive scan looking for all files matching `*.deb` or
would do recursive scan looking for all files matching `*.[u]deb` or
`*.dsc` patterns. Every file discovered would be analyzed to extract
metadata, package would be created and added to database. Files would be
imported to internal package pool. For source packages, all required
Expand Down
1 change: 1 addition & 0 deletions content/doc/features.md
Expand Up @@ -18,6 +18,7 @@ List of aptly features, in no particular order:
* mirror only specified architectures/components
* [partial mirrors](/doc/feature/query/) (with filters on packages)
* [search](/doc/aptly/mirror/search/) mirror for packages matching query
* .udeb packages support (Debian installer)
* local repositories handling:
* any number of local repositories
* packages could be [added](/doc/aptly/repo/add/) from files or by directory scan
Expand Down

0 comments on commit f80b57e

Please sign in to comment.