summaryrefslogtreecommitdiffstats
path: root/cluster/ocfs2-tools/DETAILS
blob: 716fa935c2d55b3093efeeecfd73aebfb9c77ff2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
. "$GRIMOIRE/FUNCTIONS"
           SPELL=ocfs2-tools
if [[ $OCFS2_TOOLS_BRANCH == scm ]]; then
         VERSION=$(get_scm_version)
  FORCE_DOWNLOAD=on
          SOURCE=$SPELL-$VERSION.tar.bz2
   SOURCE_URL[0]=git://oss.oracle.com/git/${SPELL}.git:${SPELL}-${VERSION}
   SOURCE_IGNORE=volatile
elif [[ $OCFS2_TOOLS_BRANCH == devel ]]; then
         VERSION=1.8.2
          SOURCE=${SPELL}-${VERSION}.tar.gz
         SOURCE2=${SOURCE}.sig
   SOURCE_URL[0]=http://sourcemage.ru/mirror/$SOURCE
   SOURCE_URL[1]=http://download.sourcemage.org/distro/$SOURCE
  SOURCE2_URL[0]=${SOURCE_URL}.sig
  SOURCE2_URL[1]=${SOURCE_URL[1]}.sig
      SOURCE_GPG=gurus.gpg:$SOURCE2:WORKS_FOR_ME
  SOURCE2_IGNORE=signature
else
         VERSION=1.6.4
          BRANCH=`echo $VERSION|cut -d . -f 1,2`
          SOURCE=${SPELL}-${VERSION}.tar.gz
   SOURCE_URL[0]=http://oss.oracle.com/projects/${SPELL}/dist/files/source/v${BRANCH}/${SOURCE}
     SOURCE_HASH=sha512:3b5b834e23467736b2fc522449f3d86b9a4b4764a66ec6812e4ecf497f8d43c2fb1aba1955c6030336d88463e720a5ace0b7cde48853cf3b482c6727ed86a649
fi
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
        WEB_SITE=http://oss.oracle.com/projects/ocfs2-tools/
         ENTERED=20060711
      LICENSE[0]=GPL
        KEYWORDS="cluster filesystem"
           SHORT="tools for OCFS2 cluster filesystem"
cat << EOF
OCFS2 is a general purpose extent based shared disk cluster file system
with many similarities to ext3. It supports 64 bit inode numbers, and has
automatically extending metadata groups which may also make it attractive
for non-clustered use.
This spell provides tools for creating, checking, mounting and tuning OCFS2
file-systems.
EOF