ubuntu nexus 7 meeting notes, 7 Dec 2012

2012-12-07 Thread Kyle Nitzsche
Highlights: * Alex Chiang away, Kyle Nitzsche moderated * R status: nux fixes landed, but not drop shadow fix, BT not working due to brcm-patchram which ogra is trying to get mainlined, plan B/hack is a userspace approach by ayan that could go in PPA * Installer version 1.7 supports R and has

UDD: how to push to ubuntu trunk?

2011-07-21 Thread Kyle Nitzsche
Hi, Documentation [1] says to simply bzr push to trunk tip: 'bzr push lp:ubuntu/tomboy'. Can*anyone* push to ubuntu trunks? If I don't have the required privilege, what would I do after my merge proposal is approved? I thought maybe (as with the unity-2d project) once a merge proposal was

Ubuntu distributed development: which merge command

2011-07-21 Thread Kyle Nitzsche
When merging your approved branch into your pristine local trunk, the documentation [1] says to use 'bzr merge-package'. What does this do that 'bzr merge' does not do? Cheers, Kyle [1]:http://people.canonical.com/~dholbach/packaging-guide/html/udd-uploading.html -- ubuntu-devel mailing li

Ubuntu distributed development (UDD): which command to bzr tag?

2011-07-21 Thread Kyle Nitzsche
Hi, After building the source package, the documentation [1] says to tag the bzr log with "bzr tag" (by the way, is the doc missing the commit step?). My question is: why use 'bzr tag' instead of 'bzr mark-uploaded' (and doesn't 'debcommit -r' also tag the bzr log?). So I am a bit confused