chiark / gitweb /
fix todos, all NOTES now in code
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Fri, 16 Aug 2013 12:20:14 +0000 (13:20 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Fri, 16 Aug 2013 12:20:14 +0000 (13:20 +0100)
NOTES
TODO

diff --git a/NOTES b/NOTES
index 1e94ba02295c65649a3d7c9fcac79b85fed3f695..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 100644 (file)
--- a/NOTES
+++ b/NOTES
@@ -1,37 +0,0 @@
-New field in dsc
-  specifies
-    commit hash corresponding to the thing uploaded
-    optional commit hash corresponding to pristine tar
- Vcs-git-master: <url>#commit
-
-dgit clone
-  fetches dsc
-  clones repo from alioth
-  repros commit if nec. (if no hash in current dsc, check that
-   dsc is after git head and make synthetic commit, otherwise
-   complain)
-
-dgit fetch
-  as above
-
-dgit push
-  after git-buildpackage --tag (but no sign)
-  check repo is clean and tag is made
-  signs tag
-  debsign
-  push to alioth (perhaps with merge -s ours)
-    to "uploading" tag or branch
-       <suite>
-       upload/<suite>
-  dput
-  push to alioth to main tag or branch
-
-where on alioth upstream
-
-rc bugs for
-  server(s?) not reachable
-  mismatch
-
-?git-buildpackage
-?  adds field for master commit hash
-?  adds field for pristine tar
diff --git a/TODO b/TODO
index 69497a151c0cf5ed55e9245e8ddba277bc92b6ec..6f8d9708b4d51b36879ec0ab935365e4ddf63993 100644 (file)
--- a/TODO
+++ b/TODO
@@ -9,3 +9,14 @@ newly cloned repos should have suite branches marked not to push
 Archive agility.  Archive needs to specify (a) way to get versions
 and paths in archive for dscs (b) unpriv pull location (c) priv
 push location
+
+Policy: rc bugs for
+  server(s?) not reachable
+  mismatch
+
+Policy: New field in dsc
+  specifies
+    commit hash corresponding to the thing uploaded
+    optional commit hash corresponding to pristine tar
+ Vcs-git-master: <url>#commit
+