From 49e9bda26ddd2b7fcb56fcdfeecc9799f6f63b1d Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Mon, 27 Jul 2015 16:28:43 +0100 Subject: [PATCH] README.infra-update --- README.infra-update | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 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 -- 2.30.2