From c07d11c967701cbcf8bf5fe0d628ef0af653de17 Mon Sep 17 00:00:00 2001 From: Jose Carlos Venegas Munoz Date: Fri, 15 Jun 2018 13:57:00 -0500 Subject: [PATCH] pkgs: move obs scripts to its own directory This repository is growing is due to different projects are living here, kernel config and patches, obs scripts, kata-deploy, release tools. Lets move the obs scripts to its own directory. Fixes: #75 Signed-off-by: Jose Carlos Venegas Munoz --- Dockerfile => obs-packaging/Dockerfile | 0 build_all.sh => obs-packaging/build_all.sh | 0 build_from_docker.sh => obs-packaging/build_from_docker.sh | 0 .../kata-containers-image}/LICENSE | 0 .../kata-containers-image}/build_image.sh | 0 .../kata-containers-image}/debian.compat | 0 .../kata-containers-image}/debian.control-template | 0 .../kata-containers-image}/debian.dirs | 0 .../kata-containers-image}/debian.rules-template | 0 .../kata-containers-image}/kata-containers-image.dsc-template | 0 .../kata-containers-image}/kata-containers-image.spec-template | 0 .../kata-containers-image}/update.sh | 0 {kernel => obs-packaging/kernel}/Makefile.dist.install | 0 {kernel => obs-packaging/kernel}/_service-template | 0 {kernel => obs-packaging/kernel}/debian.compat | 0 {kernel => obs-packaging/kernel}/debian.control-template | 0 {kernel => obs-packaging/kernel}/debian.copyright | 0 {kernel => obs-packaging/kernel}/debian.dirs | 0 {kernel => obs-packaging/kernel}/debian.rules | 0 .../kernel}/kata-linux-container.dsc-template | 0 .../kernel}/kata-linux-container.spec-template | 0 {kernel => obs-packaging/kernel}/update.sh | 0 {ksm-throttler => obs-packaging/ksm-throttler}/_service-template | 0 {ksm-throttler => obs-packaging/ksm-throttler}/debian.compat | 0 .../ksm-throttler}/debian.control-template | 0 .../ksm-throttler}/debian.rules-template | 0 .../ksm-throttler}/kata-ksm-throttler.dsc-template | 0 .../ksm-throttler}/kata-ksm-throttler.spec-template | 0 {ksm-throttler => obs-packaging/ksm-throttler}/update.sh | 0 {proxy => obs-packaging/proxy}/_service-template | 0 {proxy => obs-packaging/proxy}/debian.compat | 0 {proxy => obs-packaging/proxy}/debian.control-template | 0 {proxy => obs-packaging/proxy}/debian.rules-template | 0 {proxy => obs-packaging/proxy}/kata-proxy.dsc-template | 0 {proxy => obs-packaging/proxy}/kata-proxy.spec-template | 0 {proxy => obs-packaging/proxy}/update.sh | 0 {qemu-lite => obs-packaging/qemu-lite}/_service-template | 0 {qemu-lite => obs-packaging/qemu-lite}/debian.compat | 0 {qemu-lite => obs-packaging/qemu-lite}/debian.control-template | 0 {qemu-lite => obs-packaging/qemu-lite}/debian.rules-template | 0 .../qemu-lite}/patches/0001-memfd-fix-configure-test.patch | 0 {qemu-lite => obs-packaging/qemu-lite}/qemu-lite-rpmlintrc | 0 {qemu-lite => obs-packaging/qemu-lite}/qemu-lite.dsc-template | 0 {qemu-lite => obs-packaging/qemu-lite}/qemu-lite.spec-template | 0 {qemu-lite => obs-packaging/qemu-lite}/update.sh | 0 {qemu-vanilla => obs-packaging/qemu-vanilla}/_service-template | 0 {qemu-vanilla => obs-packaging/qemu-vanilla}/debian.compat | 0 .../qemu-vanilla}/debian.control-template | 0 .../qemu-vanilla}/debian.rules-template | 0 .../qemu-vanilla}/patches/0001-memfd-fix-configure-test.patch | 0 .../qemu-vanilla}/qemu-vanilla-rpmlintrc | 0 .../qemu-vanilla}/qemu-vanilla.dsc-template | 0 .../qemu-vanilla}/qemu-vanilla.spec-template | 0 {qemu-vanilla => obs-packaging/qemu-vanilla}/update.sh | 0 {runtime => obs-packaging/runtime}/_service-template | 0 {runtime => obs-packaging/runtime}/debian.compat | 0 {runtime => obs-packaging/runtime}/debian.control-template | 0 {runtime => obs-packaging/runtime}/debian.rules-template | 0 {runtime => obs-packaging/runtime}/kata-runtime.dsc-template | 0 {runtime => obs-packaging/runtime}/kata-runtime.spec-template | 0 {runtime => obs-packaging/runtime}/update.sh | 0 {scripts => obs-packaging/scripts}/pkglib.sh | 0 {shim => obs-packaging/shim}/_service-template | 0 {shim => obs-packaging/shim}/debian.compat | 0 {shim => obs-packaging/shim}/debian.control-template | 0 {shim => obs-packaging/shim}/debian.rules-template | 0 {shim => obs-packaging/shim}/kata-shim.dsc-template | 0 {shim => obs-packaging/shim}/kata-shim.spec-template | 0 {shim => obs-packaging/shim}/update.sh | 0 versions.txt => obs-packaging/versions.txt | 0 70 files changed, 0 insertions(+), 0 deletions(-) rename Dockerfile => obs-packaging/Dockerfile (100%) rename build_all.sh => obs-packaging/build_all.sh (100%) rename build_from_docker.sh => obs-packaging/build_from_docker.sh (100%) rename {kata-containers-image => obs-packaging/kata-containers-image}/LICENSE (100%) rename {kata-containers-image => obs-packaging/kata-containers-image}/build_image.sh (100%) rename {kata-containers-image => obs-packaging/kata-containers-image}/debian.compat (100%) rename {kata-containers-image => obs-packaging/kata-containers-image}/debian.control-template (100%) rename {kata-containers-image => obs-packaging/kata-containers-image}/debian.dirs (100%) rename {kata-containers-image => obs-packaging/kata-containers-image}/debian.rules-template (100%) rename {kata-containers-image => obs-packaging/kata-containers-image}/kata-containers-image.dsc-template (100%) rename {kata-containers-image => obs-packaging/kata-containers-image}/kata-containers-image.spec-template (100%) rename {kata-containers-image => obs-packaging/kata-containers-image}/update.sh (100%) rename {kernel => obs-packaging/kernel}/Makefile.dist.install (100%) rename {kernel => obs-packaging/kernel}/_service-template (100%) rename {kernel => obs-packaging/kernel}/debian.compat (100%) rename {kernel => obs-packaging/kernel}/debian.control-template (100%) rename {kernel => obs-packaging/kernel}/debian.copyright (100%) rename {kernel => obs-packaging/kernel}/debian.dirs (100%) rename {kernel => obs-packaging/kernel}/debian.rules (100%) rename {kernel => obs-packaging/kernel}/kata-linux-container.dsc-template (100%) rename {kernel => obs-packaging/kernel}/kata-linux-container.spec-template (100%) rename {kernel => obs-packaging/kernel}/update.sh (100%) rename {ksm-throttler => obs-packaging/ksm-throttler}/_service-template (100%) rename {ksm-throttler => obs-packaging/ksm-throttler}/debian.compat (100%) rename {ksm-throttler => obs-packaging/ksm-throttler}/debian.control-template (100%) rename {ksm-throttler => obs-packaging/ksm-throttler}/debian.rules-template (100%) rename {ksm-throttler => obs-packaging/ksm-throttler}/kata-ksm-throttler.dsc-template (100%) rename {ksm-throttler => obs-packaging/ksm-throttler}/kata-ksm-throttler.spec-template (100%) rename {ksm-throttler => obs-packaging/ksm-throttler}/update.sh (100%) rename {proxy => obs-packaging/proxy}/_service-template (100%) rename {proxy => obs-packaging/proxy}/debian.compat (100%) rename {proxy => obs-packaging/proxy}/debian.control-template (100%) rename {proxy => obs-packaging/proxy}/debian.rules-template (100%) rename {proxy => obs-packaging/proxy}/kata-proxy.dsc-template (100%) rename {proxy => obs-packaging/proxy}/kata-proxy.spec-template (100%) rename {proxy => obs-packaging/proxy}/update.sh (100%) rename {qemu-lite => obs-packaging/qemu-lite}/_service-template (100%) rename {qemu-lite => obs-packaging/qemu-lite}/debian.compat (100%) rename {qemu-lite => obs-packaging/qemu-lite}/debian.control-template (100%) rename {qemu-lite => obs-packaging/qemu-lite}/debian.rules-template (100%) rename {qemu-lite => obs-packaging/qemu-lite}/patches/0001-memfd-fix-configure-test.patch (100%) rename {qemu-lite => obs-packaging/qemu-lite}/qemu-lite-rpmlintrc (100%) rename {qemu-lite => obs-packaging/qemu-lite}/qemu-lite.dsc-template (100%) rename {qemu-lite => obs-packaging/qemu-lite}/qemu-lite.spec-template (100%) rename {qemu-lite => obs-packaging/qemu-lite}/update.sh (100%) rename {qemu-vanilla => obs-packaging/qemu-vanilla}/_service-template (100%) rename {qemu-vanilla => obs-packaging/qemu-vanilla}/debian.compat (100%) rename {qemu-vanilla => obs-packaging/qemu-vanilla}/debian.control-template (100%) rename {qemu-vanilla => obs-packaging/qemu-vanilla}/debian.rules-template (100%) rename {qemu-vanilla => obs-packaging/qemu-vanilla}/patches/0001-memfd-fix-configure-test.patch (100%) rename {qemu-vanilla => obs-packaging/qemu-vanilla}/qemu-vanilla-rpmlintrc (100%) rename {qemu-vanilla => obs-packaging/qemu-vanilla}/qemu-vanilla.dsc-template (100%) rename {qemu-vanilla => obs-packaging/qemu-vanilla}/qemu-vanilla.spec-template (100%) rename {qemu-vanilla => obs-packaging/qemu-vanilla}/update.sh (100%) rename {runtime => obs-packaging/runtime}/_service-template (100%) rename {runtime => obs-packaging/runtime}/debian.compat (100%) rename {runtime => obs-packaging/runtime}/debian.control-template (100%) rename {runtime => obs-packaging/runtime}/debian.rules-template (100%) rename {runtime => obs-packaging/runtime}/kata-runtime.dsc-template (100%) rename {runtime => obs-packaging/runtime}/kata-runtime.spec-template (100%) rename {runtime => obs-packaging/runtime}/update.sh (100%) rename {scripts => obs-packaging/scripts}/pkglib.sh (100%) rename {shim => obs-packaging/shim}/_service-template (100%) rename {shim => obs-packaging/shim}/debian.compat (100%) rename {shim => obs-packaging/shim}/debian.control-template (100%) rename {shim => obs-packaging/shim}/debian.rules-template (100%) rename {shim => obs-packaging/shim}/kata-shim.dsc-template (100%) rename {shim => obs-packaging/shim}/kata-shim.spec-template (100%) rename {shim => obs-packaging/shim}/update.sh (100%) rename versions.txt => obs-packaging/versions.txt (100%) diff --git a/Dockerfile b/obs-packaging/Dockerfile similarity index 100% rename from Dockerfile rename to obs-packaging/Dockerfile diff --git a/build_all.sh b/obs-packaging/build_all.sh similarity index 100% rename from build_all.sh rename to obs-packaging/build_all.sh diff --git a/build_from_docker.sh b/obs-packaging/build_from_docker.sh similarity index 100% rename from build_from_docker.sh rename to obs-packaging/build_from_docker.sh diff --git a/kata-containers-image/LICENSE b/obs-packaging/kata-containers-image/LICENSE similarity index 100% rename from kata-containers-image/LICENSE rename to obs-packaging/kata-containers-image/LICENSE diff --git a/kata-containers-image/build_image.sh b/obs-packaging/kata-containers-image/build_image.sh similarity index 100% rename from kata-containers-image/build_image.sh rename to obs-packaging/kata-containers-image/build_image.sh diff --git a/kata-containers-image/debian.compat b/obs-packaging/kata-containers-image/debian.compat similarity index 100% rename from kata-containers-image/debian.compat rename to obs-packaging/kata-containers-image/debian.compat diff --git a/kata-containers-image/debian.control-template b/obs-packaging/kata-containers-image/debian.control-template similarity index 100% rename from kata-containers-image/debian.control-template rename to obs-packaging/kata-containers-image/debian.control-template diff --git a/kata-containers-image/debian.dirs b/obs-packaging/kata-containers-image/debian.dirs similarity index 100% rename from kata-containers-image/debian.dirs rename to obs-packaging/kata-containers-image/debian.dirs diff --git a/kata-containers-image/debian.rules-template b/obs-packaging/kata-containers-image/debian.rules-template similarity index 100% rename from kata-containers-image/debian.rules-template rename to obs-packaging/kata-containers-image/debian.rules-template diff --git a/kata-containers-image/kata-containers-image.dsc-template b/obs-packaging/kata-containers-image/kata-containers-image.dsc-template similarity index 100% rename from kata-containers-image/kata-containers-image.dsc-template rename to obs-packaging/kata-containers-image/kata-containers-image.dsc-template diff --git a/kata-containers-image/kata-containers-image.spec-template b/obs-packaging/kata-containers-image/kata-containers-image.spec-template similarity index 100% rename from kata-containers-image/kata-containers-image.spec-template rename to obs-packaging/kata-containers-image/kata-containers-image.spec-template diff --git a/kata-containers-image/update.sh b/obs-packaging/kata-containers-image/update.sh similarity index 100% rename from kata-containers-image/update.sh rename to obs-packaging/kata-containers-image/update.sh diff --git a/kernel/Makefile.dist.install b/obs-packaging/kernel/Makefile.dist.install similarity index 100% rename from kernel/Makefile.dist.install rename to obs-packaging/kernel/Makefile.dist.install diff --git a/kernel/_service-template b/obs-packaging/kernel/_service-template similarity index 100% rename from kernel/_service-template rename to obs-packaging/kernel/_service-template diff --git a/kernel/debian.compat b/obs-packaging/kernel/debian.compat similarity index 100% rename from kernel/debian.compat rename to obs-packaging/kernel/debian.compat diff --git a/kernel/debian.control-template b/obs-packaging/kernel/debian.control-template similarity index 100% rename from kernel/debian.control-template rename to obs-packaging/kernel/debian.control-template diff --git a/kernel/debian.copyright b/obs-packaging/kernel/debian.copyright similarity index 100% rename from kernel/debian.copyright rename to obs-packaging/kernel/debian.copyright diff --git a/kernel/debian.dirs b/obs-packaging/kernel/debian.dirs similarity index 100% rename from kernel/debian.dirs rename to obs-packaging/kernel/debian.dirs diff --git a/kernel/debian.rules b/obs-packaging/kernel/debian.rules similarity index 100% rename from kernel/debian.rules rename to obs-packaging/kernel/debian.rules diff --git a/kernel/kata-linux-container.dsc-template b/obs-packaging/kernel/kata-linux-container.dsc-template similarity index 100% rename from kernel/kata-linux-container.dsc-template rename to obs-packaging/kernel/kata-linux-container.dsc-template diff --git a/kernel/kata-linux-container.spec-template b/obs-packaging/kernel/kata-linux-container.spec-template similarity index 100% rename from kernel/kata-linux-container.spec-template rename to obs-packaging/kernel/kata-linux-container.spec-template diff --git a/kernel/update.sh b/obs-packaging/kernel/update.sh similarity index 100% rename from kernel/update.sh rename to obs-packaging/kernel/update.sh diff --git a/ksm-throttler/_service-template b/obs-packaging/ksm-throttler/_service-template similarity index 100% rename from ksm-throttler/_service-template rename to obs-packaging/ksm-throttler/_service-template diff --git a/ksm-throttler/debian.compat b/obs-packaging/ksm-throttler/debian.compat similarity index 100% rename from ksm-throttler/debian.compat rename to obs-packaging/ksm-throttler/debian.compat diff --git a/ksm-throttler/debian.control-template b/obs-packaging/ksm-throttler/debian.control-template similarity index 100% rename from ksm-throttler/debian.control-template rename to obs-packaging/ksm-throttler/debian.control-template diff --git a/ksm-throttler/debian.rules-template b/obs-packaging/ksm-throttler/debian.rules-template similarity index 100% rename from ksm-throttler/debian.rules-template rename to obs-packaging/ksm-throttler/debian.rules-template diff --git a/ksm-throttler/kata-ksm-throttler.dsc-template b/obs-packaging/ksm-throttler/kata-ksm-throttler.dsc-template similarity index 100% rename from ksm-throttler/kata-ksm-throttler.dsc-template rename to obs-packaging/ksm-throttler/kata-ksm-throttler.dsc-template diff --git a/ksm-throttler/kata-ksm-throttler.spec-template b/obs-packaging/ksm-throttler/kata-ksm-throttler.spec-template similarity index 100% rename from ksm-throttler/kata-ksm-throttler.spec-template rename to obs-packaging/ksm-throttler/kata-ksm-throttler.spec-template diff --git a/ksm-throttler/update.sh b/obs-packaging/ksm-throttler/update.sh similarity index 100% rename from ksm-throttler/update.sh rename to obs-packaging/ksm-throttler/update.sh diff --git a/proxy/_service-template b/obs-packaging/proxy/_service-template similarity index 100% rename from proxy/_service-template rename to obs-packaging/proxy/_service-template diff --git a/proxy/debian.compat b/obs-packaging/proxy/debian.compat similarity index 100% rename from proxy/debian.compat rename to obs-packaging/proxy/debian.compat diff --git a/proxy/debian.control-template b/obs-packaging/proxy/debian.control-template similarity index 100% rename from proxy/debian.control-template rename to obs-packaging/proxy/debian.control-template diff --git a/proxy/debian.rules-template b/obs-packaging/proxy/debian.rules-template similarity index 100% rename from proxy/debian.rules-template rename to obs-packaging/proxy/debian.rules-template diff --git a/proxy/kata-proxy.dsc-template b/obs-packaging/proxy/kata-proxy.dsc-template similarity index 100% rename from proxy/kata-proxy.dsc-template rename to obs-packaging/proxy/kata-proxy.dsc-template diff --git a/proxy/kata-proxy.spec-template b/obs-packaging/proxy/kata-proxy.spec-template similarity index 100% rename from proxy/kata-proxy.spec-template rename to obs-packaging/proxy/kata-proxy.spec-template diff --git a/proxy/update.sh b/obs-packaging/proxy/update.sh similarity index 100% rename from proxy/update.sh rename to obs-packaging/proxy/update.sh diff --git a/qemu-lite/_service-template b/obs-packaging/qemu-lite/_service-template similarity index 100% rename from qemu-lite/_service-template rename to obs-packaging/qemu-lite/_service-template diff --git a/qemu-lite/debian.compat b/obs-packaging/qemu-lite/debian.compat similarity index 100% rename from qemu-lite/debian.compat rename to obs-packaging/qemu-lite/debian.compat diff --git a/qemu-lite/debian.control-template b/obs-packaging/qemu-lite/debian.control-template similarity index 100% rename from qemu-lite/debian.control-template rename to obs-packaging/qemu-lite/debian.control-template diff --git a/qemu-lite/debian.rules-template b/obs-packaging/qemu-lite/debian.rules-template similarity index 100% rename from qemu-lite/debian.rules-template rename to obs-packaging/qemu-lite/debian.rules-template diff --git a/qemu-lite/patches/0001-memfd-fix-configure-test.patch b/obs-packaging/qemu-lite/patches/0001-memfd-fix-configure-test.patch similarity index 100% rename from qemu-lite/patches/0001-memfd-fix-configure-test.patch rename to obs-packaging/qemu-lite/patches/0001-memfd-fix-configure-test.patch diff --git a/qemu-lite/qemu-lite-rpmlintrc b/obs-packaging/qemu-lite/qemu-lite-rpmlintrc similarity index 100% rename from qemu-lite/qemu-lite-rpmlintrc rename to obs-packaging/qemu-lite/qemu-lite-rpmlintrc diff --git a/qemu-lite/qemu-lite.dsc-template b/obs-packaging/qemu-lite/qemu-lite.dsc-template similarity index 100% rename from qemu-lite/qemu-lite.dsc-template rename to obs-packaging/qemu-lite/qemu-lite.dsc-template diff --git a/qemu-lite/qemu-lite.spec-template b/obs-packaging/qemu-lite/qemu-lite.spec-template similarity index 100% rename from qemu-lite/qemu-lite.spec-template rename to obs-packaging/qemu-lite/qemu-lite.spec-template diff --git a/qemu-lite/update.sh b/obs-packaging/qemu-lite/update.sh similarity index 100% rename from qemu-lite/update.sh rename to obs-packaging/qemu-lite/update.sh diff --git a/qemu-vanilla/_service-template b/obs-packaging/qemu-vanilla/_service-template similarity index 100% rename from qemu-vanilla/_service-template rename to obs-packaging/qemu-vanilla/_service-template diff --git a/qemu-vanilla/debian.compat b/obs-packaging/qemu-vanilla/debian.compat similarity index 100% rename from qemu-vanilla/debian.compat rename to obs-packaging/qemu-vanilla/debian.compat diff --git a/qemu-vanilla/debian.control-template b/obs-packaging/qemu-vanilla/debian.control-template similarity index 100% rename from qemu-vanilla/debian.control-template rename to obs-packaging/qemu-vanilla/debian.control-template diff --git a/qemu-vanilla/debian.rules-template b/obs-packaging/qemu-vanilla/debian.rules-template similarity index 100% rename from qemu-vanilla/debian.rules-template rename to obs-packaging/qemu-vanilla/debian.rules-template diff --git a/qemu-vanilla/patches/0001-memfd-fix-configure-test.patch b/obs-packaging/qemu-vanilla/patches/0001-memfd-fix-configure-test.patch similarity index 100% rename from qemu-vanilla/patches/0001-memfd-fix-configure-test.patch rename to obs-packaging/qemu-vanilla/patches/0001-memfd-fix-configure-test.patch diff --git a/qemu-vanilla/qemu-vanilla-rpmlintrc b/obs-packaging/qemu-vanilla/qemu-vanilla-rpmlintrc similarity index 100% rename from qemu-vanilla/qemu-vanilla-rpmlintrc rename to obs-packaging/qemu-vanilla/qemu-vanilla-rpmlintrc diff --git a/qemu-vanilla/qemu-vanilla.dsc-template b/obs-packaging/qemu-vanilla/qemu-vanilla.dsc-template similarity index 100% rename from qemu-vanilla/qemu-vanilla.dsc-template rename to obs-packaging/qemu-vanilla/qemu-vanilla.dsc-template diff --git a/qemu-vanilla/qemu-vanilla.spec-template b/obs-packaging/qemu-vanilla/qemu-vanilla.spec-template similarity index 100% rename from qemu-vanilla/qemu-vanilla.spec-template rename to obs-packaging/qemu-vanilla/qemu-vanilla.spec-template diff --git a/qemu-vanilla/update.sh b/obs-packaging/qemu-vanilla/update.sh similarity index 100% rename from qemu-vanilla/update.sh rename to obs-packaging/qemu-vanilla/update.sh diff --git a/runtime/_service-template b/obs-packaging/runtime/_service-template similarity index 100% rename from runtime/_service-template rename to obs-packaging/runtime/_service-template diff --git a/runtime/debian.compat b/obs-packaging/runtime/debian.compat similarity index 100% rename from runtime/debian.compat rename to obs-packaging/runtime/debian.compat diff --git a/runtime/debian.control-template b/obs-packaging/runtime/debian.control-template similarity index 100% rename from runtime/debian.control-template rename to obs-packaging/runtime/debian.control-template diff --git a/runtime/debian.rules-template b/obs-packaging/runtime/debian.rules-template similarity index 100% rename from runtime/debian.rules-template rename to obs-packaging/runtime/debian.rules-template diff --git a/runtime/kata-runtime.dsc-template b/obs-packaging/runtime/kata-runtime.dsc-template similarity index 100% rename from runtime/kata-runtime.dsc-template rename to obs-packaging/runtime/kata-runtime.dsc-template diff --git a/runtime/kata-runtime.spec-template b/obs-packaging/runtime/kata-runtime.spec-template similarity index 100% rename from runtime/kata-runtime.spec-template rename to obs-packaging/runtime/kata-runtime.spec-template diff --git a/runtime/update.sh b/obs-packaging/runtime/update.sh similarity index 100% rename from runtime/update.sh rename to obs-packaging/runtime/update.sh diff --git a/scripts/pkglib.sh b/obs-packaging/scripts/pkglib.sh similarity index 100% rename from scripts/pkglib.sh rename to obs-packaging/scripts/pkglib.sh diff --git a/shim/_service-template b/obs-packaging/shim/_service-template similarity index 100% rename from shim/_service-template rename to obs-packaging/shim/_service-template diff --git a/shim/debian.compat b/obs-packaging/shim/debian.compat similarity index 100% rename from shim/debian.compat rename to obs-packaging/shim/debian.compat diff --git a/shim/debian.control-template b/obs-packaging/shim/debian.control-template similarity index 100% rename from shim/debian.control-template rename to obs-packaging/shim/debian.control-template diff --git a/shim/debian.rules-template b/obs-packaging/shim/debian.rules-template similarity index 100% rename from shim/debian.rules-template rename to obs-packaging/shim/debian.rules-template diff --git a/shim/kata-shim.dsc-template b/obs-packaging/shim/kata-shim.dsc-template similarity index 100% rename from shim/kata-shim.dsc-template rename to obs-packaging/shim/kata-shim.dsc-template diff --git a/shim/kata-shim.spec-template b/obs-packaging/shim/kata-shim.spec-template similarity index 100% rename from shim/kata-shim.spec-template rename to obs-packaging/shim/kata-shim.spec-template diff --git a/shim/update.sh b/obs-packaging/shim/update.sh similarity index 100% rename from shim/update.sh rename to obs-packaging/shim/update.sh diff --git a/versions.txt b/obs-packaging/versions.txt similarity index 100% rename from versions.txt rename to obs-packaging/versions.txt