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:
parent
6026e74b0e
commit
75e81cbccd
7 changed files with 6 additions and 147 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue