diff options
author | Ismaël Bouya <ismael.bouya@normalesup.org> | 2021-11-08 13:16:47 +0100 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@normalesup.org> | 2021-11-08 16:03:59 +0100 |
commit | 19ad30d64eb56c0f747bfaeae135238cd338b8c9 (patch) | |
tree | bf6772c5ede47c5b8b9988570127c8ed1bc227d8 | |
parent | 0a1b29c1549f2beccb39bffde94acc0f13addf27 (diff) | |
download | TestProject-19ad30d64eb56c0f747bfaeae135238cd338b8c9.tar.gz TestProject-19ad30d64eb56c0f747bfaeae135238cd338b8c9.tar.zst TestProject-19ad30d64eb56c0f747bfaeae135238cd338b8c9.zip |
Add git config
-rw-r--r-- | .immae_config.yaml | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/.immae_config.yaml b/.immae_config.yaml new file mode 100644 index 0000000..b7bd41b --- /dev/null +++ b/.immae_config.yaml | |||
@@ -0,0 +1,25 @@ | |||
1 | hooks: | ||
2 | xmpp: | ||
3 | dest: ismael@immae.fr | ||
4 | buildbot: | ||
5 | url: https://git.immae.eu/buildbot/test/change_hook/base | ||
6 | refs: | ||
7 | - refs/heads/master | ||
8 | - refs/heads/dev | ||
9 | - refs/tags/* | ||
10 | slack: | ||
11 | urls: | ||
12 | - discordImmaeEu | ||
13 | refs: | ||
14 | - refs/heads/master | ||
15 | - refs/heads/dev | ||
16 | - refs/tags/* | ||
17 | mantisbt: | ||
18 | projectSourceId: 11 | ||
19 | meta: | ||
20 | issueurl: "https://git.immae.eu/mantisbt/view_all_bug_page.php?project_id=7" | ||
21 | repourl: "https://git.immae.eu/cgit/perso/Immae/TestProject.git/" | ||
22 | commiturl: "https://git.immae.eu/cgit/perso/Immae/TestProject.git/commit/?id=%s" | ||
23 | compareurl: "https://git.immae.eu/cgit/perso/Immae/TestProject.git/diff/?id2=%s&id=%s" | ||
24 | branchurl: "https://git.immae.eu/cgit/perso/Immae/TestProject.git/log/?h=%s" | ||
25 | |||