Commit 34c47eb1b4a277e983f8c1b60a346dfb09920932

Authored by Marco Antonio Konopacki
1 parent 866e5385

atualizada a lista de script para contemplar o intercambio-tema

scripts/delete_tag.sh
... ... @@ -43,6 +43,10 @@ cd ../debatepublico-tema
43 43  
44 44 delete_tag $1 debatepublico-tema
45 45  
  46 +cd ../intercambio-tema
  47 +
  48 +delete_tag $1 intercambio-tema
  49 +
46 50 cd ../../plugins/pensandoodireito-network-functions
47 51  
48 52 delete_tag $1 pensandoodireito-network-functions
... ...
scripts/generate_tag.sh
... ... @@ -53,6 +53,10 @@ cd ../debatepublico-tema
53 53  
54 54 gerar_tag_master debatepublico-tema $1
55 55  
  56 +cd ../intercambio-tema
  57 +
  58 +gerar_tag_master intercambio-tema $1
  59 +
56 60 cd ../../plugins/pensandoodireito-network-functions
57 61  
58 62 gerar_tag_master pensandoodireito-network-functions $1
... ...
scripts/set_tag.sh
... ... @@ -38,6 +38,10 @@ cd ../debatepublico-tema
38 38  
39 39 fetch_settag $1
40 40  
  41 +cd ../intercambio-tema
  42 +
  43 +fetch_settag $1
  44 +
41 45 cd ../../plugins/pensandoodireito-network-functions
42 46  
43 47 fetch_settag $1
... ...
scripts/update_masters.sh
... ... @@ -39,6 +39,10 @@ cd ../debatepublico-tema
39 39  
40 40 update_master debatepublico-tema $1
41 41  
  42 +cd ../intercambio-tema
  43 +
  44 +update_master intercambio-tema $1
  45 +
42 46 cd ../../plugins/pensandoodireito-network-functions
43 47  
44 48 update_master pensandoodireito-network-functions $1
... ...