Commit 1d451ea
committed
git: option not to update series on tags
Currently, when a new tag is sent on the mailing list, the series is
updated in the Git repository.
The push is done with '-o ci.skip', but this seems to be something
specific to GitLab. It has no effects with GitHub for example. Not to
waste resources on retesting everything and sending notifications once
a tag is shared, a new per-project option has been added:
update_series_on_tags
Not to change the current behaviour, series will continue to be updated
on new tags by default, except if this option is explicitly disabled.
Signed-off-by: Matthieu Baerts (NGI0) <[email protected]>1 parent 831a92b commit 1d451ea
1 file changed
+10
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
90 | 96 | | |
91 | 97 | | |
92 | 98 | | |
| |||
109 | 115 | | |
110 | 116 | | |
111 | 117 | | |
112 | | - | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
113 | 122 | | |
114 | 123 | | |
115 | 124 | | |
| |||
0 commit comments