Initial commint (based on fft plugin, still sources left)
This commit is contained in:
22
patch/Site/README.md
Normal file
22
patch/Site/README.md
Normal file
@@ -0,0 +1,22 @@
|
||||
# Site Specific EPICS Module Patch Files
|
||||
|
||||
## Changes
|
||||
The changes were tested in local environemnt, and commits to the forked repository and do pull request to the epics community module repository.
|
||||
|
||||
* Check the original HASH, and your own master
|
||||
* feb8856 : The original HASH
|
||||
* master : Changed
|
||||
|
||||
|
||||
## How to create a p0 patch file between commits
|
||||
|
||||
|
||||
* Show what the difference between commits
|
||||
|
||||
|
||||
* Create p0 patch
|
||||
|
||||
```
|
||||
$git diff feb8856 master --no-prefix > ../patch/Site/E3_MODULE_VERSION-what_ever_filename.p0.patch
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user