summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorClark Williams <williams@redhat.com>2010-07-30 16:58:19 -0500
committerClark Williams <williams@redhat.com>2010-07-30 16:58:19 -0500
commitd400f8d92d8d92dc1979708fb7841cdcbd2cd993 (patch)
treef7d0153b5a764049644b259d7fd7d91e23463265 /docs
parent92752aaed2f961677fce673f22b02f49f2140974 (diff)
downloadmock-d400f8d92d8d92dc1979708fb7841cdcbd2cd993.tar.gz
mock-d400f8d92d8d92dc1979708fb7841cdcbd2cd993.tar.xz
mock-d400f8d92d8d92dc1979708fb7841cdcbd2cd993.zip
moved releasetests.sh from docs directory to tests
Signed-off-by: Clark Williams <williams@redhat.com>
Diffstat (limited to 'docs')
-rwxr-xr-xdocs/releasetests.sh30
1 files changed, 0 insertions, 30 deletions
diff --git a/docs/releasetests.sh b/docs/releasetests.sh
deleted file mode 100755
index ba29c20..0000000
--- a/docs/releasetests.sh
+++ /dev/null
@@ -1,30 +0,0 @@
-#!/bin/sh
-# vim:tw=0:ts=4:sw=4
-
-# this is a test script to run everything through its paces before you do a
-# release. The basic idea is:
-
-# 1) make distcheck to ensure that all autoconf stuff is setup properly
-# 2) run some basic tests to test different mock options.
-# 3) rebuild mock srpm using this version of mock under all distributed configs
-
-# This test will only run on a machine with full access to internet.
-# might work with http_proxy= env var, but I havent tested that.
-#
-# This test script expects to be run on an x86_64 machine. It will *not* run
-# properly on an i386 machine.
-#
-
-set -e
-set -x
-
-DIR=$(cd $(dirname $0); pwd)
-TOP_SRCTREE=$DIR/../
-cd $TOP_SRCTREE
-
-make distclean ||:
-./autogen.sh
-./configure
-make distcheck
-make srpm
-make check