summaryrefslogtreecommitdiff
path: root/.gitlab-ci
diff options
context:
space:
mode:
authorLubomir Rintel <lkundrak@v3.sk>2022-06-20 12:16:38 +0200
committerLubomir Rintel <lkundrak@v3.sk>2022-06-27 13:40:09 +0200
commit978d8eb6992399648c34152a7a4657d64e0e0050 (patch)
tree3481fabdbbd37be93006772b3153889b3d1da7a0 /.gitlab-ci
parent19a6affd3ad40ce7fd7ca6201f20ddd89e99949a (diff)
downloadNetworkManager-978d8eb6992399648c34152a7a4657d64e0e0050.tar.gz
po: make dist depend on update-po
This works around a race condition with gettext Makefile. https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/merge_requests/1094#note_1435313
Diffstat (limited to '.gitlab-ci')
-rwxr-xr-x.gitlab-ci/run-test.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitlab-ci/run-test.sh b/.gitlab-ci/run-test.sh
index be725133f6..0e2f3f52ef 100755
--- a/.gitlab-ci/run-test.sh
+++ b/.gitlab-ci/run-test.sh
@@ -20,6 +20,9 @@ fi
do_clean() {
git clean -fdx
+ # "make -C update-po", run on "make dist" has a silly habit of
+ # modifying files in-tree. Lets undo that.
+ git checkout -- po/
}
uname -a