Skip to content

Commit

Permalink
Don't attempt to update jbuilder
Browse files Browse the repository at this point in the history
As it won't ever be updated!
  • Loading branch information
dra27 authored and rjbou committed Oct 16, 2018
1 parent 359b1d9 commit cf28868
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src_ext/update-sources.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ while read name prefix version url; do
fi
fi
fi
done < <(fgrep URL_ Makefile.sources | sed -e "s/URL\(_\(PKG_\)\?\)\([^ =]*\) *= *\(.*\/\([^0-9][^-]*-\)\?v\?\)\([0-9.]\+\([-+.][^\/]*\)\?\)\(\.tbz\|\.tar\.gz\)/\3 \1 \6 \4\6\8/" | sort)
done < <(fgrep URL_ Makefile.sources | fgrep -v "URL_jbuilder" | sed -e "s/URL\(_\(PKG_\)\?\)\([^ =]*\) *= *\(.*\/\([^0-9][^-]*-\)\?v\?\)\([0-9.]\+\([-+.][^\/]*\)\?\)\(\.tbz\|\.tar\.gz\)/\3 \1 \6 \4\6\8/" | sort)
echo -e "\nComplete."
if [[ ${#DISAGREEMENTS[@]} -gt 0 ]] ; then
echo "Disagreements over version:${DISAGREEMENTS[@]}"
Expand Down

0 comments on commit cf28868

Please sign in to comment.