Skip to content

Commit f6e71df

Browse files
committed
Remove even more footers
Fixes 2400883 Signed-off-by: Steffen Jaeckel <s@jaeckel.eu>
1 parent 87ff205 commit f6e71df

10 files changed

+0
-40
lines changed

.ci/build.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,3 @@ if [ -a testok.txt ] && [ -f testok.txt ]; then
6969
exit 0
7070
fi
7171
exit 1
72-
73-
# ref: $Format:%D$
74-
# git commit: $Format:%H$
75-
# commit time: $Format:%ai$

.ci/check_source.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,3 @@ echo "checking..."
99
./helper.pl --check-all || exit 1
1010

1111
exit 0
12-
13-
# ref: $Format:%D$
14-
# git commit: $Format:%H$
15-
# commit time: $Format:%ai$

.ci/clang-tidy.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,3 @@ portability-* -- -DUSE_LTM -DLTM_DESC -Isrc/headers -I../libtommath || { echo "c
4545
echo "clang-tidy ok"
4646

4747
exit 0
48-
49-
# ref: $Format:%D$
50-
# git commit: $Format:%H$
51-
# commit time: $Format:%ai$

.ci/coverage.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,3 @@ else
4545
fi
4646

4747
exit 0
48-
49-
# ref: $Format:%D$
50-
# git commit: $Format:%H$
51-
# commit time: $Format:%ai$

.ci/coverage_more.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,3 @@ fi
2222

2323

2424
exit 0
25-
26-
# ref: $Format:%D$
27-
# git commit: $Format:%H$
28-
# commit time: $Format:%ai$

.ci/meta_builds.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,3 @@ echo
110110
echo "Build full debug..."
111111

112112
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
113-
114-
# ref: $Format:%D$
115-
# git commit: $Format:%H$
116-
# commit time: $Format:%ai$

.ci/printinfo.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,3 @@ then
1818
fi
1919
echo "${CC}="`${CC} -dumpversion`
2020
echo
21-
22-
# ref: $Format:%D$
23-
# git commit: $Format:%H$
24-
# commit time: $Format:%ai$

.ci/run.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,3 @@ else
4343
fi
4444

4545
exit 0
46-
47-
# ref: $Format:%D$
48-
# git commit: $Format:%H$
49-
# commit time: $Format:%ai$

.ci/testbuild.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,3 @@ if find testok.txt -type f 1>/dev/null 2>/dev/null ; then
2020
exit 0
2121
fi
2222
exit 1
23-
24-
# ref: $Format:%D$
25-
# git commit: $Format:%H$
26-
# commit time: $Format:%ai$

.ci/valgrind.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,3 @@ readonly VALGRIND_EXTRA_OPTS=$(get_suppfile)
4141
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; }
4242

4343
kill $alive_pid
44-
45-
# ref: $Format:%D$
46-
# git commit: $Format:%H$
47-
# commit time: $Format:%ai$

0 commit comments

Comments
 (0)