summaryrefslogtreecommitdiff
path: root/repositories.mdwn
blob: cbc7c9150e8d7aaaf5fd92ca28a396adcb699ecc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Repositories
============

Documentation
-------------

* [DebianRepository/Setup - Debian Wiki](https://wiki.debian.org/DebianRepository/Setup).
* [Debian Repository HOWTO (Obsolete Documentation)](https://www.debian.org/doc/manuals/repository-howto/repository-howto).
* [HowToSetupADebianRepository](https://wiki.debian.org/HowToSetupADebianRepository).
* [Setting up your own APT repository with upload support](http://www.debian-administration.org/article/286/Setting_up_your_own_APT_repository_with_upload_support).

Reprepro
--------

* [puppet-reprepro](https://git.fluxo.info/puppet-reprepro).
Alguns links sobre como instalar e usar o reprepro:
* [reprepro](http://mirrorer.alioth.debian.org/).
* [HowToSetupADebianRepository](http://wiki.debian.org/HowToSetupADebianRepository).
* [Setting up your own APT repository with upload support](http://www.debian-administration.org/article/Setting_up_your_own_APT_repository_with_upload_support).
* [Setting up a basic Debian repository with reprepro](https://noc.sidux.com/fll/wiki/reprepro).
* [Setting up and managing an APT repository with reprepro](http://www.jejik.com/articles/2006/09/setting_up_and_managing_an_apt_repository_with_reprepro/).

Removing a package from the repository:

    su reprepro -c "reprepro -b /var/reprepro remove squeeze kedpm"

Other
-----

* [aptly - Debian repository management tool](https://www.aptly.info/) ([package](https://packages.debian.org/stretch/aptly)).
* [debify: Tool for building simple Debian repositories](https://github.com/spotify/debify).