forked from phdeniel/nfs-ganesha
-
Notifications
You must be signed in to change notification settings - Fork 0
/
dorpms.ksh
executable file
·41 lines (25 loc) · 2.19 KB
/
dorpms.ksh
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
#!/bin/sh
cd src
./configure --with-fsal=DYNFSAL --enable-nlm && make rpms && \
cp /opt/GANESHA/src/rpm/RPMS/x86_64/*.rpm /tmp && make clean && make rpms && cp /opt/GANESHA/src/rpm/RPMS/x86_64/*.rpm /tmp &&
./configure --with-fsal=XFS --enable-buildsharedfsal --enable-nlm && make rpms && \
cp /opt/GANESHA/src/rpm/RPMS/x86_64/*.rpm /tmp && make clean && make rpms && cp /opt/GANESHA/src/rpm/RPMS/x86_64/*.rpm /tmp &&
./configure --with-fsal=PROXY --enable-buildsharedfsal --enable-nlm && make rpms && \
cp /opt/GANESHA/src/rpm/RPMS/x86_64/*.rpm /tmp && make clean && make rpms && cp /opt/GANESHA/src/rpm/RPMS/x86_64/*.rpm /tmp &&
./configure --with-fsal=ZFS --enable-buildsharedfsal --enable-nlm && make rpms && \
cp /opt/GANESHA/src/rpm/RPMS/x86_64/*.rpm /tmp && make clean && make rpms && cp /opt/GANESHA/src/rpm/RPMS/x86_64/*.rpm /tmp &&
./configure --with-fsal=POSIX --with-db=PGSQL --enable-buildsharedfsal --enable-nlm && make rpms && \
cp /opt/GANESHA/src/rpm/RPMS/x86_64/*.rpm /tmp && make clean && make rpms && cp /opt/GANESHA/src/rpm/RPMS/x86_64/*.rpm /tmp &&
./configure --with-fsal=XFS --enable-nlm && make rpms && \
cp /opt/GANESHA/src/rpm/RPMS/x86_64/*.rpm /tmp && make clean && make rpms && cp /opt/GANESHA/src/rpm/RPMS/x86_64/*.rpm /tmp &&
./configure --with-fsal=PROXY --enable-nlm && make rpms && \
cp /opt/GANESHA/src/rpm/RPMS/x86_64/*.rpm /tmp && make clean && make rpms && cp /opt/GANESHA/src/rpm/RPMS/x86_64/*.rpm /tmp &&
./configure --with-fsal=ZFS --enable-nlm && make rpms && \
cp /opt/GANESHA/src/rpm/RPMS/x86_64/*.rpm /tmp && make clean && make rpms && cp /opt/GANESHA/src/rpm/RPMS/x86_64/*.rpm /tmp &&
./configure --with-fsal=POSIX --with-db=PGSQL --enable-nlm && make rpms && \
cp /opt/GANESHA/src/rpm/RPMS/x86_64/*.rpm /tmp && make clean && make rpms && cp /opt/GANESHA/src/rpm/RPMS/x86_64/*.rpm /tmp &&
./configure --with-fsal=LUSTRE --enable-nlm && make rpms && \
cp /opt/GANESHA/src/rpm/RPMS/x86_64/*.rpm /tmp && make clean && make rpms && cp /opt/GANESHA/src/rpm/RPMS/x86_64/*.rpm /tmp &&
./configure --with-fsal=FUSE --enable-nlm && make rpms && \
cp /opt/GANESHA/src/rpm/RPMS/x86_64/*.rpm /tmp && make clean && make rpms && cp /opt/GANESHA/src/rpm/RPMS/x86_64/*.rpm /tmp &&
echo "Ok"