From fded4c9f2ed964299324eaba4c484ff92a3b4f3c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Mart=C3=AD?= Date: Wed, 16 Mar 2016 14:56:12 +0000 Subject: [PATCH 1/2] CI: Bump docker image Also use a specific tag instead of latest, so that pushing latest on Docker Hub won't break older branches and tags. --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 96104a3dd..63d4fcab5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -image: mvdan/fdroid-ci:latest +image: mvdan/fdroid-ci:20160316 cache: paths: From 3b76db0227994d610f5dc254e6992e16a25d2d08 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Mart=C3=AD?= Date: Wed, 16 Mar 2016 15:19:22 +0000 Subject: [PATCH 2/2] tools: check-string-format is python3 This has always been python3, so it was probably a typo. Fixes CI since we may no longer have python2 installed. --- F-Droid/tools/check-string-format.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/F-Droid/tools/check-string-format.py b/F-Droid/tools/check-string-format.py index 867090385..e24f8cc52 100755 --- a/F-Droid/tools/check-string-format.py +++ b/F-Droid/tools/check-string-format.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python3 # Remove extra translations