diff options
author | Hui Wang <wanghui71@huawei.com> | 2018-05-25 09:09:30 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-05-25 09:09:30 +0000 |
commit | ea3c10e5533ae4bdbb3fc449e3baf2eb256b2ae3 (patch) | |
tree | cb89e70b1766ecd6eb47dbda4827a599840007c9 /src/ceph | |
parent | fca5504bcb2f14ad36d9a29658a6a7c96c29d8bc (diff) | |
parent | 1b82fb75641e8350f0218c086a85e5bfec8a1977 (diff) |
Merge "manage local patches"
Diffstat (limited to 'src/ceph')
-rw-r--r-- | src/ceph/.gitkeep | 3 | ||||
-rw-r--r-- | src/ceph/ceph.rc | 13 |
2 files changed, 13 insertions, 3 deletions
diff --git a/src/ceph/.gitkeep b/src/ceph/.gitkeep deleted file mode 100644 index 617c45f..0000000 --- a/src/ceph/.gitkeep +++ /dev/null @@ -1,3 +0,0 @@ -# Ignore everything in this directory -* -# Except this file !.gitkeep diff --git a/src/ceph/ceph.rc b/src/ceph/ceph.rc new file mode 100644 index 0000000..6c5f95e --- /dev/null +++ b/src/ceph/ceph.rc @@ -0,0 +1,13 @@ +PROJECT="ceph" +SUMMARY="a scalable distributed storage system" +BRANCH="mimic" +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=() |