summaryrefslogtreecommitdiff
path: root/repositories.md
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2017-10-01 17:16:02 -0300
committerSilvio Rhatto <rhatto@riseup.net>2017-10-01 17:16:02 -0300
commit4e6889fd697787fc0df7980aefca94e60efe2b94 (patch)
tree7116f07c2de883013d706017eb136ffb530a3e5b /repositories.md
parent13184e44b526b67445a15c804c71f143f494ced7 (diff)
downloaddebian-4e6889fd697787fc0df7980aefca94e60efe2b94.tar.gz
debian-4e6889fd697787fc0df7980aefca94e60efe2b94.tar.bz2
Change markdown extension to .md
Diffstat (limited to 'repositories.md')
-rw-r--r--repositories.md31
1 files changed, 31 insertions, 0 deletions
diff --git a/repositories.md b/repositories.md
new file mode 100644
index 0000000..cbc7c91
--- /dev/null
+++ b/repositories.md
@@ -0,0 +1,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).