summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael E Brown <mebrown@michaels-house.net>2007-12-03 14:26:43 -0600
committerMichael E Brown <mebrown@michaels-house.net>2007-12-03 14:26:43 -0600
commit1e4847aab547ca88227315133fc4b1996209e53c (patch)
tree0d19a313f5e3b92f75e1bc2759891fd07720d5f3
parentfe9f23d9f01166ec6181d768f0489f8c358403b0 (diff)
downloadmock-1e4847aab547ca88227315133fc4b1996209e53c.tar.gz
mock-1e4847aab547ca88227315133fc4b1996209e53c.tar.xz
mock-1e4847aab547ca88227315133fc4b1996209e53c.zip
add couple of comments to release test script.
-rwxr-xr-xdocs/releasetests.sh7
1 files changed, 6 insertions, 1 deletions
diff --git a/docs/releasetests.sh b/docs/releasetests.sh
index 5ef47f1..79e13dc 100755
--- a/docs/releasetests.sh
+++ b/docs/releasetests.sh
@@ -5,10 +5,15 @@
# release. The basic idea is:
# 1) make distcheck to ensure that all autoconf stuff is setup properly
-# 2) rebuild mock srpm using this version of mock under all distributed configs
+# 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