From 97ed2052ba09e67fee7789f0fec81652d505c818 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Thu, 5 Mar 2009 13:41:57 +0000 Subject: [PATCH] * Move everything up one directory. --- src/{Hydra => }/Makefile.PL | 0 src/{Hydra => }/lib/Hydra.pm | 0 .../lib/Hydra/Base/Controller/ListBuilds.pm | 0 .../lib/Hydra/Base/Controller/NixChannel.pm | 0 src/{Hydra => }/lib/Hydra/Controller/Build.pm | 0 src/{Hydra => }/lib/Hydra/Controller/Job.pm | 0 src/{Hydra => }/lib/Hydra/Controller/Project.pm | 0 src/{Hydra => }/lib/Hydra/Controller/Root.pm | 0 src/{Hydra => }/lib/Hydra/Helper/CatalystUtils.pm | 0 src/{Hydra => }/lib/Hydra/Helper/Nix.pm | 0 src/{Hydra => }/lib/Hydra/Model/DB.pm | 0 src/{Hydra => }/lib/Hydra/Schema.pm | 0 src/{Hydra => }/lib/Hydra/Schema/BuildInputs.pm | 0 src/{Hydra => }/lib/Hydra/Schema/BuildProducts.pm | 0 src/{Hydra => }/lib/Hydra/Schema/BuildResultInfo.pm | 0 .../lib/Hydra/Schema/BuildSchedulingInfo.pm | 0 src/{Hydra => }/lib/Hydra/Schema/BuildSteps.pm | 0 src/{Hydra => }/lib/Hydra/Schema/Builds.pm | 0 .../lib/Hydra/Schema/CachedPathInputs.pm | 0 .../lib/Hydra/Schema/CachedSubversionInputs.pm | 0 src/{Hydra => }/lib/Hydra/Schema/JobsetInputAlts.pm | 0 src/{Hydra => }/lib/Hydra/Schema/JobsetInputs.pm | 0 src/{Hydra => }/lib/Hydra/Schema/Jobsets.pm | 0 src/{Hydra => }/lib/Hydra/Schema/Projects.pm | 0 src/{Hydra => }/lib/Hydra/Schema/ReleaseSetJobs.pm | 0 src/{Hydra => }/lib/Hydra/Schema/ReleaseSets.pm | 0 src/{Hydra => }/lib/Hydra/Schema/SystemTypes.pm | 0 src/{Hydra => }/lib/Hydra/Schema/UserRoles.pm | 0 src/{Hydra => }/lib/Hydra/Schema/Users.pm | 0 src/{Hydra => }/lib/Hydra/View/NixClosure.pm | 0 src/{Hydra => }/lib/Hydra/View/NixDepGraph.pm | 0 src/{Hydra => }/lib/Hydra/View/NixExprs.pm | 0 src/{Hydra => }/lib/Hydra/View/NixManifest.pm | 0 src/{Hydra => }/lib/Hydra/View/NixNAR.pm | 0 src/{Hydra => }/lib/Hydra/View/NixPkg.pm | 0 src/{Hydra => }/lib/Hydra/View/TT.pm | 0 src/{Hydra => }/root/all.tt | 0 src/{Hydra => }/root/build.tt | 0 src/{Hydra => }/root/channel-contents.tt | 0 src/{Hydra => }/root/common.tt | 0 src/{Hydra => }/root/edit-releaseset.tt | 0 src/{Hydra => }/root/error.tt | 0 src/{Hydra => }/root/index.tt | 0 src/{Hydra => }/root/jobstatus.tt | 0 src/{Hydra => }/root/layout.tt | 0 src/{Hydra => }/root/log.tt | 0 src/{Hydra => }/root/login.tt | 0 src/{Hydra => }/root/product-list.tt | 0 src/{Hydra => }/root/project.tt | 0 src/{Hydra => }/root/queue.tt | 0 src/{Hydra => }/root/release.tt | 0 src/{Hydra => }/root/releases.tt | 0 src/{Hydra => }/root/releasesets.tt | 0 src/{Hydra => }/root/static/css/hydra.css | 0 src/{Hydra => }/root/static/css/logfile.css | 0 .../root/static/images/arrow-right-active.gif | Bin src/{Hydra => }/root/static/images/arrow-right.gif | Bin src/{Hydra => }/root/static/images/debian.png | Bin src/{Hydra => }/root/static/images/document.png | Bin src/{Hydra => }/root/static/images/failure.gif | Bin src/{Hydra => }/root/static/images/hydra.png | Bin src/{Hydra => }/root/static/images/iso.png | Bin src/{Hydra => }/root/static/images/nix-build.png | Bin .../root/static/images/question-mark.png | Bin src/{Hydra => }/root/static/images/report.png | Bin src/{Hydra => }/root/static/images/rpm-fedora.png | Bin src/{Hydra => }/root/static/images/rpm.png | Bin src/{Hydra => }/root/static/images/source-dist.png | Bin src/{Hydra => }/root/static/images/success.gif | Bin src/{Hydra => }/script/hydra_build.pl | 0 src/{Hydra => }/script/hydra_cgi.pl | 0 src/{Hydra => }/script/hydra_control.sh | 0 src/{Hydra => }/script/hydra_create.pl | 0 src/{Hydra => }/script/hydra_fastcgi.pl | 0 src/{Hydra => }/script/hydra_init.pl | 0 src/{Hydra => }/script/hydra_queue_runner.pl | 0 src/{Hydra => }/script/hydra_scheduler.pl | 0 src/{Hydra => }/script/hydra_server.pl | 0 src/{Hydra => }/script/hydra_test.pl | 0 src/{Hydra => }/script/hydra_update_gc_roots.pl | 0 src/{Hydra => }/sql/hydra.sql | 0 src/{Hydra => }/sql/test.sql | 0 src/{Hydra => }/xsl/log2html.xsl | 0 src/{Hydra => }/xsl/mark-errors.xsl | 0 84 files changed, 0 insertions(+), 0 deletions(-) rename src/{Hydra => }/Makefile.PL (100%) rename src/{Hydra => }/lib/Hydra.pm (100%) rename src/{Hydra => }/lib/Hydra/Base/Controller/ListBuilds.pm (100%) rename src/{Hydra => }/lib/Hydra/Base/Controller/NixChannel.pm (100%) rename src/{Hydra => }/lib/Hydra/Controller/Build.pm (100%) rename src/{Hydra => }/lib/Hydra/Controller/Job.pm (100%) rename src/{Hydra => }/lib/Hydra/Controller/Project.pm (100%) rename src/{Hydra => }/lib/Hydra/Controller/Root.pm (100%) rename src/{Hydra => }/lib/Hydra/Helper/CatalystUtils.pm (100%) rename src/{Hydra => }/lib/Hydra/Helper/Nix.pm (100%) rename src/{Hydra => }/lib/Hydra/Model/DB.pm (100%) rename src/{Hydra => }/lib/Hydra/Schema.pm (100%) rename src/{Hydra => }/lib/Hydra/Schema/BuildInputs.pm (100%) rename src/{Hydra => }/lib/Hydra/Schema/BuildProducts.pm (100%) rename src/{Hydra => }/lib/Hydra/Schema/BuildResultInfo.pm (100%) rename src/{Hydra => }/lib/Hydra/Schema/BuildSchedulingInfo.pm (100%) rename src/{Hydra => }/lib/Hydra/Schema/BuildSteps.pm (100%) rename src/{Hydra => }/lib/Hydra/Schema/Builds.pm (100%) rename src/{Hydra => }/lib/Hydra/Schema/CachedPathInputs.pm (100%) rename src/{Hydra => }/lib/Hydra/Schema/CachedSubversionInputs.pm (100%) rename src/{Hydra => }/lib/Hydra/Schema/JobsetInputAlts.pm (100%) rename src/{Hydra => }/lib/Hydra/Schema/JobsetInputs.pm (100%) rename src/{Hydra => }/lib/Hydra/Schema/Jobsets.pm (100%) rename src/{Hydra => }/lib/Hydra/Schema/Projects.pm (100%) rename src/{Hydra => }/lib/Hydra/Schema/ReleaseSetJobs.pm (100%) rename src/{Hydra => }/lib/Hydra/Schema/ReleaseSets.pm (100%) rename src/{Hydra => }/lib/Hydra/Schema/SystemTypes.pm (100%) rename src/{Hydra => }/lib/Hydra/Schema/UserRoles.pm (100%) rename src/{Hydra => }/lib/Hydra/Schema/Users.pm (100%) rename src/{Hydra => }/lib/Hydra/View/NixClosure.pm (100%) rename src/{Hydra => }/lib/Hydra/View/NixDepGraph.pm (100%) rename src/{Hydra => }/lib/Hydra/View/NixExprs.pm (100%) rename src/{Hydra => }/lib/Hydra/View/NixManifest.pm (100%) rename src/{Hydra => }/lib/Hydra/View/NixNAR.pm (100%) rename src/{Hydra => }/lib/Hydra/View/NixPkg.pm (100%) rename src/{Hydra => }/lib/Hydra/View/TT.pm (100%) rename src/{Hydra => }/root/all.tt (100%) rename src/{Hydra => }/root/build.tt (100%) rename src/{Hydra => }/root/channel-contents.tt (100%) rename src/{Hydra => }/root/common.tt (100%) rename src/{Hydra => }/root/edit-releaseset.tt (100%) rename src/{Hydra => }/root/error.tt (100%) rename src/{Hydra => }/root/index.tt (100%) rename src/{Hydra => }/root/jobstatus.tt (100%) rename src/{Hydra => }/root/layout.tt (100%) rename src/{Hydra => }/root/log.tt (100%) rename src/{Hydra => }/root/login.tt (100%) rename src/{Hydra => }/root/product-list.tt (100%) rename src/{Hydra => }/root/project.tt (100%) rename src/{Hydra => }/root/queue.tt (100%) rename src/{Hydra => }/root/release.tt (100%) rename src/{Hydra => }/root/releases.tt (100%) rename src/{Hydra => }/root/releasesets.tt (100%) rename src/{Hydra => }/root/static/css/hydra.css (100%) rename src/{Hydra => }/root/static/css/logfile.css (100%) rename src/{Hydra => }/root/static/images/arrow-right-active.gif (100%) rename src/{Hydra => }/root/static/images/arrow-right.gif (100%) rename src/{Hydra => }/root/static/images/debian.png (100%) rename src/{Hydra => }/root/static/images/document.png (100%) rename src/{Hydra => }/root/static/images/failure.gif (100%) rename src/{Hydra => }/root/static/images/hydra.png (100%) rename src/{Hydra => }/root/static/images/iso.png (100%) rename src/{Hydra => }/root/static/images/nix-build.png (100%) rename src/{Hydra => }/root/static/images/question-mark.png (100%) rename src/{Hydra => }/root/static/images/report.png (100%) rename src/{Hydra => }/root/static/images/rpm-fedora.png (100%) rename src/{Hydra => }/root/static/images/rpm.png (100%) rename src/{Hydra => }/root/static/images/source-dist.png (100%) rename src/{Hydra => }/root/static/images/success.gif (100%) rename src/{Hydra => }/script/hydra_build.pl (100%) rename src/{Hydra => }/script/hydra_cgi.pl (100%) rename src/{Hydra => }/script/hydra_control.sh (100%) rename src/{Hydra => }/script/hydra_create.pl (100%) rename src/{Hydra => }/script/hydra_fastcgi.pl (100%) rename src/{Hydra => }/script/hydra_init.pl (100%) rename src/{Hydra => }/script/hydra_queue_runner.pl (100%) rename src/{Hydra => }/script/hydra_scheduler.pl (100%) rename src/{Hydra => }/script/hydra_server.pl (100%) rename src/{Hydra => }/script/hydra_test.pl (100%) rename src/{Hydra => }/script/hydra_update_gc_roots.pl (100%) rename src/{Hydra => }/sql/hydra.sql (100%) rename src/{Hydra => }/sql/test.sql (100%) rename src/{Hydra => }/xsl/log2html.xsl (100%) rename src/{Hydra => }/xsl/mark-errors.xsl (100%) diff --git a/src/Hydra/Makefile.PL b/src/Makefile.PL similarity index 100% rename from src/Hydra/Makefile.PL rename to src/Makefile.PL diff --git a/src/Hydra/lib/Hydra.pm b/src/lib/Hydra.pm similarity index 100% rename from src/Hydra/lib/Hydra.pm rename to src/lib/Hydra.pm diff --git a/src/Hydra/lib/Hydra/Base/Controller/ListBuilds.pm b/src/lib/Hydra/Base/Controller/ListBuilds.pm similarity index 100% rename from src/Hydra/lib/Hydra/Base/Controller/ListBuilds.pm rename to src/lib/Hydra/Base/Controller/ListBuilds.pm diff --git a/src/Hydra/lib/Hydra/Base/Controller/NixChannel.pm b/src/lib/Hydra/Base/Controller/NixChannel.pm similarity index 100% rename from src/Hydra/lib/Hydra/Base/Controller/NixChannel.pm rename to src/lib/Hydra/Base/Controller/NixChannel.pm diff --git a/src/Hydra/lib/Hydra/Controller/Build.pm b/src/lib/Hydra/Controller/Build.pm similarity index 100% rename from src/Hydra/lib/Hydra/Controller/Build.pm rename to src/lib/Hydra/Controller/Build.pm diff --git a/src/Hydra/lib/Hydra/Controller/Job.pm b/src/lib/Hydra/Controller/Job.pm similarity index 100% rename from src/Hydra/lib/Hydra/Controller/Job.pm rename to src/lib/Hydra/Controller/Job.pm diff --git a/src/Hydra/lib/Hydra/Controller/Project.pm b/src/lib/Hydra/Controller/Project.pm similarity index 100% rename from src/Hydra/lib/Hydra/Controller/Project.pm rename to src/lib/Hydra/Controller/Project.pm diff --git a/src/Hydra/lib/Hydra/Controller/Root.pm b/src/lib/Hydra/Controller/Root.pm similarity index 100% rename from src/Hydra/lib/Hydra/Controller/Root.pm rename to src/lib/Hydra/Controller/Root.pm diff --git a/src/Hydra/lib/Hydra/Helper/CatalystUtils.pm b/src/lib/Hydra/Helper/CatalystUtils.pm similarity index 100% rename from src/Hydra/lib/Hydra/Helper/CatalystUtils.pm rename to src/lib/Hydra/Helper/CatalystUtils.pm diff --git a/src/Hydra/lib/Hydra/Helper/Nix.pm b/src/lib/Hydra/Helper/Nix.pm similarity index 100% rename from src/Hydra/lib/Hydra/Helper/Nix.pm rename to src/lib/Hydra/Helper/Nix.pm diff --git a/src/Hydra/lib/Hydra/Model/DB.pm b/src/lib/Hydra/Model/DB.pm similarity index 100% rename from src/Hydra/lib/Hydra/Model/DB.pm rename to src/lib/Hydra/Model/DB.pm diff --git a/src/Hydra/lib/Hydra/Schema.pm b/src/lib/Hydra/Schema.pm similarity index 100% rename from src/Hydra/lib/Hydra/Schema.pm rename to src/lib/Hydra/Schema.pm diff --git a/src/Hydra/lib/Hydra/Schema/BuildInputs.pm b/src/lib/Hydra/Schema/BuildInputs.pm similarity index 100% rename from src/Hydra/lib/Hydra/Schema/BuildInputs.pm rename to src/lib/Hydra/Schema/BuildInputs.pm diff --git a/src/Hydra/lib/Hydra/Schema/BuildProducts.pm b/src/lib/Hydra/Schema/BuildProducts.pm similarity index 100% rename from src/Hydra/lib/Hydra/Schema/BuildProducts.pm rename to src/lib/Hydra/Schema/BuildProducts.pm diff --git a/src/Hydra/lib/Hydra/Schema/BuildResultInfo.pm b/src/lib/Hydra/Schema/BuildResultInfo.pm similarity index 100% rename from src/Hydra/lib/Hydra/Schema/BuildResultInfo.pm rename to src/lib/Hydra/Schema/BuildResultInfo.pm diff --git a/src/Hydra/lib/Hydra/Schema/BuildSchedulingInfo.pm b/src/lib/Hydra/Schema/BuildSchedulingInfo.pm similarity index 100% rename from src/Hydra/lib/Hydra/Schema/BuildSchedulingInfo.pm rename to src/lib/Hydra/Schema/BuildSchedulingInfo.pm diff --git a/src/Hydra/lib/Hydra/Schema/BuildSteps.pm b/src/lib/Hydra/Schema/BuildSteps.pm similarity index 100% rename from src/Hydra/lib/Hydra/Schema/BuildSteps.pm rename to src/lib/Hydra/Schema/BuildSteps.pm diff --git a/src/Hydra/lib/Hydra/Schema/Builds.pm b/src/lib/Hydra/Schema/Builds.pm similarity index 100% rename from src/Hydra/lib/Hydra/Schema/Builds.pm rename to src/lib/Hydra/Schema/Builds.pm diff --git a/src/Hydra/lib/Hydra/Schema/CachedPathInputs.pm b/src/lib/Hydra/Schema/CachedPathInputs.pm similarity index 100% rename from src/Hydra/lib/Hydra/Schema/CachedPathInputs.pm rename to src/lib/Hydra/Schema/CachedPathInputs.pm diff --git a/src/Hydra/lib/Hydra/Schema/CachedSubversionInputs.pm b/src/lib/Hydra/Schema/CachedSubversionInputs.pm similarity index 100% rename from src/Hydra/lib/Hydra/Schema/CachedSubversionInputs.pm rename to src/lib/Hydra/Schema/CachedSubversionInputs.pm diff --git a/src/Hydra/lib/Hydra/Schema/JobsetInputAlts.pm b/src/lib/Hydra/Schema/JobsetInputAlts.pm similarity index 100% rename from src/Hydra/lib/Hydra/Schema/JobsetInputAlts.pm rename to src/lib/Hydra/Schema/JobsetInputAlts.pm diff --git a/src/Hydra/lib/Hydra/Schema/JobsetInputs.pm b/src/lib/Hydra/Schema/JobsetInputs.pm similarity index 100% rename from src/Hydra/lib/Hydra/Schema/JobsetInputs.pm rename to src/lib/Hydra/Schema/JobsetInputs.pm diff --git a/src/Hydra/lib/Hydra/Schema/Jobsets.pm b/src/lib/Hydra/Schema/Jobsets.pm similarity index 100% rename from src/Hydra/lib/Hydra/Schema/Jobsets.pm rename to src/lib/Hydra/Schema/Jobsets.pm diff --git a/src/Hydra/lib/Hydra/Schema/Projects.pm b/src/lib/Hydra/Schema/Projects.pm similarity index 100% rename from src/Hydra/lib/Hydra/Schema/Projects.pm rename to src/lib/Hydra/Schema/Projects.pm diff --git a/src/Hydra/lib/Hydra/Schema/ReleaseSetJobs.pm b/src/lib/Hydra/Schema/ReleaseSetJobs.pm similarity index 100% rename from src/Hydra/lib/Hydra/Schema/ReleaseSetJobs.pm rename to src/lib/Hydra/Schema/ReleaseSetJobs.pm diff --git a/src/Hydra/lib/Hydra/Schema/ReleaseSets.pm b/src/lib/Hydra/Schema/ReleaseSets.pm similarity index 100% rename from src/Hydra/lib/Hydra/Schema/ReleaseSets.pm rename to src/lib/Hydra/Schema/ReleaseSets.pm diff --git a/src/Hydra/lib/Hydra/Schema/SystemTypes.pm b/src/lib/Hydra/Schema/SystemTypes.pm similarity index 100% rename from src/Hydra/lib/Hydra/Schema/SystemTypes.pm rename to src/lib/Hydra/Schema/SystemTypes.pm diff --git a/src/Hydra/lib/Hydra/Schema/UserRoles.pm b/src/lib/Hydra/Schema/UserRoles.pm similarity index 100% rename from src/Hydra/lib/Hydra/Schema/UserRoles.pm rename to src/lib/Hydra/Schema/UserRoles.pm diff --git a/src/Hydra/lib/Hydra/Schema/Users.pm b/src/lib/Hydra/Schema/Users.pm similarity index 100% rename from src/Hydra/lib/Hydra/Schema/Users.pm rename to src/lib/Hydra/Schema/Users.pm diff --git a/src/Hydra/lib/Hydra/View/NixClosure.pm b/src/lib/Hydra/View/NixClosure.pm similarity index 100% rename from src/Hydra/lib/Hydra/View/NixClosure.pm rename to src/lib/Hydra/View/NixClosure.pm diff --git a/src/Hydra/lib/Hydra/View/NixDepGraph.pm b/src/lib/Hydra/View/NixDepGraph.pm similarity index 100% rename from src/Hydra/lib/Hydra/View/NixDepGraph.pm rename to src/lib/Hydra/View/NixDepGraph.pm diff --git a/src/Hydra/lib/Hydra/View/NixExprs.pm b/src/lib/Hydra/View/NixExprs.pm similarity index 100% rename from src/Hydra/lib/Hydra/View/NixExprs.pm rename to src/lib/Hydra/View/NixExprs.pm diff --git a/src/Hydra/lib/Hydra/View/NixManifest.pm b/src/lib/Hydra/View/NixManifest.pm similarity index 100% rename from src/Hydra/lib/Hydra/View/NixManifest.pm rename to src/lib/Hydra/View/NixManifest.pm diff --git a/src/Hydra/lib/Hydra/View/NixNAR.pm b/src/lib/Hydra/View/NixNAR.pm similarity index 100% rename from src/Hydra/lib/Hydra/View/NixNAR.pm rename to src/lib/Hydra/View/NixNAR.pm diff --git a/src/Hydra/lib/Hydra/View/NixPkg.pm b/src/lib/Hydra/View/NixPkg.pm similarity index 100% rename from src/Hydra/lib/Hydra/View/NixPkg.pm rename to src/lib/Hydra/View/NixPkg.pm diff --git a/src/Hydra/lib/Hydra/View/TT.pm b/src/lib/Hydra/View/TT.pm similarity index 100% rename from src/Hydra/lib/Hydra/View/TT.pm rename to src/lib/Hydra/View/TT.pm diff --git a/src/Hydra/root/all.tt b/src/root/all.tt similarity index 100% rename from src/Hydra/root/all.tt rename to src/root/all.tt diff --git a/src/Hydra/root/build.tt b/src/root/build.tt similarity index 100% rename from src/Hydra/root/build.tt rename to src/root/build.tt diff --git a/src/Hydra/root/channel-contents.tt b/src/root/channel-contents.tt similarity index 100% rename from src/Hydra/root/channel-contents.tt rename to src/root/channel-contents.tt diff --git a/src/Hydra/root/common.tt b/src/root/common.tt similarity index 100% rename from src/Hydra/root/common.tt rename to src/root/common.tt diff --git a/src/Hydra/root/edit-releaseset.tt b/src/root/edit-releaseset.tt similarity index 100% rename from src/Hydra/root/edit-releaseset.tt rename to src/root/edit-releaseset.tt diff --git a/src/Hydra/root/error.tt b/src/root/error.tt similarity index 100% rename from src/Hydra/root/error.tt rename to src/root/error.tt diff --git a/src/Hydra/root/index.tt b/src/root/index.tt similarity index 100% rename from src/Hydra/root/index.tt rename to src/root/index.tt diff --git a/src/Hydra/root/jobstatus.tt b/src/root/jobstatus.tt similarity index 100% rename from src/Hydra/root/jobstatus.tt rename to src/root/jobstatus.tt diff --git a/src/Hydra/root/layout.tt b/src/root/layout.tt similarity index 100% rename from src/Hydra/root/layout.tt rename to src/root/layout.tt diff --git a/src/Hydra/root/log.tt b/src/root/log.tt similarity index 100% rename from src/Hydra/root/log.tt rename to src/root/log.tt diff --git a/src/Hydra/root/login.tt b/src/root/login.tt similarity index 100% rename from src/Hydra/root/login.tt rename to src/root/login.tt diff --git a/src/Hydra/root/product-list.tt b/src/root/product-list.tt similarity index 100% rename from src/Hydra/root/product-list.tt rename to src/root/product-list.tt diff --git a/src/Hydra/root/project.tt b/src/root/project.tt similarity index 100% rename from src/Hydra/root/project.tt rename to src/root/project.tt diff --git a/src/Hydra/root/queue.tt b/src/root/queue.tt similarity index 100% rename from src/Hydra/root/queue.tt rename to src/root/queue.tt diff --git a/src/Hydra/root/release.tt b/src/root/release.tt similarity index 100% rename from src/Hydra/root/release.tt rename to src/root/release.tt diff --git a/src/Hydra/root/releases.tt b/src/root/releases.tt similarity index 100% rename from src/Hydra/root/releases.tt rename to src/root/releases.tt diff --git a/src/Hydra/root/releasesets.tt b/src/root/releasesets.tt similarity index 100% rename from src/Hydra/root/releasesets.tt rename to src/root/releasesets.tt diff --git a/src/Hydra/root/static/css/hydra.css b/src/root/static/css/hydra.css similarity index 100% rename from src/Hydra/root/static/css/hydra.css rename to src/root/static/css/hydra.css diff --git a/src/Hydra/root/static/css/logfile.css b/src/root/static/css/logfile.css similarity index 100% rename from src/Hydra/root/static/css/logfile.css rename to src/root/static/css/logfile.css diff --git a/src/Hydra/root/static/images/arrow-right-active.gif b/src/root/static/images/arrow-right-active.gif similarity index 100% rename from src/Hydra/root/static/images/arrow-right-active.gif rename to src/root/static/images/arrow-right-active.gif diff --git a/src/Hydra/root/static/images/arrow-right.gif b/src/root/static/images/arrow-right.gif similarity index 100% rename from src/Hydra/root/static/images/arrow-right.gif rename to src/root/static/images/arrow-right.gif diff --git a/src/Hydra/root/static/images/debian.png b/src/root/static/images/debian.png similarity index 100% rename from src/Hydra/root/static/images/debian.png rename to src/root/static/images/debian.png diff --git a/src/Hydra/root/static/images/document.png b/src/root/static/images/document.png similarity index 100% rename from src/Hydra/root/static/images/document.png rename to src/root/static/images/document.png diff --git a/src/Hydra/root/static/images/failure.gif b/src/root/static/images/failure.gif similarity index 100% rename from src/Hydra/root/static/images/failure.gif rename to src/root/static/images/failure.gif diff --git a/src/Hydra/root/static/images/hydra.png b/src/root/static/images/hydra.png similarity index 100% rename from src/Hydra/root/static/images/hydra.png rename to src/root/static/images/hydra.png diff --git a/src/Hydra/root/static/images/iso.png b/src/root/static/images/iso.png similarity index 100% rename from src/Hydra/root/static/images/iso.png rename to src/root/static/images/iso.png diff --git a/src/Hydra/root/static/images/nix-build.png b/src/root/static/images/nix-build.png similarity index 100% rename from src/Hydra/root/static/images/nix-build.png rename to src/root/static/images/nix-build.png diff --git a/src/Hydra/root/static/images/question-mark.png b/src/root/static/images/question-mark.png similarity index 100% rename from src/Hydra/root/static/images/question-mark.png rename to src/root/static/images/question-mark.png diff --git a/src/Hydra/root/static/images/report.png b/src/root/static/images/report.png similarity index 100% rename from src/Hydra/root/static/images/report.png rename to src/root/static/images/report.png diff --git a/src/Hydra/root/static/images/rpm-fedora.png b/src/root/static/images/rpm-fedora.png similarity index 100% rename from src/Hydra/root/static/images/rpm-fedora.png rename to src/root/static/images/rpm-fedora.png diff --git a/src/Hydra/root/static/images/rpm.png b/src/root/static/images/rpm.png similarity index 100% rename from src/Hydra/root/static/images/rpm.png rename to src/root/static/images/rpm.png diff --git a/src/Hydra/root/static/images/source-dist.png b/src/root/static/images/source-dist.png similarity index 100% rename from src/Hydra/root/static/images/source-dist.png rename to src/root/static/images/source-dist.png diff --git a/src/Hydra/root/static/images/success.gif b/src/root/static/images/success.gif similarity index 100% rename from src/Hydra/root/static/images/success.gif rename to src/root/static/images/success.gif diff --git a/src/Hydra/script/hydra_build.pl b/src/script/hydra_build.pl similarity index 100% rename from src/Hydra/script/hydra_build.pl rename to src/script/hydra_build.pl diff --git a/src/Hydra/script/hydra_cgi.pl b/src/script/hydra_cgi.pl similarity index 100% rename from src/Hydra/script/hydra_cgi.pl rename to src/script/hydra_cgi.pl diff --git a/src/Hydra/script/hydra_control.sh b/src/script/hydra_control.sh similarity index 100% rename from src/Hydra/script/hydra_control.sh rename to src/script/hydra_control.sh diff --git a/src/Hydra/script/hydra_create.pl b/src/script/hydra_create.pl similarity index 100% rename from src/Hydra/script/hydra_create.pl rename to src/script/hydra_create.pl diff --git a/src/Hydra/script/hydra_fastcgi.pl b/src/script/hydra_fastcgi.pl similarity index 100% rename from src/Hydra/script/hydra_fastcgi.pl rename to src/script/hydra_fastcgi.pl diff --git a/src/Hydra/script/hydra_init.pl b/src/script/hydra_init.pl similarity index 100% rename from src/Hydra/script/hydra_init.pl rename to src/script/hydra_init.pl diff --git a/src/Hydra/script/hydra_queue_runner.pl b/src/script/hydra_queue_runner.pl similarity index 100% rename from src/Hydra/script/hydra_queue_runner.pl rename to src/script/hydra_queue_runner.pl diff --git a/src/Hydra/script/hydra_scheduler.pl b/src/script/hydra_scheduler.pl similarity index 100% rename from src/Hydra/script/hydra_scheduler.pl rename to src/script/hydra_scheduler.pl diff --git a/src/Hydra/script/hydra_server.pl b/src/script/hydra_server.pl similarity index 100% rename from src/Hydra/script/hydra_server.pl rename to src/script/hydra_server.pl diff --git a/src/Hydra/script/hydra_test.pl b/src/script/hydra_test.pl similarity index 100% rename from src/Hydra/script/hydra_test.pl rename to src/script/hydra_test.pl diff --git a/src/Hydra/script/hydra_update_gc_roots.pl b/src/script/hydra_update_gc_roots.pl similarity index 100% rename from src/Hydra/script/hydra_update_gc_roots.pl rename to src/script/hydra_update_gc_roots.pl diff --git a/src/Hydra/sql/hydra.sql b/src/sql/hydra.sql similarity index 100% rename from src/Hydra/sql/hydra.sql rename to src/sql/hydra.sql diff --git a/src/Hydra/sql/test.sql b/src/sql/test.sql similarity index 100% rename from src/Hydra/sql/test.sql rename to src/sql/test.sql diff --git a/src/Hydra/xsl/log2html.xsl b/src/xsl/log2html.xsl similarity index 100% rename from src/Hydra/xsl/log2html.xsl rename to src/xsl/log2html.xsl diff --git a/src/Hydra/xsl/mark-errors.xsl b/src/xsl/mark-errors.xsl similarity index 100% rename from src/Hydra/xsl/mark-errors.xsl rename to src/xsl/mark-errors.xsl