summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Kacur <jkacur@redhat.com>2016-05-13 20:28:39 +0200
committerJohn Kacur <jkacur@redhat.com>2016-05-13 20:28:39 +0200
commitfc5aa706b02e8af9e07abd9c2036757c382faa33 (patch)
tree3f6c797e9ebe3042c6fe142e56f814b04a52a65e
parent02d36d03fa5e7b319abad18c2ce722d6263b4ebe (diff)
downloadrt-tests-fc5aa706b02e8af9e07abd9c2036757c382faa33.tar.gz
rt-tests-fc5aa706b02e8af9e07abd9c2036757c382faa33.tar.xz
rt-tests: Remove doc/release-checklist.txt
This checklist is no longer relevant. It has a lot of steps that are distro relevant, and I've removed all of the files that are not distro independent Signed-off-by: John Kacur <jkacur@redhat.com>
-rw-r--r--doc/release-checklist.txt9
1 files changed, 0 insertions, 9 deletions
diff --git a/doc/release-checklist.txt b/doc/release-checklist.txt
deleted file mode 100644
index fa918d7..0000000
--- a/doc/release-checklist.txt
+++ /dev/null
@@ -1,9 +0,0 @@
-0. merge changes to master branch
-1. make sure everything builds and runs
-2. update VERSION in Makefile
-3. update %changelog section in rt-tests.spec-in
-4. run 'make rpm' and fix any issues
-5. test install of rpm
-6. checkin any changed files using "version bump to X.Y" as comment
-7. generate annotated tag with git tag -a vX.Y
-8. run: "sh scripts/do-git-push X.Y"