dg:Workflow: mudanças entre as edições

Linha 158: Linha 158:
File available at: /tmp/a4a_br_rs_novohamburgo_building_7600006301101.zip
File available at: /tmp/a4a_br_rs_novohamburgo_building_7600006301101.zip
End.</syntaxhighlight>
End.</syntaxhighlight>
== Atualizar Listas e site ==
=== Listagem dos downloads por jurisdição ===
Ver [[dg:Listagem_dos_downloads_por_jurisdi%C3%A7%C3%A3o]].
<syntaxhighlight lang="sh">psql postgres://postgres@localhost/dl05s_main -qtAX -c "SELECT optim.generate_list('/tmp/pg_io/list_jurisd_false.txt',false); # gera uma listagem sem mencionar arquivos filtrados"</syntaxhighlight>
=== Listagem dos downloads por hash ===
Ver [[dg:Listagem_dos_downloads_por_hash]]
<syntaxhighlight lang="sh">psql postgres://postgres@localhost/dl05s_main -qtAX -c "SELECT optim.generate_list_hash('/tmp/pg_io/list_hash.txt'); # gera uma listagem sem mencionar arquivos filtrados"</syntaxhighlight>
=== Seção downloads do site ===
Ver http://addressforall.org/en/downloads/ e https://github.com/AddressForAll/site-v2/blob/main/content/list_downloads.md
<syntaxhighlight lang="sh">psql postgres://postgres@localhost/dl05s_main -qtAX -c "SELECT optim.generate_list('/tmp/pg_io/list_jurisd_true.txt',true); # gera uma listagem com arquivos filtrados"</syntaxhighlight>
=== Gerar páginas ===


== Inserir size no make_conf.yaml ==
== Inserir size no make_conf.yaml ==