17 lines
394 B
Bash
17 lines
394 B
Bash
# -*- coding: utf-8 mode: sh -*- vim:sw=4:sts=4:et:ai:si:sta:fenc=utf-8
|
|
|
|
## configuration de la branche 7.4 d'un projet PHP multiversion
|
|
# il s'agit d'un projet avec deux branches parallèles: 7.4 et 8.2, les
|
|
# modifications de la 7.4 étant incluses dans la branche 8.2
|
|
|
|
UPSTREAM=
|
|
DEVELOP=dev74
|
|
FEATURE=wip74/
|
|
RELEASE=rel74-
|
|
MAIN=dist74
|
|
TAG_PREFIX=
|
|
TAG_SUFFIX=p74
|
|
HOTFIX=hotf74-
|
|
DIST=
|
|
NOAUTO=
|