From 3375c080f8f41ea615f8531de2d36c5b69f9ddfd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20H=C3=B6ppner?= <jonas.hoeppner@garz-fricke.com> Date: Mon, 31 Jan 2022 11:10:54 +0100 Subject: [PATCH] Rename gitlab group to seco-northern-europe BCS 746-000629 Change-Id: I5e48ce49b2a735bccebc504ad2d9aad3f34e1cef --- .gitlab-ci-build.yml | 2 +- .gitlab-ci.yml | 2 +- README.md | 2 +- default.xml | 12 ++++++------ 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.gitlab-ci-build.yml b/.gitlab-ci-build.yml index 22fbb3f2..c94f7c40 100644 --- a/.gitlab-ci-build.yml +++ b/.gitlab-ci-build.yml @@ -6,7 +6,7 @@ variables: SDKPATH: "tmp/deploy/sdk/" DEPLOYPATH_TEST: "/artifacts/${CI_JOB_ID}/" GIT_BASE_URL: "git@${CI_SERVER_HOST}:${CI_PROJECT_ROOT_NAMESPACE}" - TESTS_GIT_URL: "${GIT_BASE_URL}/tests/development-tests.git" + TESTS_GIT_URL: "${GIT_BASE_URL}/yocto/tests.git" .setup_ssh: &setup_ssh # setup ssh key to access private repos diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1ab8e710..1b0fcf66 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -70,7 +70,7 @@ retrigger: - PROJECTS=$( .gitlab-ci/get_manifest_projects.py --manifest=default.xml - --remote=guf + --remote=seco-north --concat-namespaces ) - echo -e "Projects:\n${PROJECTS}" diff --git a/README.md b/README.md index 79511791..d0e4dd20 100644 --- a/README.md +++ b/README.md @@ -6,4 +6,4 @@ This repository contains manifest files for the `repo` tool. Instructions on setting up a build environment for the Garz & Fricke BSP can be found in the BSP repository: -https://gitlab.com/garz-fricke/yocto/layers/meta-guf-machine/-/blob/dunfell/README.md +https://gitlab.com/seco-northern-europe/yocto/layers/meta-guf-machine/-/blob/dunfell/README.md diff --git a/default.xml b/default.xml index 584b59b0..3151c8ec 100644 --- a/default.xml +++ b/default.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="UTF-8"?> <manifest> <!-- You can have as many remote repositories as you like --> - <remote name="guf" alias="origin" fetch="ssh://git@gitlab.com/garz-fricke/yocto" /> - <remote name="guf-3rd" alias="origin" fetch="ssh://git@gitlab.com/garz-fricke/3rd-party" /> + <remote name="seco-north" alias="origin" fetch="ssh://git@gitlab.com/seco-northern-europe/yocto" /> + <remote name="seco-north-3rd" alias="origin" fetch="ssh://git@gitlab.com/seco-northern-europe/3rd-party" /> <remote name="yocto" alias="origin" fetch="git://git.yoctoproject.org" httplink="http://git.yoctoproject.org/cgit/cgit.cgi/PROJECT/commit" /> <remote name="oe" alias="origin" fetch="git://git.openembedded.org" httplink="https://github.com/openembedded/PROJECT/commit" /> <remote name="qt5" alias="origin" fetch="git://code.qt.io/yocto" httplink="https://github.com/meta-qt5/PROJECT/commit" /> @@ -17,15 +17,15 @@ "revision": commit hash to checkout (if not the default) "path": directory where git repository gets cloned/synced --> - <project name="yocto/poky" revision="13f4ddf50eccaeed96a40a5f1a1d4173e677e98a" remote="guf-3rd" path="sources/poky" /> + <project name="yocto/poky" revision="13f4ddf50eccaeed96a40a5f1a1d4173e677e98a" remote="seco-north-3rd" path="sources/poky" /> <project name="meta-openembedded" revision="2915810edbb6599051e30efb3b7f805665ddcc23" remote="oe" path="sources/meta-openembedded" /> <project name="meta-python2" revision="b901080cf57d9a7f5476ab4d96e56c30db8170a8" remote="oe" path="sources/meta-python2" /> <project name="meta-qt5.git" revision="a2882fecc96019781880c38fc6a81a9b71c944ad" remote="qt5-github" path="sources/meta-qt5" /> <project name="meta-freescale.git" revision="0173d3f8d0cbf7844a4d23bc3fb30144abc914bb" remote="fslc" path="sources/meta-freescale" /> <project name="meta-freescale-distro.git" revision="5d882cdf079b3bde0bd9869ce3ca3db411acbf3b" remote="fslc" path="sources/meta-freescale-distro" /> - <project name="layers/meta-guf-machine" revision="2597d30e4d1dc8c9f1e55e6151b2e4964c7b2898" remote="guf" path="sources/meta-guf-machine" /> - <project name="layers/meta-guf-distro" revision="0724d44ed3d93783e61a09f51dcf69769f5093d6" remote="guf" path="sources/meta-guf-distro" /> - <project name="config" revision="a124789be643bd9abbf68ac4c5fe39639592709e" remote="guf" path=".conf"> + <project name="layers/meta-guf-machine" revision="2597d30e4d1dc8c9f1e55e6151b2e4964c7b2898" remote="seco-north" path="sources/meta-guf-machine" /> + <project name="layers/meta-guf-distro" revision="0724d44ed3d93783e61a09f51dcf69769f5093d6" remote="seco-north" path="sources/meta-guf-distro" /> + <project name="config" revision="a124789be643bd9abbf68ac4c5fe39639592709e" remote="seco-north" path=".conf"> <linkfile dest="setup-environment" src="setup-environment"/> </project> </manifest> -- GitLab