From 4f56199c351048fefe39dce6e8dad392e249b49f Mon Sep 17 00:00:00 2001 From: Jeffrey Townsend Date: Mon, 16 May 2016 23:47:15 +0000 Subject: [PATCH] The new-hotness installer is now the regular-hotness installer. --- builds/amd64/installer/{new-hotness => }/Makefile | 0 builds/amd64/installer/{new-hotness => }/PKG.yml | 0 builds/amd64/installer/{new-hotness => }/builds/.gitignore | 0 builds/amd64/installer/{new-hotness => }/builds/Makefile | 0 builds/amd64/installer/{new-hotness => }/builds/boot-config | 0 builds/any/installer/{new-hotness => }/APKG.yml | 0 builds/any/installer/{new-hotness => }/grub/builds/Makefile | 0 builds/any/installer/{new-hotness => }/installer.sh.in | 0 builds/any/installer/{new-hotness => }/uboot/builds/Makefile | 0 builds/armel/installer/{new-hotness => }/Makefile | 0 builds/armel/installer/{new-hotness => }/PKG.yml | 0 builds/armel/installer/{new-hotness => }/builds/.gitignore | 0 builds/armel/installer/{new-hotness => }/builds/Makefile | 0 builds/armel/installer/{new-hotness => }/builds/boot-config | 0 builds/powerpc/installer/{new-hotness => }/Makefile | 0 builds/powerpc/installer/{new-hotness => }/PKG.yml | 0 builds/powerpc/installer/{new-hotness => }/builds/.gitignore | 0 builds/powerpc/installer/{new-hotness => }/builds/Makefile | 0 builds/powerpc/installer/{new-hotness => }/builds/boot-config | 0 19 files changed, 0 insertions(+), 0 deletions(-) rename builds/amd64/installer/{new-hotness => }/Makefile (100%) rename builds/amd64/installer/{new-hotness => }/PKG.yml (100%) rename builds/amd64/installer/{new-hotness => }/builds/.gitignore (100%) rename builds/amd64/installer/{new-hotness => }/builds/Makefile (100%) rename builds/amd64/installer/{new-hotness => }/builds/boot-config (100%) rename builds/any/installer/{new-hotness => }/APKG.yml (100%) rename builds/any/installer/{new-hotness => }/grub/builds/Makefile (100%) rename builds/any/installer/{new-hotness => }/installer.sh.in (100%) rename builds/any/installer/{new-hotness => }/uboot/builds/Makefile (100%) rename builds/armel/installer/{new-hotness => }/Makefile (100%) rename builds/armel/installer/{new-hotness => }/PKG.yml (100%) rename builds/armel/installer/{new-hotness => }/builds/.gitignore (100%) rename builds/armel/installer/{new-hotness => }/builds/Makefile (100%) rename builds/armel/installer/{new-hotness => }/builds/boot-config (100%) rename builds/powerpc/installer/{new-hotness => }/Makefile (100%) rename builds/powerpc/installer/{new-hotness => }/PKG.yml (100%) rename builds/powerpc/installer/{new-hotness => }/builds/.gitignore (100%) rename builds/powerpc/installer/{new-hotness => }/builds/Makefile (100%) rename builds/powerpc/installer/{new-hotness => }/builds/boot-config (100%) diff --git a/builds/amd64/installer/new-hotness/Makefile b/builds/amd64/installer/Makefile similarity index 100% rename from builds/amd64/installer/new-hotness/Makefile rename to builds/amd64/installer/Makefile diff --git a/builds/amd64/installer/new-hotness/PKG.yml b/builds/amd64/installer/PKG.yml similarity index 100% rename from builds/amd64/installer/new-hotness/PKG.yml rename to builds/amd64/installer/PKG.yml diff --git a/builds/amd64/installer/new-hotness/builds/.gitignore b/builds/amd64/installer/builds/.gitignore similarity index 100% rename from builds/amd64/installer/new-hotness/builds/.gitignore rename to builds/amd64/installer/builds/.gitignore diff --git a/builds/amd64/installer/new-hotness/builds/Makefile b/builds/amd64/installer/builds/Makefile similarity index 100% rename from builds/amd64/installer/new-hotness/builds/Makefile rename to builds/amd64/installer/builds/Makefile diff --git a/builds/amd64/installer/new-hotness/builds/boot-config b/builds/amd64/installer/builds/boot-config similarity index 100% rename from builds/amd64/installer/new-hotness/builds/boot-config rename to builds/amd64/installer/builds/boot-config diff --git a/builds/any/installer/new-hotness/APKG.yml b/builds/any/installer/APKG.yml similarity index 100% rename from builds/any/installer/new-hotness/APKG.yml rename to builds/any/installer/APKG.yml diff --git a/builds/any/installer/new-hotness/grub/builds/Makefile b/builds/any/installer/grub/builds/Makefile similarity index 100% rename from builds/any/installer/new-hotness/grub/builds/Makefile rename to builds/any/installer/grub/builds/Makefile diff --git a/builds/any/installer/new-hotness/installer.sh.in b/builds/any/installer/installer.sh.in similarity index 100% rename from builds/any/installer/new-hotness/installer.sh.in rename to builds/any/installer/installer.sh.in diff --git a/builds/any/installer/new-hotness/uboot/builds/Makefile b/builds/any/installer/uboot/builds/Makefile similarity index 100% rename from builds/any/installer/new-hotness/uboot/builds/Makefile rename to builds/any/installer/uboot/builds/Makefile diff --git a/builds/armel/installer/new-hotness/Makefile b/builds/armel/installer/Makefile similarity index 100% rename from builds/armel/installer/new-hotness/Makefile rename to builds/armel/installer/Makefile diff --git a/builds/armel/installer/new-hotness/PKG.yml b/builds/armel/installer/PKG.yml similarity index 100% rename from builds/armel/installer/new-hotness/PKG.yml rename to builds/armel/installer/PKG.yml diff --git a/builds/armel/installer/new-hotness/builds/.gitignore b/builds/armel/installer/builds/.gitignore similarity index 100% rename from builds/armel/installer/new-hotness/builds/.gitignore rename to builds/armel/installer/builds/.gitignore diff --git a/builds/armel/installer/new-hotness/builds/Makefile b/builds/armel/installer/builds/Makefile similarity index 100% rename from builds/armel/installer/new-hotness/builds/Makefile rename to builds/armel/installer/builds/Makefile diff --git a/builds/armel/installer/new-hotness/builds/boot-config b/builds/armel/installer/builds/boot-config similarity index 100% rename from builds/armel/installer/new-hotness/builds/boot-config rename to builds/armel/installer/builds/boot-config diff --git a/builds/powerpc/installer/new-hotness/Makefile b/builds/powerpc/installer/Makefile similarity index 100% rename from builds/powerpc/installer/new-hotness/Makefile rename to builds/powerpc/installer/Makefile diff --git a/builds/powerpc/installer/new-hotness/PKG.yml b/builds/powerpc/installer/PKG.yml similarity index 100% rename from builds/powerpc/installer/new-hotness/PKG.yml rename to builds/powerpc/installer/PKG.yml diff --git a/builds/powerpc/installer/new-hotness/builds/.gitignore b/builds/powerpc/installer/builds/.gitignore similarity index 100% rename from builds/powerpc/installer/new-hotness/builds/.gitignore rename to builds/powerpc/installer/builds/.gitignore diff --git a/builds/powerpc/installer/new-hotness/builds/Makefile b/builds/powerpc/installer/builds/Makefile similarity index 100% rename from builds/powerpc/installer/new-hotness/builds/Makefile rename to builds/powerpc/installer/builds/Makefile diff --git a/builds/powerpc/installer/new-hotness/builds/boot-config b/builds/powerpc/installer/builds/boot-config similarity index 100% rename from builds/powerpc/installer/new-hotness/builds/boot-config rename to builds/powerpc/installer/builds/boot-config