~untrusted-ci-dev-bot/bileto/bileto-ubuntu-trusty-landing-005

« back to all changes in this revision

Viewing changes to scripts/vcs.sh

  • Committer: Robert Bruce Park
  • Date: 2016-08-16 16:32:42 UTC
  • Revision ID: robert.park@canonical.com-20160816163242-eijowee8amf41310
Disable tag cleaning due to abysmal performance.

Show diffs side-by-side

added added

removed removed

Lines of Context:
382
382
 
383
383
bzr_do_push_to_trunk() {
384
384
    loudly bzr push "$BRANCH" || die "Failed to push to $BRANCH. Check bot team membership and branch ownership."
385
 
    bzr_do_clean_tags
 
385
    # FIXME: Disabled for being **outrageously** slow. This will need to be
 
386
    # called from a cron job or something, so it doesn't hold up the finalize.
 
387
    #bzr_do_clean_tags
386
388
}
387
389
 
388
390