Codebase list rust-libslirp / eedec01
fail the rfs script if the copyright file isn't correct Sylvestre Ledru 1 year, 11 months ago
1 changed file(s) with 4 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
33 done | sort | while read t i; do
44 pkg=$(basename "$(dirname "$(dirname "$i")")")
55 upstream_pkg=$(grep Upstream-Name src/$pkg/debian/copyright|awk '{print $2}')
6 if test -z $upstream_pkg; then
7 echo "Could not find upstream package name. is src/$pkg/debian/copyright correct?"
8 exit 2
9 fi
610 if test -n "$(git --no-pager branch --remotes -l origin/pending-"$pkg")"; then
711 # If a pending branch exists, skip it
812 continue