Codebase list rust-libslirp / fb45cf3
list-rfs - show the author Sylvestre Ledru 2 years ago
1 changed file(s) with 3 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
66 # If a pending branch exists, skip it
77 continue
88 fi
9 echo -e "$(date -d@"$t") \e[32m$pkg\e[0m"
9 AUTHOR=$(cat $(dirname "$i")/changelog|grep " -- "|head -1|sed -e "s| -- \(.*\) <.*$|\1|g")
10
11 echo -e "$(date -d@"$t") \e[32m$pkg - $AUTHOR\e[0m"
1012 if ! head -1 $(dirname "$i")/changelog |grep -q UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; then
1113 echo -e "\e[31mRFS but the first line of the changelog doesn't contain UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO\e[0m"
1214 fi