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

« back to all changes in this revision

Viewing changes to update-seeds

  • Committer: Steve Langasek
  • Date: 2023-11-06 01:53:41 UTC
  • Revision ID: steve.langasek@canonical.com-20231106015341-9y73lmkpfql3cpto
Drop kubuntu-active and mythbuntu, we no longer need to update these seeds

Both projects are defunct; we can leave the existing directories on the
server for trusty and xenial but not worry about updating them from bazaar,
simplifying the code here.

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
for dist in platform.{trusty,xenial,bionic,focal,jammy,lunar,mantic,noble} \
13
13
            ubuntu.{trusty,xenial,bionic,focal,jammy,lunar,mantic,noble} \
14
14
            kubuntu.{trusty,xenial,bionic,focal,jammy,lunar,mantic,noble} \
15
 
            kubuntu-active.trusty \
16
15
            edubuntu.{lunar,mantic,noble} \
17
16
            xubuntu.{trusty,xenial,bionic,focal,jammy,lunar,mantic,noble} \
18
17
            i386.{focal,jammy,lunar,mantic,noble} \
19
 
            mythbuntu.{trusty,xenial} \
20
18
            ubuntustudio.{trusty,xenial,bionic,focal,jammy,lunar,mantic,noble} \
21
19
            lubuntu.{trusty,xenial,bionic,focal,jammy,lunar,mantic,noble} \
22
20
            ubuntu-gnome.xenial \
44
42
                kubuntu.*)
45
43
                        team=kubuntu-dev
46
44
                        ;;
47
 
                kubuntu-active.*)
48
 
                        branch="http://bazaar.launchpad.net/~kubuntu-dev/ubuntu-seeds/$dist"
49
 
                        ;;
50
45
                xubuntu.*)
51
46
                        team=xubuntu-dev
52
47
                        ;;
53
 
                mythbuntu.*)
54
 
                        branch="http://bazaar.launchpad.net/~mythbuntu-dev/ubuntu-seeds/$dist"
55
 
                        ;;
56
48
                ubuntustudio.*)
57
49
                        team=ubuntustudio-dev
58
50
                        ;;