From de0e0cfde5b1cd00ce986cd4bc881d6c7e14ff68 Mon Sep 17 00:00:00 2001 From: Tim Meusel Date: Mon, 12 Aug 2024 17:15:41 +0200 Subject: [PATCH 1/2] Test Arch linux changes * https://github.com/voxpupuli/beaker-docker/pull/142 * https://github.com/voxpupuli/beaker/pull/1897 --- Gemfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Gemfile b/Gemfile index 27cdc0d..11227fd 100644 --- a/Gemfile +++ b/Gemfile @@ -16,6 +16,8 @@ group :development do end group :system_tests do + gem 'beaker', git: 'https://github.com/bastelfreak/beaker/', branch: 'arch2' + gem 'beaker-docker', git: 'https://github.com/bastelfreak/beaker-docker/', branch: 'arch' gem 'voxpupuli-acceptance', '~> 3.0', :require => false end From 32e6cd6d918722ad34597b7ef629b34b9a0962bd Mon Sep 17 00:00:00 2001 From: Tim Meusel Date: Mon, 12 Aug 2024 17:19:01 +0200 Subject: [PATCH 2/2] Archlinux: Fix typo in metadata.json --- metadata.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metadata.json b/metadata.json index ba7584f..10fef13 100644 --- a/metadata.json +++ b/metadata.json @@ -19,7 +19,7 @@ ], "operatingsystem_support": [ { - "operatingsystem": "ArchLinux" + "operatingsystem": "Archlinux" }, { "operatingsystem": "CentOS",