浏览代码

Remove even more footers

Fixes 2400883060501eed9858b4fe4a12d9552635418f

Signed-off-by: Steffen Jaeckel <[email protected]>
Steffen Jaeckel 10 月之前
父节点
当前提交
f6e71dfced
共有 10 个文件被更改,包括 0 次插入40 次删除
  1. 0 4
      .ci/build.sh
  2. 0 4
      .ci/check_source.sh
  3. 0 4
      .ci/clang-tidy.sh
  4. 0 4
      .ci/coverage.sh
  5. 0 4
      .ci/coverage_more.sh
  6. 0 4
      .ci/meta_builds.sh
  7. 0 4
      .ci/printinfo.sh
  8. 0 4
      .ci/run.sh
  9. 0 4
      .ci/testbuild.sh
  10. 0 4
      .ci/valgrind.sh

+ 0 - 4
.ci/build.sh

@@ -69,7 +69,3 @@ if [ -a testok.txt ] && [ -f testok.txt ]; then
    exit 0
    exit 0
 fi
 fi
 exit 1
 exit 1
-
-# ref:         $Format:%D$
-# git commit:  $Format:%H$
-# commit time: $Format:%ai$

+ 0 - 4
.ci/check_source.sh

@@ -9,7 +9,3 @@ echo "checking..."
 ./helper.pl --check-all || exit 1
 ./helper.pl --check-all || exit 1
 
 
 exit 0
 exit 0
-
-# ref:         $Format:%D$
-# git commit:  $Format:%H$
-# commit time: $Format:%ai$

+ 0 - 4
.ci/clang-tidy.sh

@@ -45,7 +45,3 @@ portability-* -- -DUSE_LTM -DLTM_DESC -Isrc/headers -I../libtommath || { echo "c
 echo "clang-tidy ok"
 echo "clang-tidy ok"
 
 
 exit 0
 exit 0
-
-# ref:         $Format:%D$
-# git commit:  $Format:%H$
-# commit time: $Format:%ai$

+ 0 - 4
.ci/coverage.sh

@@ -45,7 +45,3 @@ else
 fi
 fi
 
 
 exit 0
 exit 0
-
-# ref:         $Format:%D$
-# git commit:  $Format:%H$
-# commit time: $Format:%ai$

+ 0 - 4
.ci/coverage_more.sh

@@ -22,7 +22,3 @@ fi
 
 
 
 
 exit 0
 exit 0
-
-# ref:         $Format:%D$
-# git commit:  $Format:%H$
-# commit time: $Format:%ai$

+ 0 - 4
.ci/meta_builds.sh

@@ -110,7 +110,3 @@ echo
 echo "Build full debug..."
 echo "Build full debug..."
 
 
 make -j$MAKE_JOBS CFLAGS="$2 $CFLAGS $4" EXTRALIBS="$EXTRALIBS" all_test LTC_DEBUG=2 V=1 1>gcc_1.txt 2>gcc_2.txt
 make -j$MAKE_JOBS CFLAGS="$2 $CFLAGS $4" EXTRALIBS="$EXTRALIBS" all_test LTC_DEBUG=2 V=1 1>gcc_1.txt 2>gcc_2.txt
-
-# ref:         $Format:%D$
-# git commit:  $Format:%H$
-# commit time: $Format:%ai$

+ 0 - 4
.ci/printinfo.sh

@@ -18,7 +18,3 @@ then
 fi
 fi
 echo "${CC}="`${CC} -dumpversion`
 echo "${CC}="`${CC} -dumpversion`
 echo
 echo
-
-# ref:         $Format:%D$
-# git commit:  $Format:%H$
-# commit time: $Format:%ai$

+ 0 - 4
.ci/run.sh

@@ -43,7 +43,3 @@ else
 fi
 fi
 
 
 exit 0
 exit 0
-
-# ref:         $Format:%D$
-# git commit:  $Format:%H$
-# commit time: $Format:%ai$

+ 0 - 4
.ci/testbuild.sh

@@ -20,7 +20,3 @@ if find testok.txt -type f 1>/dev/null 2>/dev/null ; then
    exit 0
    exit 0
 fi
 fi
 exit 1
 exit 1
-
-# ref:         $Format:%D$
-# git commit:  $Format:%H$
-# commit time: $Format:%ai$

+ 0 - 4
.ci/valgrind.sh

@@ -41,7 +41,3 @@ readonly VALGRIND_EXTRA_OPTS=$(get_suppfile)
 valgrind $VALGRIND_OPTS $VALGRIND_EXTRA_OPTS ./test >test_std.txt 2> >(tee -a test_err.txt >&2) || { kill $alive_pid; echo "Valgrind failed"; exit 1; }
 valgrind $VALGRIND_OPTS $VALGRIND_EXTRA_OPTS ./test >test_std.txt 2> >(tee -a test_err.txt >&2) || { kill $alive_pid; echo "Valgrind failed"; exit 1; }
 
 
 kill $alive_pid
 kill $alive_pid
-
-# ref:         $Format:%D$
-# git commit:  $Format:%H$
-# commit time: $Format:%ai$