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

« back to all changes in this revision

Viewing changes to update-seeds

  • Committer: Steve Langasek
  • Date: 2018-05-30 06:24:38 UTC
  • Revision ID: steve.langasek@canonical.com-20180530062438-6vzcity0bdcmxd4s
ubuntu-touch seeds also git-only

Show diffs side-by-side

added added

removed removed

Lines of Context:
67
67
                ubuntu-budgie.*)
68
68
                        branch="http://bazaar.launchpad.net/~ubuntubudgie-dev/ubuntu-seeds/$dist"
69
69
                        ;;
70
 
                ubuntu.*|ubuntu-core.*|platform.*)
 
70
                *)
71
71
                        branch="https://git.launchpad.net/~ubuntu-core-dev/ubuntu-seeds/+git/${dist%.*}"
72
72
                        git="yes"
73
73
                        ;;
74
74
                *)
75
 
                        # ubuntu-touch
76
 
                        branch="http://bazaar.launchpad.net/~ubuntu-core-dev/ubuntu-seeds/$dist"
77
 
                        ;;
78
75
        esac
79
76
        if [ -d "$dist" ]; then
80
77
                if [ -n "$git" ]; then