From: Ian Jackson Date: Mon, 27 Jul 2015 15:28:43 +0000 (+0100) Subject: README.infra-update X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=49e9bda26ddd2b7fcb56fcdfeecc9799f6f63b1d;p=dgit-junk.git README.infra-update --- diff --git a/README.infra-update b/README.infra-update new file mode 100644 index 0000000..bd31f23 --- /dev/null +++ b/README.infra-update @@ -0,0 +1,25 @@ +#### 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 dgit-cgi +HEAD+t + # do upload of dgit-test-dummy + dch -v1.12 -Dexperimental 'For testing infrastructure' + debcommit -a + dgit -wgf build + dgit --deliberately-include-questionable-history push experimental + # check that tree is visible with + dgit fetch + curl https://git.dgit.debian.org/dgit-test-dummy/info/refs + +#### 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 build + # install + dpkg -i ../dgit_BLAH_all.deb + # push + dgit -wgf push + # push to chiark master