gitlab-ci: run make dist on debian target
cf. !68 (merged)
Merge request reports
Activity
changed milestone to %4.0
added Component::Build system label
- Resolved by Thomas Guillem
- Resolved by Thomas Guillem
Pipeline failed as expected, will be fixed when !68 (merged) is merged
added MRStatus::NotCompliant label
added MRStatus::Acceptable label and removed MRStatus::NotCompliant label
added MRStatus::Accepted label and removed MRStatus::Acceptable label
MR Acceptance result
This MergeRequest has been Accepted! Congratulations.MR acceptance checks details:
-
MR should be considered mergeable by Gitlab -
Last pipeline should be successful -
MergeRequest should have at least one external review and/or vote -
All threads should be resolved, and score >= 0 -
MergeRequest should have no activity (threads/votes) for (24h/24h)
-
added 21 commits
-
29369152...800482fb - 20 commits from branch
videolan:master
- 172eacd6 - gitlab-ci: run make dist on debian target
-
29369152...800482fb - 20 commits from branch
enabled an automatic merge when the pipeline for 172eacd6 succeeds
I am surprised that this is not already done, TBH. But then again, unless we postpone the build system switch-over until after 4.0 is forked, this seems a bit late to the party.
make distcheck
is a bit of an automake idiosynchrasy afterall. If it weren't for our automake legacy, we could just as well usegit-archive
instead ofmake dist
and not worry about effectively tracking source files twice.Edited by Rémi Denis-Courmont