manage local patches 03/57803/1
authorQiaowei Ren <qiaowei.ren@intel.com>
Thu, 24 May 2018 06:54:29 +0000 (14:54 +0800)
committerQiaowei Ren <qiaowei.ren@intel.com>
Thu, 24 May 2018 07:04:47 +0000 (15:04 +0800)
commit1b82fb75641e8350f0218c086a85e5bfec8a1977
tree97fdff67d9a83866ef54017d403edae79be9317d
parent3b387984b55e9f84f5a7ca1421d722964e088ba1
manage local patches

We could not put the source code of ceph or other projects due to
different license, and so we have to only manage those changes locally.
This patch provides one way to apply local patches into source code
from public repo.

We can use the '.rc' file in every project to configure the branch, repo
and list all local patches which need to be applies into original branch.
And then use 'do_patch.sh' script to apply them one by one, e.g.
  $ src/do_patch.sh src/ceph/ceph.rc

Change-Id: I07573a0ab6985c2aca2558ac2183cdfc8187bf04
Signed-off-by: Qiaowei Ren <qiaowei.ren@intel.com>
src/ceph/.gitkeep [deleted file]
src/ceph/ceph.rc [new file with mode: 0644]
src/do_patch.sh [new file with mode: 0755]