aptly - Debian repository management tool https://www.aptly.info/
 
 
 
 
Go to file
Andrey Smirnov 898f726659 Update and fix integrated help in aptly. 2014-01-24 21:49:51 +04:00
database Implement key deletion. 2014-01-17 00:28:10 +04:00
debian Deduplicate variants slice before processing it. 2014-01-24 17:45:33 +04:00
system Update and fix integrated help in aptly. 2014-01-24 21:49:51 +04:00
utils StrSlice deduplication. 2014-01-24 17:45:16 +04:00
.gitignore Refactor system tests to live together in one package. 2014-01-21 12:15:28 +04:00
.travis.yml Don't test on go1 anymore, goleveldb doesn't work there. 2013-12-17 12:19:42 +04:00
LICENSE Add MIT license. 2013-12-13 23:16:21 +04:00
Makefile Build aptly before system-testing it. 2014-01-21 17:13:55 +04:00
README.rst Make build instructions simpler. [ci skip] 2014-01-21 13:01:17 +04:00
cmd_mirror.go Update and fix integrated help in aptly. 2014-01-24 21:49:51 +04:00
cmd_publish.go Update and fix integrated help in aptly. 2014-01-24 21:49:51 +04:00
cmd_snapshot.go Update and fix integrated help in aptly. 2014-01-24 21:49:51 +04:00
cmd_version.go aptly version command. 2013-12-30 16:41:46 +04:00
main.go Update and fix integrated help in aptly. 2014-01-24 21:49:51 +04:00

README.rst

=====
aptly
=====

.. image:: https://travis-ci.org/smira/aptly.png?branch=master
    :target: https://travis-ci.org/smira/aptly

.. image:: https://coveralls.io/repos/smira/aptly/badge.png?branch=HEAD
    :target: https://coveralls.io/r/smira/aptly?branch=HEAD

Aptly is a swiss army knife for Debian repository management.

Documentation is available at `http://www.aptly.info/ <http://www.aptly.info/>`_. For support use
mailing list `aptly-discuss <https://groups.google.com/forum/#!forum/aptly-discuss>`_.

Aptly features: ("+" means planned features)

* make mirrors of remote Debian/Ubuntu repositories, limiting by components/architectures
* take snapshots of mirrors at any point in time, fixing state of repository at some moment of time
* publish snapshot as Debian repository, ready to be consumed by apt
* controlled update of one or more packages in snapshot from upstream mirror, tracking dependencies
* merge two or more snapshots into one (+)
* filter repository by search query, pulling dependencies when required (+)
* publish self-made packages as Debian repositories (+)

Current limitations:

* source packages, debian-installer and translations not supported yet
* checksums and signature are not verified while downloading
* deleting created items is not implemented
* cleaning up stale files is not implemented

Currently aptly is under heavy development, so please use it with care.

Download
--------

Binary executables (depends almost only on libc) are available for download from `Bintray <http://dl.bintray.com/smira/aptly/>`_.

If you have Go environment set up, you can build aptly from source by running::

    go get github.com/smira/aptly