~rbalint/britney/britney1-ubuntu-hints-from-git

« back to all changes in this revision

Viewing changes to britney

  • Committer: Balint Reczey
  • Date: 2020-07-04 22:24:07 UTC
  • Revision ID: balint.reczey@canonical.com-20200704222407-kl21x3thkrwcim8l
Don't check out ubuntu-touch hints

Show diffs side-by-side

added added

removed removed

Lines of Context:
339
339
      branch="lp:~ubuntu-sru/britney/hints-ubuntu-$SERIES"
340
340
    fi
341
341
    make_hints_branch "$DATA_B2/$SERIES-proposed/Hints" "$branch"
342
 
    if [ "$SERIES" = "$DEFAULT_SERIES" ]; then
343
 
      make_hints_branch \
344
 
        "$DATA_B2/$SERIES-proposed/Hints/ubuntu-touch" \
345
 
        "lp:~ubuntu-touch-release/britney/hints-ubuntu-touch"
346
 
    else
347
 
      rm -rf "$DATA_B2/$SERIES-proposed/Hints/ubuntu-touch"
348
 
    fi
349
342
  fi
350
343
fi
351
344