X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=dgit.git;a=blobdiff_plain;f=NOTES;h=05fe7b85443bf76d23623cab1acf2adf0bccb69e;hp=9254ec6ebe4b0f78f708c93973d10eea668fb3e2;hb=380552def4af93d4f299a706a9c01e8db2f725d0;hpb=57b72bf3294e7d3c8620508a5cd8bfdca04e4f22 diff --git a/NOTES b/NOTES index 9254ec6e..05fe7b85 100644 --- a/NOTES +++ b/NOTES @@ -1,33 +1,17 @@ -New field in dsc - specifies - 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? -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) +remote refs + refs/dgit/ +local refs + refs/heads/ + refs/remotes/dgit/ -dgit fetch - as above +Vcs-Dgit-Master: + specifies commit hash corresponding to the thing uploaded + optional commit hash corresponding to pristine tar?? -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 +Investigate git-dpm +14:03 https://wiki.debian.org/PackagingWithGit/GitDpm although I think + its manual page is more useful really.