Skip to content

Commit eeeeeea

Browse files
committed
teach mk-requires.sh to genreate teh same header every time
1 parent 82d4e86 commit eeeeeea

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

mk-requires.sh

+1-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
D="$(dirname "$0")"
44
F="$D/requirements.txt"
55

6-
echo "# This file was generated by $0" > "$F"
7-
echo "# $(date -u)" >> "$F"
6+
echo "# This file was generated by $(basename "$0")" > "$F"
87
echo >> "$F"
98

109
bash "$D/pkg/generate-requirements.sh" "$@" | tee -a "$F"

requirements.txt

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
# This file was generated by ./mk-requires.sh
2-
# Wed Mar 18 14:02:09 UTC 2020
1+
# This file was generated by mk-requires.sh
32

43
ansi2html
54
argparse

0 commit comments

Comments
 (0)