Initial commint (based on fft plugin, still sources left)
This commit is contained in:
7
patch/Site/HISTORY.md
Normal file
7
patch/Site/HISTORY.md
Normal file
@@ -0,0 +1,7 @@
|
||||
# E3_MODULE_VERSION-what_ever_filename.p0.patch
|
||||
|
||||
Generic Description.....
|
||||
|
||||
* created by Jeong Han Lee, han.lee@esss.se
|
||||
* related URL or reference https://github.com/icshwi
|
||||
* Tuesday, February 13 13:24:57 CET 2018
|
||||
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