chiark / gitweb /
wip
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Mon, 10 Aug 2015 07:43:59 +0000 (08:43 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Mon, 10 Aug 2015 07:43:59 +0000 (08:43 +0100)
NOTES-2

diff --git a/NOTES-2 b/NOTES-2
index e348a7aa346b6b02d0b70c855fa755ee64f76324..7f836e0fdde88d50ff1b731bd1ceaf1c2abf19a2 100644 (file)
--- a/NOTES-2
+++ b/NOTES-2
@@ -60,6 +60,26 @@ then
     directly merge/cherrypick nmus, proposed patches
     your real history visible at browse.dgit.d.o.
     your downstream dgit users will thank you
+    extra check that you are uploading exactly HEAD
+      (can save some dsc-based checks)
+
+maintainer operations which change with dgit
+
+  Need correct style of branch
+    trivially true for native packages
+    true for git-dpm
+    true for raw git with 1.0+diff
+    gbp
+
+  Use dgit to build (-I .git)
+
+  NOT dput, but dgit push
+
+  NMU incorporation
+    - can be done with `dgit fetch'
+    - resulting git history may need fettling
+    - git merge -s ours just before push
+
 
 
 
@@ -69,13 +89,11 @@ then
                                         sponsor
                                           etc.
 
-  1.0 native      any                    YES        YES
-
-  1.0 with diff   any                    YES        YES
+  1.0 native      any                    ALL        ALL
 
-  3.0 (quilt)     git-dpm                YES        YES
+  1.0 with diff   raw git                ALL        YES *
 
-  3.0 (quilt)     raw git                YES        
+  3.0 (quilt)     git-dpm                YES        YES *
 
-  3.0 (quilt)     gbp                    YES        TBC
+  3.0 (quilt)     gbp                    YES        ???