← Back to team overview

ubuntu-packaging-guide-team team mailing list archive

[Merge] lp:~jelmer/ubuntu-packaging-guide/importer-status into lp:ubuntu-packaging-guide

 

Jelmer Vernooij has proposed merging lp:~jelmer/ubuntu-packaging-guide/importer-status into lp:ubuntu-packaging-guide.

Requested reviews:
  Ubuntu Packaging Guide Team (ubuntu-packaging-guide-team)

For more details, see:
https://code.launchpad.net/~jelmer/ubuntu-packaging-guide/importer-status/+merge/74314
-- 
https://code.launchpad.net/~jelmer/ubuntu-packaging-guide/importer-status/+merge/74314
Your team Ubuntu Packaging Guide Team is requested to review the proposed merge of lp:~jelmer/ubuntu-packaging-guide/importer-status into lp:ubuntu-packaging-guide.
=== modified file 'udd-intro.rst'
--- udd-intro.rst	2011-07-15 11:34:18 +0000
+++ udd-intro.rst	2011-09-06 21:53:09 +0000
@@ -118,8 +118,10 @@
 * There is no way to build directly from branches.  You need to create a source
   package and upload that.
 
-* Some packages have not been successfully imported into UDD branches.  You
-  should check the `status of the package importer`_ before working on a branch.
+* Some packages have not been successfully imported into UDD branches.  Recent
+  versions of Bazaar will automatically notify you when this is the case.
+  You can also check the `status of the package importer`_ manually before working 
+  on a branch.
 
 All of the above are being worked on and UDD is expected to become the main way
 to work on Ubuntu packages soon.  However currently most teams within Ubuntu do

=== modified file 'udd-merging.rst'
--- udd-merging.rst	2011-07-13 16:05:46 +0000
+++ udd-merging.rst	2011-09-06 21:53:09 +0000
@@ -7,9 +7,6 @@
 and from other Ubuntu developers.  Doing it in Bazaar is pretty simple, and
 all based around the `bzr merge-package` command.
 
-The first thing to do is to check that the `package importer`_
-:ref:`hasn't failed <up-to-date>` for the package you're going to work on.
-
 When you are in any branch's working directory then you can merge from
 another.  First check you have no uncommitted changes::
 


Follow ups