Skip to content
Snippets Groups Projects
Commit 728b8728 authored by Antoine Bernard's avatar Antoine Bernard
Browse files

Commentaires phabricator.rules.

parent 20cdb7d0
No related branches found
No related tags found
No related merge requests found
......@@ -10,24 +10,32 @@
# On trie par projet
:0
* ^X-Phabricator-Projects:.*
# On utilise le flag 'c' pour matcher tout les projets
{
#Les projets techniques
# Si le projet a un tag *crans_technique* ou *nounous* ou *apprentis*
# alors on l'envoie dans le dossier Technique
:0c
* PHABRICATOR ?? \<\#(crans_technique|nounous|apprentis)
${PHABRICATORTECHNIQUEDIR}/
# Si le projet a un tag *crans_technique* ou *nounous* ou *apprentis*
# alors on l'envoie dans le dossier Technique
#Les projets administratifs
:0c
* PHABRICATOR ?? \<\#(ca|séminaire_atelier_crans)
${PHABRICATORADMINISTRATIFDIR}/
#Les projets des respos-infos du BDE
# Si le projet a un tag *crans_technique* ou *nounous* ou *apprentis*
# alors on l'envoie dans le dossier Technique
:0c
* PHABRICATOR ?? \<\#respos-info_bde
${PHABRICATORBDEDIR}/
}
# Au cas ou ça ne passe pas le filtre
# Si le mail n'a pas encore été délivré, on le met dans le dossier principal
:0
* ! LASTFOLDER ?? .
${PHABRICATORDIR}/
......
......@@ -369,6 +369,7 @@ DECODIR="${INFORMATIONDIR}.deconnexion"
# Résumés des rehargements impression comnpay
PAIEMENTSDIR="${INFORMATIONDIR}.paiements"
## Dossier de discussion techniques
# Racine
TECHNIQUEDIR="${CRANSDIR}.Technique"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment