Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Move some internal tools out of the way, to not scare users.
authorMartin Quinson <martin.quinson@loria.fr>
Sat, 25 Jul 2015 16:12:58 +0000 (18:12 +0200)
committerMartin Quinson <martin.quinson@loria.fr>
Sat, 25 Jul 2015 16:24:04 +0000 (18:24 +0200)
buildtools/Cmake/Distrib.cmake
tools/CMakeLists.txt
tools/internal/README [new file with mode: 0644]
tools/internal/check_dist_archive [moved from tools/check_dist_archive with 100% similarity]
tools/internal/check_dist_archive.exclude [moved from tools/check_dist_archive.exclude with 87% similarity]
tools/internal/generate-multi-jar.py [moved from tools/generate-multi-jar.py with 100% similarity]
tools/internal/indent [moved from tools/indent with 100% similarity]
tools/internal/spell_comments.pl [moved from tools/spell_comments.pl with 100% similarity]
tools/internal/spell_dict.txt [moved from tools/spell_dict.txt with 100% similarity]
tools/internal/update_copyright_header [moved from tools/update_copyright_header with 100% similarity]

index 53f9e09..340572e 100644 (file)
@@ -320,7 +320,7 @@ set(CMAKE_BINARY_TEST_DIR ${CMAKE_BINARY_DIR})
 # Allow to test the "make dist"
 add_custom_target(distcheck
   COMMAND ${CMAKE_COMMAND} -E echo "XXX compare archive with git repository"
-  COMMAND ${CMAKE_HOME_DIRECTORY}/tools/check_dist_archive -batch ${CMAKE_BINARY_TEST_DIR}/${PROJECT_NAME}-${release_version}.tar.gz
+  COMMAND ${CMAKE_HOME_DIRECTORY}/tools/internal/check_dist_archive -batch ${CMAKE_BINARY_TEST_DIR}/${PROJECT_NAME}-${release_version}.tar.gz
 
   COMMAND ${CMAKE_COMMAND} -E echo "XXX remove old copy"
   COMMAND ${CMAKE_COMMAND} -E remove_directory ${CMAKE_BINARY_TEST_DIR}/${PROJECT_NAME}-${release_version}
index f14086c..c15b68a 100644 (file)
@@ -4,7 +4,6 @@ set(bin_files
   ${bin_files}
   ${CMAKE_CURRENT_SOURCE_DIR}/fix-paje-trace.sh
   ${CMAKE_CURRENT_SOURCE_DIR}/generate-dwarf-functions
-  ${CMAKE_CURRENT_SOURCE_DIR}/indent
   ${CMAKE_CURRENT_SOURCE_DIR}/normalize-pointers.py
   ${CMAKE_CURRENT_SOURCE_DIR}/platf_route_rulebased2full.py
   ${CMAKE_CURRENT_SOURCE_DIR}/sg_unit_extractor.pl
diff --git a/tools/internal/README b/tools/internal/README
new file mode 100644 (file)
index 0000000..d0b485c
--- /dev/null
@@ -0,0 +1,8 @@
+This directory contains some tools that we use to build and maintain
+SimGrid itself. I doubt that any of them are useful out of that
+context, but you are welcome to dig and inspect everything you want.
+
+They are not included in the archive and are thus not mandatory to use
+SimGrid.
+
+These little codes are under the same licence than SimGrid itself.
similarity index 87%
rename from tools/check_dist_archive.exclude
rename to tools/internal/check_dist_archive.exclude
index 22152d3..76425a8 100644 (file)
@@ -43,9 +43,4 @@
 
 + teshsuite/smpi/mpich3-test/f77/attr/.*
 
-+ tools/check_dist_archive
-+ tools/check_dist_archive\.exclude
-+ tools/generate-multi-jar\.py
-+ tools/update_copyright_header
-
-+ tools/spell/.*
++ tools/internal/.*
similarity index 100%
rename from tools/indent
rename to tools/internal/indent