]> git.apps.os.sepia.ceph.com Git - autobuild-ceph.git/commitdiff
Use install-deps.sh in build-ceph scripts
authorBoris Ranto <branto@redhat.com>
Wed, 20 May 2015 09:37:56 +0000 (11:37 +0200)
committerBoris Ranto <branto@redhat.com>
Wed, 20 May 2015 09:37:56 +0000 (11:37 +0200)
build-ceph-deb-native.sh
build-ceph-deb.sh
build-ceph-gcov.sh
build-ceph-notcmalloc.sh
build-ceph-rpm.sh
build-ceph.sh

index 7eadeeabf3debe4828cf698639915bf3c5a2d35f..cbcf9b8289ba9577679451a3c20079848692f4b8 100755 (executable)
@@ -35,6 +35,9 @@ fi
 
 # Actually build the project
 
+# Install build-time dependencies
+./install-deps.sh
+
 # clear out any $@ potentially passed in
 set --
 
index 732739fe49fbcdc5869b0f2337d27cccd821fff1..595cf5d924f7f9127b461f8dbad759ccfa23f0c4 100755 (executable)
@@ -36,6 +36,9 @@ fi
 
 # Actually build the project
 
+# Install build-time dependencies
+./install-deps.sh
+
 # clear out any $@ potentially passed in
 set --
 
index 9019af06e1495800bcc8f8323067fe4c6d9a2a06..9be57d3730c65fe04bfe0f2b5c8ea4323725e425 100755 (executable)
@@ -34,6 +34,9 @@ fi
 
 # Actually build the project
 
+# Install build-time dependencies
+./install-deps.sh
+
 # clear out any $@ potentially passed in
 set --
 
index 2f8f7c2bcdf9cac56829b6fe902d840c24b21b07..c21d51397629589a014da5904776b966b2ad4dea 100755 (executable)
@@ -35,6 +35,9 @@ fi
 
 # Actually build the project
 
+# Install build-time dependencies
+./install-deps.sh
+
 # clear out any $@ potentially passed in
 set --
 
index fed6c5a720c0d2b052d709dfe4ec49809cf269f8..d1582cd6239dab658efc55bef6b2cb9f68ab829d 100755 (executable)
@@ -61,6 +61,9 @@ fi
 
 # Actually build the project
 
+# Install build-time dependencies
+./install-deps.sh
+
 # clear out any $@ potentially passed in
 set --
 
index 9fa419877d99192236c1985cb7936c7bf2ea002a..0e846d87cdc2beaefa2bcc8d564ea4b6ca76f809 100755 (executable)
@@ -33,6 +33,9 @@ fi
 
 # Actually build the project
 
+# Install build-time dependencies
+./install-deps.sh
+
 # clear out any $@ potentially passed in
 set --