2022-03-29 09:42:27 +04:00
|
|
|
# -*- coding: utf-8 mode: sh -*- vim:sw=4:sts=4:et:ai:si:sta:fenc=utf-8
|
2023-11-18 08:02:04 +04:00
|
|
|
setprofiles v1-prod v2-prod test
|
2022-03-29 09:42:27 +04:00
|
|
|
|
2022-07-27 11:18:48 +04:00
|
|
|
if profile DEFAULT; then
|
2022-03-29 09:42:27 +04:00
|
|
|
info "$PROFILE est le profil par défaut"
|
|
|
|
fi
|
2023-11-18 08:02:04 +04:00
|
|
|
info "version=$VERSION"
|
2022-03-29 09:42:27 +04:00
|
|
|
|
|
|
|
# pas de build automatique
|
|
|
|
AUTOBUILD=
|