From 391e7e05eb9f67928a5a75bcc46c6d49893769e7 Mon Sep 17 00:00:00 2001
From: TEST_GITLAB_AUTH_TOKEN for infrastructure/ci-package-builder
 <project9091_bot@noreply.gitlab.apertis.org>
Date: Wed, 27 Jul 2022 19:20:19 +0000
Subject: [PATCH 1/2] Adding a local pipeline in
 debian/apertis/local-gitlab-ci.yml

---
 debian/apertis/local-gitlab-ci.yml | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 debian/apertis/local-gitlab-ci.yml

diff --git a/debian/apertis/local-gitlab-ci.yml b/debian/apertis/local-gitlab-ci.yml
new file mode 100644
index 00000000..2f4eee6b
--- /dev/null
+++ b/debian/apertis/local-gitlab-ci.yml
@@ -0,0 +1,14 @@
+hello:
+  stage: test
+  tags: [ lightweight ]
+  image: $DOCKER_IMAGE
+  script:
+    - echo This is a local pipeline
+    - ls
+    - env --null | sort -z | tr '\0' '\n'
+  needs:
+    - pipeline: $PARENT_PIPELINE_ID
+      job: prepare-build-env
+      artifacts: true
+  rules:
+    - when: on_success
\ No newline at end of file
-- 
GitLab


From 4f8e5437a9253663dbbc8de2d67d9c08494559aa Mon Sep 17 00:00:00 2001
From: TEST_GITLAB_AUTH_TOKEN for infrastructure/ci-package-builder
 <project9091_bot@noreply.gitlab.apertis.org>
Date: Wed, 27 Jul 2022 19:20:19 +0000
Subject: [PATCH 2/2] Test release commit

Pipeline: https://gitlab.apertis.org/infrastructure/ci-package-builder/-/pipelines/402288
---
 debian/changelog | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 34127844..e042a5d1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+dash (0.5.11+git20200708+dd9ef66-5apertis0.1) apertis; urgency=medium
+
+  * Non-maintainer upload.
+  * Fake changes while testing the GitLab-to-OBS pipeline
+
+ -- root <test@example.com>  Wed, 27 Jul 2022 19:20:19 +0000
+
 dash (0.5.11+git20200708+dd9ef66-5apertis0) apertis; urgency=medium
 
   * Sync from Debian debian/bullseye.
-- 
GitLab