Commit 5e46dade5c44914f6bdfa2b3a5249e5d6fc8ab0a
1 parent
0488191c
Exists in
master
and in
3 other branches
inclusão do debatepublico-tema nos scripts de gestao de tag
Showing
4 changed files
with
16 additions
and
0 deletions
Show diff stats
scripts/delete_tag.sh
@@ -39,6 +39,10 @@ cd ../dadospessoais-tema | @@ -39,6 +39,10 @@ cd ../dadospessoais-tema | ||
39 | 39 | ||
40 | delete_tag $1 dadospessoais-tema | 40 | delete_tag $1 dadospessoais-tema |
41 | 41 | ||
42 | +cd ../debatepublico-tema | ||
43 | + | ||
44 | +delete_tag $1 debatepublico-tema | ||
45 | + | ||
42 | cd ../../plugins/pensandoodireito-network-functions | 46 | cd ../../plugins/pensandoodireito-network-functions |
43 | 47 | ||
44 | delete_tag $1 pensandoodireito-network-functions | 48 | delete_tag $1 pensandoodireito-network-functions |
scripts/generate_tag.sh
@@ -49,6 +49,10 @@ cd ../dadospessoais-tema | @@ -49,6 +49,10 @@ cd ../dadospessoais-tema | ||
49 | 49 | ||
50 | gerar_tag_master dadospessoais-tema $1 | 50 | gerar_tag_master dadospessoais-tema $1 |
51 | 51 | ||
52 | +cd ../debatepublico-tema | ||
53 | + | ||
54 | +gerar_tag_master debatepublico-tema $1 | ||
55 | + | ||
52 | cd ../../plugins/pensandoodireito-network-functions | 56 | cd ../../plugins/pensandoodireito-network-functions |
53 | 57 | ||
54 | gerar_tag_master pensandoodireito-network-functions $1 | 58 | gerar_tag_master pensandoodireito-network-functions $1 |
scripts/set_tag.sh
@@ -33,6 +33,10 @@ cd ../dadospessoais-tema | @@ -33,6 +33,10 @@ cd ../dadospessoais-tema | ||
33 | 33 | ||
34 | fetch_settag $1 | 34 | fetch_settag $1 |
35 | 35 | ||
36 | +cd ../debatepublico-tema | ||
37 | + | ||
38 | +fetch_settag $1 | ||
39 | + | ||
36 | cd ../../plugins/pensandoodireito-network-functions | 40 | cd ../../plugins/pensandoodireito-network-functions |
37 | 41 | ||
38 | fetch_settag $1 | 42 | fetch_settag $1 |
scripts/update_masters.sh
@@ -35,6 +35,10 @@ cd ../dadospessoais-tema | @@ -35,6 +35,10 @@ cd ../dadospessoais-tema | ||
35 | 35 | ||
36 | update_master dadospessoais-tema $1 | 36 | update_master dadospessoais-tema $1 |
37 | 37 | ||
38 | +cd ../debatepublico-tema | ||
39 | + | ||
40 | +update_master debatepublico-tema $1 | ||
41 | + | ||
38 | cd ../../plugins/pensandoodireito-network-functions | 42 | cd ../../plugins/pensandoodireito-network-functions |
39 | 43 | ||
40 | update_master pensandoodireito-network-functions $1 | 44 | update_master pensandoodireito-network-functions $1 |