Codebase list rust-bzip2 / aa27572
list-rfs.sh: add a warning when a package has an RFS but the distro has been updated 2 Sylvestre Ledru 3 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
88 fi
99 echo -e "$(date -d@"$t") \e[32m$pkg\e[0m"
1010 if ! head -1 $(dirname "$i")/changelog |grep -q UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; then
11 echo "\e[31mRFS but the first line of the changelog doesn't contain UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO\e[0m"
11 echo -e "\e[31mRFS but the first line of the changelog doesn't contain UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO\e[0m"
1212 fi
1313 # trim the content
1414 content=$(xargs '-d\n' echo -n < "$i")