diff options
author | Dana Robinson <43805+derobins@users.noreply.github.com> | 2022-03-15 03:47:32 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-15 03:47:32 (GMT) |
commit | b9846d174972ecaa1e236d65d6579444e382b74b (patch) | |
tree | bd595ada0103058a6109c5fe382e05aa58b15cc8 /bin/snapshot_version | |
parent | 872b87d5d69fdd3b1b75a7047b713b1adfd16248 (diff) | |
download | hdf5-b9846d174972ecaa1e236d65d6579444e382b74b.zip hdf5-b9846d174972ecaa1e236d65d6579444e382b74b.tar.gz hdf5-b9846d174972ecaa1e236d65d6579444e382b74b.tar.bz2 |
Removes the MANIFEST file and unused release files (#1497)
* Removes the MANIFEST file and unused release files
* Updated tar command
Diffstat (limited to 'bin/snapshot_version')
-rw-r--r-- | bin/snapshot_version | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/bin/snapshot_version b/bin/snapshot_version deleted file mode 100644 index da2e190..0000000 --- a/bin/snapshot_version +++ /dev/null @@ -1,19 +0,0 @@ -# -# Copyright by The HDF Group. -# Copyright by the Board of Trustees of the University of Illinois. -# All rights reserved. -# -# This file is part of HDF5. The full HDF5 copyright notice, including -# terms governing use, modification, and redistribution, is contained in -# the COPYING file, which can be found at the root of the source code -# distribution tree, or in https://www.hdfgroup.org/licenses. -# If you do not have access to either file, you may request a copy from -# help@hdfgroup.org. -# - -# default version for snapshot test -# H5VERSION matches with a source version symbolic name. Will test use the -# latest revision of that branch. If set to "hdf5", it uses the main -# version. -# H5VER tells runtest which version to run -H5VERSION=hdf5 |