- apt
- yum
- /apt - Debian packages.
- /conf
- /dists
- /pool
- /yum - RPM packages.
- /repos/-/repodata - e.g. /repos/el7-x86_64/repodata
wget -q https://repo.example.com/apt/conf/gpg.key -O - | apt-key add -
echo 'deb https://repo.example.com/apt xenial main' > /etc/apt/sources.list.d/<repo>.list
[<repo>]
name=<repo>
baseurl=https://repo.example.com/yum/repos/el7-x86_64/
enabled=1
gpgcheck=1
repo_gpgcheck=1
gpgkey=https://repo.example.com/yum/doc/gpg.key
- https://wiki.debian.org/DebianRepository/SetupWithReprepro
- https://debian-administration.org/article/286/Setting_up_your_own_APT_repository_with_upload_support
- https://wiki.debian.org/DebianRepository/Setup?action=show&redirect=HowToSetupADebianRepository#aptly
- http://yum.baseurl.org/wiki/RepoCreate