Codebase list rust-libslirp / b600323
check for FIXME in the copyright file Sylvestre Ledru 2 years ago
1 changed file(s) with 3 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
1010 if ! head -1 $(dirname "$i")/changelog |grep -q UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; then
1111 echo -e "\e[31mRFS but the first line of the changelog doesn't contain UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO\e[0m"
1212 fi
13 if grep -q FIXME $(dirname "$i")/copyright; then
14 echo -e "\e[31mRFS but still contains FIXME in debian/copyright\e[0m"
15 fi
1316 # trim the content
1417 content=$(xargs '-d\n' echo -n < "$i")
1518 if test -n "$content"; then