X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=dgit-junk.git;a=blobdiff_plain;f=README.update;fp=README.update;h=d535a09e04e08b2865f06bb2c9b41f4e6bc36f52;hp=0000000000000000000000000000000000000000;hb=2923297481cc544885f02db0294de8c0d7f321b0;hpb=63965cdf20165ce27515db9f269755d61bf4a115 diff --git a/README.update b/README.update new file mode 100644 index 0000000..d535a09 --- /dev/null +++ b/README.update @@ -0,0 +1,32 @@ +#### infrastructure upgrade process + # get right tree in git on zealot and make it pass all tests + # push to inbound branches + git push gideon +HEAD:t + git push cgi +HEAD:t + # prepare upload of dgit-test-dummy + XX dch -v1.12 -Dexperimental 'For testing infrastructure' + debcommit -a + dgit -wgf build + # actually update infra on gideon and dgit-cgi + cd /srv/dgit.debian.org/dgit-live + git merge --ff-only t + # do test push + dgit --deliberately-include-questionable-history push experimental + # check that tree is visible with + curl https://git.dgit.debian.org/dgit-test-dummy/info/refs + dgit fetch experimental + # fetch into zealot + git fetch -p gideon + git fetch -p cgi + +#### package upload + # get right tree in git on zealot and make it pass all tests + # push to chiark master + # finalise changelog (including suite and urgency) and commit + # build + PERLLIB=. ./dgit -wgf sbuild -c build + # install + XX dpkg -i ../dgit_BLAH_all.deb + # push + dgit -wgf push + # push to chiark master