Move htools backends to a separate directory
Five modules under the HTools/ directories are backend implementations, so let's move them to a separate directory, to more clearly show the hierarchy. I wanted to do this for a while, but merging between branches is always an issue, so let's do it know since we have an opportunity. This patch contains the actual renames, the required changed module names, imports, etc., but no other changes. Signed-off-by:Iustin Pop <iustin@google.com> Reviewed-by:
Michael Hanselmann <hansmi@google.com>
Showing
- Makefile.am 11 additions, 7 deletionsMakefile.am
- htest/Test/Ganeti/HTools/Backend/Simu.hs 3 additions, 3 deletionshtest/Test/Ganeti/HTools/Backend/Simu.hs
- htest/Test/Ganeti/HTools/Backend/Text.hs 3 additions, 3 deletionshtest/Test/Ganeti/HTools/Backend/Text.hs
- htest/Test/Ganeti/HTools/Cluster.hs 1 addition, 1 deletionhtest/Test/Ganeti/HTools/Cluster.hs
- htest/test.hs 4 additions, 4 deletionshtest/test.hs
- htools/Ganeti/HTools/Backend/IAlloc.hs 1 addition, 1 deletionhtools/Ganeti/HTools/Backend/IAlloc.hs
- htools/Ganeti/HTools/Backend/Luxi.hs 1 addition, 1 deletionhtools/Ganeti/HTools/Backend/Luxi.hs
- htools/Ganeti/HTools/Backend/Rapi.hs 1 addition, 1 deletionhtools/Ganeti/HTools/Backend/Rapi.hs
- htools/Ganeti/HTools/Backend/Simu.hs 1 addition, 1 deletionhtools/Ganeti/HTools/Backend/Simu.hs
- htools/Ganeti/HTools/Backend/Text.hs 1 addition, 1 deletionhtools/Ganeti/HTools/Backend/Text.hs
- htools/Ganeti/HTools/ExtLoader.hs 5 additions, 5 deletionshtools/Ganeti/HTools/ExtLoader.hs
- htools/Ganeti/HTools/Program/Hail.hs 1 addition, 1 deletionhtools/Ganeti/HTools/Program/Hail.hs
- htools/Ganeti/HTools/Program/Hscan.hs 3 additions, 3 deletionshtools/Ganeti/HTools/Program/Hscan.hs
Loading
Please register or sign in to comment