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

« back to all changes in this revision

Viewing changes to update-seeds

  • Committer: Ubuntu Archive
  • Date: 2011-06-06 11:33:31 UTC
  • Revision ID: ubuntu-archive@lillypilly-20110606113331-0csk2ysvxd249a0v
move kubuntu/kubuntu-mobile seeds to ~kubuntu-dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
            mythbuntu.hardy mythbuntu.karmic mythbuntu.lucid mythbuntu.maverick mythbuntu.natty mythbuntu.oneiric \
19
19
            ubuntustudio.hardy ubuntustudio.karmic ubuntustudio.lucid ubuntustudio.maverick ubuntustudio.natty ubuntustudio.oneiric; do
20
20
        if [ -d "$dist" ]; then
21
 
                bzr pull -d "$dist" --overwrite >/dev/null 2>&1
 
21
                bzr pull -d "$dist" --overwrite --remember >/dev/null 2>&1
22
22
        else
23
23
                case $dist in
 
24
                        kubuntu.hardy|kubuntu.karmic|kubuntu.lucid|kubuntu.maverick|kubuntu.natty|kubuntu-mobile.natty)
 
25
                                bzr get "http://bazaar.launchpad.net/~ubuntu-core-dev/ubuntu-seeds/$dist" >/dev/null 2>&1
 
26
                                ;;
 
27
                        kubuntu.*|kubuntu-mobile.*)
 
28
                                bzr get "http://bazaar.launchpad.net/~kubuntu-dev/ubuntu-seeds/$dist" >/dev/null 2>&1
 
29
                                ;;
24
30
                        xubuntu.hardy)
25
31
                                bzr get "http://bazaar.launchpad.net/~ubuntu-core-dev/ubuntu-seeds/$dist" >/dev/null 2>&1
26
32
                                ;;