71
71
bzrpattern = "http://bazaar.launchpad.net/~%s/ubuntu-seeds/"
72
72
gitpattern = "https://git.launchpad.net/~%s/ubuntu-seeds/+git/"
73
73
series = self.config["DIST"]
75
75
if project in ("kubuntu", "kubuntu-active", "kubuntu-plasma5"):
77
77
sources.insert(0, bzrpattern % "kubuntu-dev")
78
80
elif project == "ubuntustudio":
79
81
sources.insert(0, bzrpattern % "ubuntustudio-dev")
80
82
elif project == "mythbuntu":
81
83
sources.insert(0, bzrpattern % "mythbuntu-dev")
82
84
elif project in ("xubuntu", "xubuntu-base"):
85
89
elif project in ("lubuntu", "lubuntu-next"):
86
90
sources.insert(0, gitpattern % "lubuntu-dev")
87
91
elif project == "ubuntu-gnome":