Home | History | Annotate | Download | only in asmack-master

Lines Matching full:then

7     if ! [ -f "${2}/.svn/entries" ]; then
21 if ! [ -f "${3}/.git/config" ]; then
31 if [ $? -ne 0 ]; then
40 if [ -e "${2}/.hg" ] ; then
48 if [ $? -ne 0 ]; then
56 if [ -f .used-smack-git-repo ] && [ $(cat .used-smack-git-repo) != $SMACK_REPO ] ; then
67 if $SMACK_LOCAL ; then
73 if [ $? -ne 0 ]; then
80 if ! $UPDATE_REMOTE ; then
118 if [[ -d $d/.git ]] ; then
122 elif [[ -d $d/.svn ]] ; then
129 if $SMACK_LOCAL ; then
168 if $BUILD_JINGLE ; then
181 if [[ $PATCH == *.sh ]]; then
183 elif [[ $PATCH == *.patch ]]; then
192 if [ $? -ne 0 ]; then
205 if [ ! -f local.properties ] ; then
212 if [ -z "$sdklocation" ] ; then
218 if [[ "$version" != android-* ]] ; then
222 if [[ ${version#android-} -ge $minSdkVer ]] ; then
223 if [ -n $BUILD_ANDROID_VERSIONS ] ; then
234 if [ -z "${sdks}" ] ; then
240 if [[ -n ${VERSION_TAG} ]] && [[ -n ${1} ]] ; then
242 elif [[ -n ${VERSION_TAG} ]] ; then
251 compile-android ; then
260 if $BUILD_JINGLE ; then
325 if [[ -z ${VERSION_TAG} ]]; then
330 if [ -d $RELEASE_DIR ] ; then
339 if [ -n $GPG_KEY ] ; then
360 if [[ ${#i} -le 6 ]] ; then
370 if [[ -z ${VERSION_TAG} ]]; then
375 if [[ -z ${PUBLISH_RELEASE} ]]; then
380 if [[ -z $PUBLISH_HOST || -z $PUBLISH_DIR ]]; then
395 if [[ $1 =~ $R ]]; then
404 if ! [ -d build/src/trunk ]; then
407 if [ ! -d src/ ]; then
431 if (( $1 > 59 )); then
440 if [ -n "$BACKGROUND" ]; then
475 if [ -f ${ASMACK_BASE}/config ]; then
481 if [ ${PARALLEL_BUILD} == "true" ]; then
489 if islocalrepo $SMACK_REPO; then
494 if [[ -n ${VERSION_TAG} ]]; then
495 if ! grep ${VERSION_TAG} CHANGELOG; then
499 if ! git diff --exit-code; then
503 if ! git diff --cached --exit-code; then
519 if [[ $BASH_VERSION < 4 ]] ; then
524 if ! tar --version |grep GNU &> /dev/null ; then
555 if $BUILD_JINGLE ; then
561 if $BUILD_CUSTOM ; then
565 if cmdExists advzip ; then