Lines Matching refs:upstream
45 cat "$NDK_LIBCXX_DIR"/upstream.config | awk '$1 == "'$1':" { print $2; }'
98 # Get upstream SVN and revision number.
101 echo "ERROR: Can't find SVN upstream in upstream.config!"
107 echo "ERROR: Can't find upstream revision in upstream.config!"
125 run git commit -m "upstream @$REVISION"
141 echo "Updating to newer upstream revision"
178 run git commit -m "upstream @$NEW_REVISION"
209 echo "Updating upstream.config"
210 sed -i -e "s|revision: $REVISION|revision: $NEW_REVISION|" "$NDK_LIBCXX_DIR"/upstream.config
211 git add "$NDK_LIBCXX_DIR"/upstream.config