17 lines
399 B
Bash
17 lines
399 B
Bash
# -*- coding: utf-8 mode: sh -*- vim:sw=4:sts=4:et:ai:si:sta:fenc=utf-8
|
|
|
|
## configuration de la branche 8.2 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=dev74
|
|
DEVELOP=dev82
|
|
FEATURE=wip82/
|
|
RELEASE=rel82-
|
|
MAIN=dist82
|
|
TAG_PREFIX=
|
|
TAG_SUFFIX=p82
|
|
HOTFIX=hotf82-
|
|
DIST=
|
|
NOAUTO=
|