chiark / gitweb /
Clone removes destination directory on error. Closes:#736153.
[dgit.git] / NOTES
diff --git a/NOTES b/NOTES
index cd8d5eb08ab9cd478c22387ccfe6ab6bae545823..05fe7b85443bf76d23623cab1acf2adf0bccb69e 100644 (file)
--- a/NOTES
+++ b/NOTES
@@ -1,29 +1,17 @@
-New field in dsc
-  specifies
-    url(s) to clone to get history
-    commit hash corresponding to the thing uploaded
-    optional commit hash corresponding to pristine tar
- Vcs-git-master: 
+remote is dgit
+  can do fetch thing?
+  push is deliberately broken?
 
-dget or something
-  fetches dsc
-  clones repo
-  repros pristine-tar
-what about a git fetch
+remote refs
+  refs/dgit/<suite>
+local refs
+  refs/heads/<suite>
+  refs/remotes/dgit/<suite>
 
-git-buildpackage
-  adds field for master commit hash
-  adds field for pristine tar
+Vcs-Dgit-Master: <commit>
+  specifies commit hash corresponding to the thing uploaded
+  optional commit hash corresponding to pristine tar??
 
-dupload (?)
-  checks isn't a force push into archive?
-  does signature
-  does push to server(s)
-  adds tags to changes file to promise has pushed
-  does actual upload
-
-where on alioth upstream
-
-rc bugs for
-  server(s?) not reachable
-  mismatch
+Investigate git-dpm
+14:03 <col> https://wiki.debian.org/PackagingWithGit/GitDpm although I think
+            its manual page is more useful really.