From 22f32949f490fdb61a625ec9fb8325a67ce77f00 Mon Sep 17 00:00:00 2001 From: Jeroen Baten Date: Mon, 26 Aug 2024 12:32:40 +0000 Subject: [PATCH 1/4] First test remote ci/cd build file. --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitlab-ci.yml diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 000000000..fc096504e --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1 @@ +include: https://$LIBREPLAN_BUIlDTOOLS_URL \ No newline at end of file From 677f1ef8039edf930109589aa97710ea9b063aed Mon Sep 17 00:00:00 2001 From: Jeroen Baten Date: Mon, 26 Aug 2024 12:46:06 +0000 Subject: [PATCH 2/4] Working include of remote build file. --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index fc096504e..c0d5e00b1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1 +1 @@ -include: https://$LIBREPLAN_BUIlDTOOLS_URL \ No newline at end of file +include: $LIBREPLAN_BUIlDTOOLS_URL \ No newline at end of file From 05ee99601d5e2d194b0b65f476e2eb2ce8705f4c Mon Sep 17 00:00:00 2001 From: Jeroen Baten Date: Thu, 29 Aug 2024 09:10:58 +0000 Subject: [PATCH 3/4] This should work in the end. --- .gitlab-ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c0d5e00b1..f8c83585e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1 +1,3 @@ -include: $LIBREPLAN_BUIlDTOOLS_URL \ No newline at end of file +include: + remote: $LIBREPLAN_BUILDTOOLS_URL + \ No newline at end of file From 7d913f028f6ac37226d8c05aa264dd07d108469c Mon Sep 17 00:00:00 2001 From: Jeroen Baten Date: Wed, 4 Sep 2024 09:49:21 +0200 Subject: [PATCH 4/4] Adding GitLab CI/CD config file to repository. For the reasoning behind this see the blogpost at https://www.libreplan.dev/a-change-in-distribution-policy-and-why-we-make-it --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f8c83585e..1e1857df0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,3 +1,4 @@ +# Since we are forced to stimulate sponsoring of this entirely open source project, we build packages only internaly. include: remote: $LIBREPLAN_BUILDTOOLS_URL - \ No newline at end of file +