chiark / gitweb /
README.infra-update
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Mon, 27 Jul 2015 15:28:43 +0000 (16:28 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Mon, 27 Jul 2015 15:28:43 +0000 (16:28 +0100)
README.infra-update [new file with mode: 0644]

diff --git a/README.infra-update b/README.infra-update
new file mode 100644 (file)
index 0000000..bd31f23
--- /dev/null
@@ -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