Searched refs:NEW_REV (Results 1 – 1 of 1) sorted by relevance
33 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" ] ; then41 echo "== create diff in between rev $CURRENT_REV and rev $NEW_REV =="43 git diff $CURRENT_REV $NEW_REV -- cups/ filter/ LICENSE.txt > $TMP_DIFF56 sed -i -e "s/^\(#.*CUPS_SVERSION\).*/\1 \"CUPS $NEW_REV\"/g" config.h64 echo $NEW_REV > libcups_version66 git commit -m "Update libcups to $NEW_REV"69 echo ">>> Updated libcups from $CURRENT_REV to $NEW_REV"