=== AndrewMC is now known as SpockVulcan === zatan_ is now known as zatan === ChanServ changed the topic of #ubuntu-classroom to: Welcome to the Ubuntu Classroom - https://wiki.ubuntu.com/Classroom || Support in #ubuntu || Upcoming Schedule: http://is.gd/8rtIi || Questions in #ubuntu-classroom-chat || Event: Packaging Training Session - Current Session: Ubuntu Distributed Development Intro + Q&A - Instructors: james_w [21:02] hi everyone [21:02] who's here for my session? [21:04] anyone know if we can turn off +m in here? [21:08] woops, I don't think that was right [21:09] thanks, that's better [21:09] everyone is free to talk in here, I think a Q&A doesn't need to be split over two channels [21:09] no, I don't think it is [21:10] better for me too [21:10] oh, ok, maybe I did do it right [21:11] just saw a bunch of messages I wasn't expecting [21:12] anyway, carry on [21:12] thanks mhall119 [21:13] ok, let's try again [21:13] who's here for the session? [21:13] and tell me if you know anything about the topic at all, so that I know where to begin [21:14] james_w: I'm here for the session. I know what I've read on https://wiki.ubuntu.com/DistributedDevelopment [21:15] that's a good start [21:15] w1ngnut: is there anything in particular you would like to ask about? [21:16] james_w: no, just do whatever you have in mind. I have experience with development tools and vcs but never applied any of these knowledge's using ubuntu tools. [21:18] ok [21:18] well, as you will have read, UDD is an effort to bring the power of version control and advanced development tools to Ubuntu development [21:19] the aim is to make Ubuntu development more efficient, easier to learn, and less frustrating [21:19] that's a large undertaking, and we can't do it all at once though [21:20] so the focus so far has been on making it possible to use version control to do packaging work, and abstract away a lot of the tools that you used to have to learn to do packaging on Debian/Ubuntu [21:20] this was mainly in the form of a tool called bzr-builddeb that is a bzr plugin that knows about packages, and provides several commands to do packaging in bzr [21:21] built on top of this is a service that imports all of Debian and Ubuntu's source packages in to bzr [21:21] this allows you to work on any package in Ubuntu using bzr, rather than exclusively the traditional tools, or whatever VCS someone decided to use for that package [21:22] so, if you want to patch a package, or work on a new upstream version, or just look at the code, you can start with "bzr branch lp:ubuntu/" [21:22] e.g. bzr branch lp:ubuntu/bzr-builddeb for the bzr-builddeb package itself [21:23] or you can do lp:debian/* [21:23] and other releases are available too, e.g. lp:ubuntu/lucid/* and lp:debian/lenny/* [21:24] (note that lp:debian/* won't actually branch the whole of Debian) [21:24] there is more documentation on how to do this at https://wiki.ubuntu.com/DistributedDevelopment/Documentation [21:25] and we would love some help in improving what is there, and providing how-tos for specific tasks [21:25] now that we have all of that in place we are also starting to work on projects that build on top of it, such as recipes in Launchpad [21:26] a Launchpad recipe is a way of specifying how to merge some bzr branches together and building a package out of the result [21:27] this can be as simple as specifying lp:ubuntu/something to build the latest in Ubuntu, but where it gets really interesting is when you merge branches together [21:27] for instance you could merge the trunk branch of a project with the packaging in order to build the code that the developers of that project wrote today [21:28] and Launchpad allows you to schedule the builds to happen once a day, so that you can always have the latest code running on your machine [21:29] this is useful for developers, but also makes it much easier for people to get involved in testing and bug reporting [21:29] plus, it can be useful for triagers too, as they can point to one of these and ask people to test with that, so that they can know the bug still exists in the latest code [21:30] this feature is just starting to become available in Launchpad, and we don't know all of the useful things that could be done with it, so we're interested in ideas you have for what you would like to do with this [21:30] any questions? [21:38] this is supposed to be a Q&A :-) [21:45] ok, if no-one has any questions then I guess we'll wrap up [21:45] Feel free to ask me questions at other times though [21:45] I'm usually around on IRC during the week === ChanServ changed the topic of #ubuntu-classroom to: Welcome to the Ubuntu Classroom - https://wiki.ubuntu.com/Classroom || Support in #ubuntu || Upcoming Schedule: http://is.gd/8rtIi || Questions in #ubuntu-classroom-chat ||