Home
last modified time | relevance | path

Searched refs:NEW_REV (Results 1 – 1 of 1) sorted by relevance

/external/libcups/
Dupdate_libcups.sh33 NEW_REV=$(git tag -l | grep -v "release" | grep -v "b" | grep -v "rc" | sort | tail -n1)
34 echo "Stable rev is $NEW_REV"
36 if [ "$CURRENT_REV" == "$NEW_REV" ] ; then
41 echo "== create diff in between rev $CURRENT_REV and rev $NEW_REV =="
43 git diff $CURRENT_REV $NEW_REV -- cups/ filter/ LICENSE.txt > $TMP_DIFF
56 sed -i -e "s/^\(#.*CUPS_SVERSION\).*/\1 \"CUPS $NEW_REV\"/g" config.h
64 echo $NEW_REV > libcups_version
66 git commit -m "Update libcups to $NEW_REV"
69 echo ">>> Updated libcups from $CURRENT_REV to $NEW_REV"