[gnome-desktop] ci: Don't fail on glib2 reinstallation
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-desktop] ci: Don't fail on glib2 reinstallation
- Date: Thu, 7 Feb 2019 00:30:24 +0000 (UTC)
commit dd2692ceec3720c49b75eb0fef455c81401f6fc1
Author: Bastien Nocera <hadess hadess net>
Date: Thu Feb 7 01:18:19 2019 +0100
ci: Don't fail on glib2 reinstallation
If glib2 can't be reinstalled, then it'll probably be upgraded, which
means that we'll get our new glib2 translations anyway.
.gitlab-ci.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index dc4f237b..9d260e7e 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -12,7 +12,7 @@ build_stable:
before_script:
# Undo delangification present in the Fedora Docker images
- rm -f /etc/rpm/macros.image-language-conf
- - dnf reinstall -y glib2
+ - echo "reinstall glib2" >> translist.txt
# Work-around https://bugzilla.redhat.com/show_bug.cgi?id=1607172#c4
- echo "update dnf gdbm" >> translist.txt
- echo "remove python3-modulemd" >> translist.txt
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]