modifs.mineures sans commentaires
This commit is contained in:
parent
48e6ff9f08
commit
add57b8345
@ -2,4 +2,4 @@
|
|||||||
# -*- coding: utf-8 mode: sh -*- vim:sw=4:sts=4:et:ai:si:sta:fenc=utf-8
|
# -*- coding: utf-8 mode: sh -*- vim:sw=4:sts=4:et:ai:si:sta:fenc=utf-8
|
||||||
source "$(dirname -- "$0")/../load.sh" || exit 1
|
source "$(dirname -- "$0")/../load.sh" || exit 1
|
||||||
|
|
||||||
exec "$MYDIR/prel" -bdev82 dev74 "$@"
|
exec "$MYDIR/pmer" -Bdev82 dev74 "$@"
|
||||||
|
@ -1,13 +0,0 @@
|
|||||||
# -*- coding: utf-8 mode: yaml -*- vim:sw=2:sts=2:et:ai:si:sta:fenc=utf-8
|
|
||||||
|
|
||||||
branch: develop
|
|
||||||
flows:
|
|
||||||
default:
|
|
||||||
develop: develop
|
|
||||||
feature: wip/
|
|
||||||
release: release-
|
|
||||||
main:
|
|
||||||
name: master
|
|
||||||
tag_prefix: null
|
|
||||||
tag_suffix: null
|
|
||||||
hotfix: hotfix-
|
|
3
wip/pman
3
wip/pman
@ -244,4 +244,7 @@ init)
|
|||||||
git_ensure_cleancheckout
|
git_ensure_cleancheckout
|
||||||
init_action "$@"
|
init_action "$@"
|
||||||
;;
|
;;
|
||||||
|
*)
|
||||||
|
die "$action: action non implémentée"
|
||||||
|
;;
|
||||||
esac
|
esac
|
||||||
|
7
wip/pmer
7
wip/pmer
@ -125,9 +125,16 @@ merge)
|
|||||||
develop|release|hotfix)
|
develop|release|hotfix)
|
||||||
die "$SrcBranch: cette branche doit être fusionnée dans $DestBranch avec prel"
|
die "$SrcBranch: cette branche doit être fusionnée dans $DestBranch avec prel"
|
||||||
;;
|
;;
|
||||||
|
*)
|
||||||
|
# n'autoriser la suppression que pour feature
|
||||||
|
[ "$SrcType" == feature ] || Delete=
|
||||||
|
;;
|
||||||
esac
|
esac
|
||||||
git_ensure_cleancheckout
|
git_ensure_cleancheckout
|
||||||
ensure_branches
|
ensure_branches
|
||||||
merge_action "$@"
|
merge_action "$@"
|
||||||
;;
|
;;
|
||||||
|
*)
|
||||||
|
die "$action: action non implémentée"
|
||||||
|
;;
|
||||||
esac
|
esac
|
||||||
|
Loading…
Reference in New Issue
Block a user