From 1b82fb75641e8350f0218c086a85e5bfec8a1977 Mon Sep 17 00:00:00 2001 From: Qiaowei Ren Date: Thu, 24 May 2018 14:54:29 +0800 Subject: 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 --- src/ceph/.gitkeep | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 src/ceph/.gitkeep (limited to 'src/ceph/.gitkeep') 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 -- cgit 1.2.3-korg