Skip to content

Commit

Permalink
Quite a few changes
Browse files Browse the repository at this point in the history
update gluster repo and install on every run
retain the fuse dev creation
updated to fedora 22

Signed-off-by: raghavendra talur <[email protected]>
  • Loading branch information
raghavendra-talur committed Jun 30, 2015
1 parent 93d6627 commit 7a51be6
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 21 deletions.
8 changes: 1 addition & 7 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -67,13 +67,7 @@ RUN yum -y install yajl-devel
RUN yum -y install yum-utils
RUN yum -y install userspace-rcu-devel

RUN cd /root && \
git clone git://review.gluster.org/glusterfs && \
cd glusterfs && \
./autogen.sh && \
./configure --enable-debug && \
make install;

RUN cd /root && git clone git://review.gluster.org/glusterfs

RUN mkdir -p /var/run/sshd
RUN mkdir -p /var/log/supervisor
Expand Down
File renamed without changes.
14 changes: 14 additions & 0 deletions UpdateGlusterAndInstall.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
#!/bin/bash


cd glusterfs
git pull
./autogen.sh
CFLAGS="-g -O0 -Werror -Wall -Wno-error=cpp -Wno-error=maybe-uninitialized" ./configure --prefix=/usr --libdir=/usr/lib64 --localstatedir=/var --sysconfdir=/etc --enable-debug
make install

while true
do
echo "Press [CTRL+C] to stop.."
sleep 1
done
3 changes: 0 additions & 3 deletions supervisord.conf
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,3 @@ command=/usr/sbin/makefusedev.sh
[program:updateglusterrepo]
command=/usr/sbin/updateglusterrepo.sh

[program:glusterd]
command=glusterd

11 changes: 0 additions & 11 deletions updateglusterrepo.sh

This file was deleted.

0 comments on commit 7a51be6

Please sign in to comment.