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

« back to all changes in this revision

Viewing changes to update-seeds

  • Committer: Ubuntu Archive
  • Date: 2011-06-15 08:50:52 UTC
  • Revision ID: ubuntu-archive@lillypilly-20110615085052-860kmxsy9mpok1y9
add Lubuntu

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
            gobuntu.hardy \
16
16
            netbook.lucid netbook.maverick netbook.natty netbook.oneiric \
17
17
            mythbuntu.hardy mythbuntu.lucid mythbuntu.maverick mythbuntu.natty mythbuntu.oneiric \
18
 
            ubuntustudio.hardy ubuntustudio.lucid ubuntustudio.maverick ubuntustudio.natty ubuntustudio.oneiric; do
 
18
            ubuntustudio.hardy ubuntustudio.lucid ubuntustudio.maverick ubuntustudio.natty ubuntustudio.oneiric \
 
19
            lubuntu.oneiric; do
19
20
        case $dist in
20
21
                kubuntu.hardy|kubuntu.lucid|kubuntu.maverick|kubuntu.natty|kubuntu-mobile.natty)
21
22
                        branch="http://bazaar.launchpad.net/~ubuntu-core-dev/ubuntu-seeds/$dist"
35
36
                ubuntustudio.*)
36
37
                        branch="http://bazaar.launchpad.net/~ubuntustudio-dev/ubuntu-seeds/$dist"
37
38
                        ;;
 
39
                lubuntu.*)
 
40
                        branch="http://bazaar.launchpad.net/~lubuntu-desktop/ubuntu-seeds/$dist"
 
41
                        ;;
38
42
                *)
39
43
                        branch="http://bazaar.launchpad.net/~ubuntu-core-dev/ubuntu-seeds/$dist"
40
44
                        ;;