~ubuntu-archive/ubuntu-archive-scripts/trunk

« back to all changes in this revision

Viewing changes to update-seeds

  • Committer: Steve Langasek
  • Date: 2018-05-26 06:43:04 UTC
  • Revision ID: steve.langasek@canonical.com-20180526064304-bdqi10azlf6a8tz6
use git for ubuntu seeds going forward

Show diffs side-by-side

added added

removed removed

Lines of Context:
65
65
                ubuntu-budgie.*)
66
66
                        branch="http://bazaar.launchpad.net/~ubuntubudgie-dev/ubuntu-seeds/$dist"
67
67
                        ;;
 
68
                ubuntu.*|platform.*)
 
69
                        branch="https://git.launchpad.net/~ubuntu-core-dev/ubuntu-seeds/+git/$dist"
 
70
                        git="yes"
 
71
                        ;;
68
72
                *)
 
73
                        # ubuntu-core, ubuntu-touch
69
74
                        branch="http://bazaar.launchpad.net/~ubuntu-core-dev/ubuntu-seeds/$dist"
70
75
                        ;;
71
76
        esac