summaryrefslogtreecommitdiffstats
path: root/bin/release
diff options
context:
space:
mode:
authorHDF Admin <hdfadmin@ncsa.uiuc.edu>2005-07-18 22:14:53 (GMT)
committerHDF Admin <hdfadmin@ncsa.uiuc.edu>2005-07-18 22:14:53 (GMT)
commitcd5ca85fb7c98154224628d7ef21e179bf653ff5 (patch)
treedc21dd6193d2dd735887f7fb6620e685a945eeb2 /bin/release
parent5de418b2b47d2e467f73ac5153a63b88cd35a3a6 (diff)
downloadhdf5-cd5ca85fb7c98154224628d7ef21e179bf653ff5.zip
hdf5-cd5ca85fb7c98154224628d7ef21e179bf653ff5.tar.gz
hdf5-cd5ca85fb7c98154224628d7ef21e179bf653ff5.tar.bz2
[svn-r11082] Purpose:
upgrade. Description: Release used to copy the updated release_docs/HISTORY.txt and release_docs/RELEASE.txt to the doc/html/ADGuide. The doc/ is removed from the source tree. So, remove the command that does the copying. Note that once the separated doc/ location is known, release needs to copy the two files into them and committed them via sub-version commands. Platforms tested: No test because it is a trivial change and it is not easy to change without triggering the full release process. Misc. update:
Diffstat (limited to 'bin/release')
-rwxr-xr-xbin/release3
1 files changed, 0 insertions, 3 deletions
diff --git a/bin/release b/bin/release
index e95c3b8..fe3fa51 100755
--- a/bin/release
+++ b/bin/release
@@ -184,9 +184,6 @@ for f in README.txt release_docs/RELEASE.txt; do
chmod 644 $f
done
-# synchronize the HISTORY.tx and RELEASE.tx files in the doc area
-cp release_docs/HISTORY.txt release_docs/RELEASE.txt doc/html/ADGuide/.
-
# Create the tar file
test "$verbose" && echo " Running tar..." 1>&2
( \