mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-07-27 13:57:46 +00:00
aptly mirror update [ci skip]
This commit is contained in:
+25
@@ -68,4 +68,29 @@ Example::
|
|||||||
Mirror [debian-main]: http://ftp.ru.debian.org/debian/ squeeze successfully added.
|
Mirror [debian-main]: http://ftp.ru.debian.org/debian/ squeeze successfully added.
|
||||||
You can run 'aptly mirror update debian-main' to download repository contents.
|
You can run 'aptly mirror update debian-main' to download repository contents.
|
||||||
|
|
||||||
|
``aptly mirror update``
|
||||||
|
^^^^^^^^^^^^^^^^^^^^^^^
|
||||||
|
|
||||||
|
Updates (fetches packages and meta) remote mirror. When mirror is created, it should be run for the
|
||||||
|
first time to fetch mirror contents. This command could be run many times. If interrupted, it could
|
||||||
|
be restarted in a safe way.
|
||||||
|
|
||||||
|
Usage::
|
||||||
|
|
||||||
|
$ aptly mirror update <name>
|
||||||
|
|
||||||
|
Params are:
|
||||||
|
|
||||||
|
* ``name`` is a mirror name (given when mirror was created)
|
||||||
|
|
||||||
|
All packages would be stored under aptly's root dir (see section on Configuration).
|
||||||
|
|
||||||
|
Example::
|
||||||
|
|
||||||
|
$ aptly mirror update debian-main
|
||||||
|
|
||||||
|
2013/12/29 18:32:34 Downloading http://ftp.ru.debian.org/debian/dists/squeeze/Release...
|
||||||
|
2013/12/29 18:32:37 Downloading http://ftp.ru.debian.org/debian/dists/squeeze/main/binary-amd64/Packages.bz2...
|
||||||
|
2013/12/29 18:37:19 Downloading http://ftp.ru.debian.org/debian/pool/main/libg/libgwenhywfar/libgwenhywfar47-dev_3.11.3-1_amd64.deb...
|
||||||
|
....
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user