From 8000a564733acc64fd7921fc5a7f8055e9a477b4 Mon Sep 17 00:00:00 2001 From: Erik Dannenberg Date: Fri, 25 Jan 2019 20:01:10 +0100 Subject: [PATCH] Move cmd/, engine/ and template/ folders to top level --- {lib/cmd => cmd}/argbash/README.md | 0 {lib/cmd => cmd}/argbash/argbash-refresh.sh | 0 {lib/cmd => cmd}/argbash/build.sh | 0 {lib/cmd => cmd}/argbash/clean.sh | 0 {lib/cmd => cmd}/argbash/dep-graph.sh | 0 {lib/cmd => cmd}/argbash/new.sh | 0 {lib/cmd => cmd}/argbash/opt-global.m4 | 0 {lib/cmd => cmd}/argbash/opt-main.sh | 0 {lib/cmd => cmd}/argbash/push.sh | 0 {lib/cmd => cmd}/argbash/update.sh | 0 {lib/cmd => cmd}/build.sh | 0 {lib/cmd => cmd}/clean.sh | 0 {lib/cmd => cmd}/dep-graph.sh | 0 {lib/cmd => cmd}/new.sh | 0 {lib/cmd => cmd}/push.sh | 0 {lib/cmd => cmd}/update.sh | 0 {lib/engine => engine}/docker.sh | 0 {lib => engine/docker}/bob-core/Dockerfile.template | 0 {lib => engine/docker}/bob-core/bashrc.sh | 0 {lib => engine/docker}/bob-core/build-root.sh | 0 {lib => engine/docker}/bob-core/etc/portage/make.conf | 0 {lib => engine/docker}/bob-core/etc/portage/postsync.d/eix | 0 .../docker}/bob-core/etc/portage/repos.conf/gentoo.conf | 0 {lib => engine/docker}/bob-core/etc/profile.d/portage-defaults.sh | 0 {lib => engine/docker}/bob-core/portage-git-sync.sh | 0 {lib => engine/docker}/bob-portage/Dockerfile.template | 0 {lib/engine => engine}/dummy.sh | 0 {lib/template => template}/docker/builder/Dockerfile.template | 0 {lib/template => template}/docker/builder/build.conf | 0 {lib/template => template}/docker/builder/build_ext.sh | 0 {lib/template => template}/docker/builder/build_stage3.sh | 0 {lib/template => template}/docker/image/Dockerfile.template | 0 {lib/template => template}/docker/image/README.md | 0 {lib/template => template}/docker/image/build-test.sh | 0 {lib/template => template}/docker/image/build.conf | 0 {lib/template => template}/docker/image/build.sh | 0 {lib/template => template}/docker/image/docker-healthcheck.sh | 0 {lib/template => template}/docker/namespace/.gitignore | 0 {lib/template => template}/docker/namespace/README.md | 0 {lib/template => template}/docker/namespace/kubler.conf.multi | 0 {lib/template => template}/docker/namespace/kubler.conf.single | 0 41 files changed, 0 insertions(+), 0 deletions(-) rename {lib/cmd => cmd}/argbash/README.md (100%) rename {lib/cmd => cmd}/argbash/argbash-refresh.sh (100%) rename {lib/cmd => cmd}/argbash/build.sh (100%) rename {lib/cmd => cmd}/argbash/clean.sh (100%) rename {lib/cmd => cmd}/argbash/dep-graph.sh (100%) rename {lib/cmd => cmd}/argbash/new.sh (100%) rename {lib/cmd => cmd}/argbash/opt-global.m4 (100%) rename {lib/cmd => cmd}/argbash/opt-main.sh (100%) rename {lib/cmd => cmd}/argbash/push.sh (100%) rename {lib/cmd => cmd}/argbash/update.sh (100%) rename {lib/cmd => cmd}/build.sh (100%) rename {lib/cmd => cmd}/clean.sh (100%) rename {lib/cmd => cmd}/dep-graph.sh (100%) rename {lib/cmd => cmd}/new.sh (100%) rename {lib/cmd => cmd}/push.sh (100%) rename {lib/cmd => cmd}/update.sh (100%) rename {lib/engine => engine}/docker.sh (100%) rename {lib => engine/docker}/bob-core/Dockerfile.template (100%) rename {lib => engine/docker}/bob-core/bashrc.sh (100%) rename {lib => engine/docker}/bob-core/build-root.sh (100%) rename {lib => engine/docker}/bob-core/etc/portage/make.conf (100%) rename {lib => engine/docker}/bob-core/etc/portage/postsync.d/eix (100%) rename {lib => engine/docker}/bob-core/etc/portage/repos.conf/gentoo.conf (100%) rename {lib => engine/docker}/bob-core/etc/profile.d/portage-defaults.sh (100%) rename {lib => engine/docker}/bob-core/portage-git-sync.sh (100%) rename {lib => engine/docker}/bob-portage/Dockerfile.template (100%) rename {lib/engine => engine}/dummy.sh (100%) rename {lib/template => template}/docker/builder/Dockerfile.template (100%) rename {lib/template => template}/docker/builder/build.conf (100%) rename {lib/template => template}/docker/builder/build_ext.sh (100%) rename {lib/template => template}/docker/builder/build_stage3.sh (100%) rename {lib/template => template}/docker/image/Dockerfile.template (100%) rename {lib/template => template}/docker/image/README.md (100%) rename {lib/template => template}/docker/image/build-test.sh (100%) rename {lib/template => template}/docker/image/build.conf (100%) rename {lib/template => template}/docker/image/build.sh (100%) rename {lib/template => template}/docker/image/docker-healthcheck.sh (100%) rename {lib/template => template}/docker/namespace/.gitignore (100%) rename {lib/template => template}/docker/namespace/README.md (100%) rename {lib/template => template}/docker/namespace/kubler.conf.multi (100%) rename {lib/template => template}/docker/namespace/kubler.conf.single (100%) diff --git a/lib/cmd/argbash/README.md b/cmd/argbash/README.md similarity index 100% rename from lib/cmd/argbash/README.md rename to cmd/argbash/README.md diff --git a/lib/cmd/argbash/argbash-refresh.sh b/cmd/argbash/argbash-refresh.sh similarity index 100% rename from lib/cmd/argbash/argbash-refresh.sh rename to cmd/argbash/argbash-refresh.sh diff --git a/lib/cmd/argbash/build.sh b/cmd/argbash/build.sh similarity index 100% rename from lib/cmd/argbash/build.sh rename to cmd/argbash/build.sh diff --git a/lib/cmd/argbash/clean.sh b/cmd/argbash/clean.sh similarity index 100% rename from lib/cmd/argbash/clean.sh rename to cmd/argbash/clean.sh diff --git a/lib/cmd/argbash/dep-graph.sh b/cmd/argbash/dep-graph.sh similarity index 100% rename from lib/cmd/argbash/dep-graph.sh rename to cmd/argbash/dep-graph.sh diff --git a/lib/cmd/argbash/new.sh b/cmd/argbash/new.sh similarity index 100% rename from lib/cmd/argbash/new.sh rename to cmd/argbash/new.sh diff --git a/lib/cmd/argbash/opt-global.m4 b/cmd/argbash/opt-global.m4 similarity index 100% rename from lib/cmd/argbash/opt-global.m4 rename to cmd/argbash/opt-global.m4 diff --git a/lib/cmd/argbash/opt-main.sh b/cmd/argbash/opt-main.sh similarity index 100% rename from lib/cmd/argbash/opt-main.sh rename to cmd/argbash/opt-main.sh diff --git a/lib/cmd/argbash/push.sh b/cmd/argbash/push.sh similarity index 100% rename from lib/cmd/argbash/push.sh rename to cmd/argbash/push.sh diff --git a/lib/cmd/argbash/update.sh b/cmd/argbash/update.sh similarity index 100% rename from lib/cmd/argbash/update.sh rename to cmd/argbash/update.sh diff --git a/lib/cmd/build.sh b/cmd/build.sh similarity index 100% rename from lib/cmd/build.sh rename to cmd/build.sh diff --git a/lib/cmd/clean.sh b/cmd/clean.sh similarity index 100% rename from lib/cmd/clean.sh rename to cmd/clean.sh diff --git a/lib/cmd/dep-graph.sh b/cmd/dep-graph.sh similarity index 100% rename from lib/cmd/dep-graph.sh rename to cmd/dep-graph.sh diff --git a/lib/cmd/new.sh b/cmd/new.sh similarity index 100% rename from lib/cmd/new.sh rename to cmd/new.sh diff --git a/lib/cmd/push.sh b/cmd/push.sh similarity index 100% rename from lib/cmd/push.sh rename to cmd/push.sh diff --git a/lib/cmd/update.sh b/cmd/update.sh similarity index 100% rename from lib/cmd/update.sh rename to cmd/update.sh diff --git a/lib/engine/docker.sh b/engine/docker.sh similarity index 100% rename from lib/engine/docker.sh rename to engine/docker.sh diff --git a/lib/bob-core/Dockerfile.template b/engine/docker/bob-core/Dockerfile.template similarity index 100% rename from lib/bob-core/Dockerfile.template rename to engine/docker/bob-core/Dockerfile.template diff --git a/lib/bob-core/bashrc.sh b/engine/docker/bob-core/bashrc.sh similarity index 100% rename from lib/bob-core/bashrc.sh rename to engine/docker/bob-core/bashrc.sh diff --git a/lib/bob-core/build-root.sh b/engine/docker/bob-core/build-root.sh similarity index 100% rename from lib/bob-core/build-root.sh rename to engine/docker/bob-core/build-root.sh diff --git a/lib/bob-core/etc/portage/make.conf b/engine/docker/bob-core/etc/portage/make.conf similarity index 100% rename from lib/bob-core/etc/portage/make.conf rename to engine/docker/bob-core/etc/portage/make.conf diff --git a/lib/bob-core/etc/portage/postsync.d/eix b/engine/docker/bob-core/etc/portage/postsync.d/eix similarity index 100% rename from lib/bob-core/etc/portage/postsync.d/eix rename to engine/docker/bob-core/etc/portage/postsync.d/eix diff --git a/lib/bob-core/etc/portage/repos.conf/gentoo.conf b/engine/docker/bob-core/etc/portage/repos.conf/gentoo.conf similarity index 100% rename from lib/bob-core/etc/portage/repos.conf/gentoo.conf rename to engine/docker/bob-core/etc/portage/repos.conf/gentoo.conf diff --git a/lib/bob-core/etc/profile.d/portage-defaults.sh b/engine/docker/bob-core/etc/profile.d/portage-defaults.sh similarity index 100% rename from lib/bob-core/etc/profile.d/portage-defaults.sh rename to engine/docker/bob-core/etc/profile.d/portage-defaults.sh diff --git a/lib/bob-core/portage-git-sync.sh b/engine/docker/bob-core/portage-git-sync.sh similarity index 100% rename from lib/bob-core/portage-git-sync.sh rename to engine/docker/bob-core/portage-git-sync.sh diff --git a/lib/bob-portage/Dockerfile.template b/engine/docker/bob-portage/Dockerfile.template similarity index 100% rename from lib/bob-portage/Dockerfile.template rename to engine/docker/bob-portage/Dockerfile.template diff --git a/lib/engine/dummy.sh b/engine/dummy.sh similarity index 100% rename from lib/engine/dummy.sh rename to engine/dummy.sh diff --git a/lib/template/docker/builder/Dockerfile.template b/template/docker/builder/Dockerfile.template similarity index 100% rename from lib/template/docker/builder/Dockerfile.template rename to template/docker/builder/Dockerfile.template diff --git a/lib/template/docker/builder/build.conf b/template/docker/builder/build.conf similarity index 100% rename from lib/template/docker/builder/build.conf rename to template/docker/builder/build.conf diff --git a/lib/template/docker/builder/build_ext.sh b/template/docker/builder/build_ext.sh similarity index 100% rename from lib/template/docker/builder/build_ext.sh rename to template/docker/builder/build_ext.sh diff --git a/lib/template/docker/builder/build_stage3.sh b/template/docker/builder/build_stage3.sh similarity index 100% rename from lib/template/docker/builder/build_stage3.sh rename to template/docker/builder/build_stage3.sh diff --git a/lib/template/docker/image/Dockerfile.template b/template/docker/image/Dockerfile.template similarity index 100% rename from lib/template/docker/image/Dockerfile.template rename to template/docker/image/Dockerfile.template diff --git a/lib/template/docker/image/README.md b/template/docker/image/README.md similarity index 100% rename from lib/template/docker/image/README.md rename to template/docker/image/README.md diff --git a/lib/template/docker/image/build-test.sh b/template/docker/image/build-test.sh similarity index 100% rename from lib/template/docker/image/build-test.sh rename to template/docker/image/build-test.sh diff --git a/lib/template/docker/image/build.conf b/template/docker/image/build.conf similarity index 100% rename from lib/template/docker/image/build.conf rename to template/docker/image/build.conf diff --git a/lib/template/docker/image/build.sh b/template/docker/image/build.sh similarity index 100% rename from lib/template/docker/image/build.sh rename to template/docker/image/build.sh diff --git a/lib/template/docker/image/docker-healthcheck.sh b/template/docker/image/docker-healthcheck.sh similarity index 100% rename from lib/template/docker/image/docker-healthcheck.sh rename to template/docker/image/docker-healthcheck.sh diff --git a/lib/template/docker/namespace/.gitignore b/template/docker/namespace/.gitignore similarity index 100% rename from lib/template/docker/namespace/.gitignore rename to template/docker/namespace/.gitignore diff --git a/lib/template/docker/namespace/README.md b/template/docker/namespace/README.md similarity index 100% rename from lib/template/docker/namespace/README.md rename to template/docker/namespace/README.md diff --git a/lib/template/docker/namespace/kubler.conf.multi b/template/docker/namespace/kubler.conf.multi similarity index 100% rename from lib/template/docker/namespace/kubler.conf.multi rename to template/docker/namespace/kubler.conf.multi diff --git a/lib/template/docker/namespace/kubler.conf.single b/template/docker/namespace/kubler.conf.single similarity index 100% rename from lib/template/docker/namespace/kubler.conf.single rename to template/docker/namespace/kubler.conf.single