Move fedora-indexer to production and remove regindexer

* Update rsync configuration for production to sync the flatpak-indexer
  output directories into the right place, in the same way as was done
  for staging. The regindexer rsync module is renamed to flatpak-index
  for clarity.
* Update the registry.fedoraproject.org to use the flatpak-indexer
  rules for production.
* Remove the regindexer role

Signed-off-by: Owen W. Taylor <otaylor@fishsoup.net>
This commit is contained in:
Owen W. Taylor 2021-03-26 11:50:39 -04:00 committed by kevin
parent 6026e74b0e
commit 75e81cbccd
7 changed files with 6 additions and 147 deletions

View file

@ -198,9 +198,9 @@ gid = root
read only = yes
hosts allow = 10.3.160.0/255.255.224.0 192.168.0.0/255.255.0.0
[regindexer]
comment = regindexer
path = /var/lib/regindexer/
[flatpak-index]
comment = flatpak-indexer output
path = /srv/web/registry-index
uid = root
gid = root
read only = yes

View file

@ -198,8 +198,8 @@ gid = root
read only = yes
hosts allow = 10.5.126.0/255.255.255.0 192.168.0.0/255.255.0.0 10.5.128.0/255.255.255.0 10.3.160.0/255.255.224.0
[regindexer]
comment = regindexer
[flatpak-index]
comment = flatpak-indexer output
path = /srv/web/registry-index
uid = root
gid = root