summaryrefslogtreecommitdiffstats
path: root/src/ceph/ceph.rc
diff options
context:
space:
mode:
Diffstat (limited to 'src/ceph/ceph.rc')
-rw-r--r--src/ceph/ceph.rc14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/ceph/ceph.rc b/src/ceph/ceph.rc
new file mode 100644
index 0000000..39982a9
--- /dev/null
+++ b/src/ceph/ceph.rc
@@ -0,0 +1,14 @@
+PROJECT="ceph"
+SUMMARY="a scalable distributed storage system"
+BRANCH="nautilus"
+REPO="https://github.com/ceph/ceph.git"
+OPTION=""
+
+# array including all local patches, e.g.
+#
+# SOURCES=(
+# "0001-crypto-add-openssl-support-for-RGW-encryption.patch" \
+# "0001-add-QAT-support.patch" \
+# )
+SOURCES=(
+)