xubuntu-dev team mailing list archive
-
xubuntu-dev team
-
Mailing list archive
-
Message #04599
[Merge] lp:~xubuntu-dev/ubuntu-cdimage/git_seed into lp:ubuntu-cdimage
Sean Davis has proposed merging lp:~xubuntu-dev/ubuntu-cdimage/git_seed into lp:ubuntu-cdimage.
Commit message:
Xubuntu now uses git seeds, not bzr
Requested reviews:
Ubuntu CD Image Team (ubuntu-cdimage)
For more details, see:
https://code.launchpad.net/~xubuntu-dev/ubuntu-cdimage/git_seed/+merge/346912
This branch migrates the Xubuntu seed from bzr to git
--
Your team Xubuntu Developers is subscribed to branch lp:~xubuntu-dev/ubuntu-cdimage/git_seed.
=== modified file 'lib/cdimage/germinate.py'
--- lib/cdimage/germinate.py 2018-05-26 07:29:41 +0000
+++ lib/cdimage/germinate.py 2018-05-26 16:43:33 +0000
@@ -83,7 +83,7 @@
sources.insert(0, bzrpattern % "mythbuntu-dev")
elif project == "xubuntu":
if series >= "intrepid":
- sources.insert(0, bzrpattern % "xubuntu-dev")
+ sources.insert(0, gitpattern % "xubuntu-dev")
else:
sources.insert(0, bzrpattern % "ubuntu-core-dev")
elif project in ("lubuntu", "lubuntu-next"):
Follow ups