Prepare repo for global-jjb v0.25.0 69/63469/1
authorAric Gardner <agardner@linuxfoundation.org>
Fri, 12 Oct 2018 20:17:16 +0000 (16:17 -0400)
committerAric Gardner <agardner@linuxfoundation.org>
Fri, 12 Oct 2018 20:18:41 +0000 (16:18 -0400)
Global JJB now has non-JJB YAML configuration and requires action on the
ci-management repo when upgrading to this version of Global JJB to
prevent JJB from picking up these YAMLs as config. Follow the
instructions below BEFORE upgrading globall-jjb:

cd <git-root>
git mv jjb/global-jjb global-jjb
mkdir jjb/global-jjb
ln -s ../../global-jjb/shell jjb/global-jjb/shell
ln -s ../../global-jjb/jjb jjb/global-jjb/jjb
git add jjb/global-jjb
git commit -sm "Prepare repo for global-jjb v0.25.0"

Git diff confirms no changes.
diff -bur . /tmp/releng/job_output/

Change-Id: I6d7239b8bab8ef08368f833d9a64cd94a824b158
Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
.gitmodules
global-jjb [moved from jjb/global-jjb with 100% similarity]
jjb/global-jjb/jjb [new symlink]
jjb/global-jjb/shell [new symlink]

index 07b28be..9f7b778 100644 (file)
@@ -1,3 +1,3 @@
 [submodule "jjb/global-jjb"]
-       path = jjb/global-jjb
+       path = global-jjb
        url = https://github.com/lfit/releng-global-jjb
similarity index 100%
rename from jjb/global-jjb
rename to global-jjb
diff --git a/jjb/global-jjb/jjb b/jjb/global-jjb/jjb
new file mode 120000 (symlink)
index 0000000..23c884f
--- /dev/null
@@ -0,0 +1 @@
+../../global-jjb/jjb
\ No newline at end of file
diff --git a/jjb/global-jjb/shell b/jjb/global-jjb/shell
new file mode 120000 (symlink)
index 0000000..d37c43f
--- /dev/null
@@ -0,0 +1 @@
+../../global-jjb/shell
\ No newline at end of file