summaryrefslogtreecommitdiff
path: root/NOTES
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2013-08-12 19:34:05 +0100
committerIan Jackson <ijackson@chiark.greenend.org.uk>2013-08-12 19:34:05 +0100
commit57b72bf3294e7d3c8620508a5cd8bfdca04e4f22 (patch)
treee54aa42646d0093f95e48ff1ef8e4a13f1f13a64 /NOTES
parent0a0c31f84a315c16babc0d61a6a204da00f561a1 (diff)
new thing
Diffstat (limited to 'NOTES')
-rw-r--r--NOTES32
1 files changed, 18 insertions, 14 deletions
diff --git a/NOTES b/NOTES
index cd8d5eb..9254ec6 100644
--- a/NOTES
+++ b/NOTES
@@ -1,29 +1,33 @@
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:
-dget or something
+dgit clone
fetches dsc
- clones repo
- repros pristine-tar
-what about a git fetch
+ 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)
-git-buildpackage
- adds field for master commit hash
- adds field for pristine tar
+dgit fetch
+ as above
-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
+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)
+ dput
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