Added NOKILLSENT patch not yet applied upstream
This commit is contained in:
parent
fae4079a30
commit
8c5e6cbc8f
@ -21,6 +21,7 @@ build:x86_64:
|
|||||||
- git merge master --no-edit
|
- git merge master --no-edit
|
||||||
- git am ../0001-Updated-to-3.5.1.patch
|
- git am ../0001-Updated-to-3.5.1.patch
|
||||||
- git am ../0002-Debian-fixes-for-3.5.x.patch
|
- git am ../0002-Debian-fixes-for-3.5.x.patch
|
||||||
|
- curl -s https://sourceforge.net/p/makenl/feature-requests/9/attachment/NOKILLSENT.patch|git apply -v --index && git commit -m "NO KILLSENT patch"
|
||||||
- git archive --format=tar HEAD |gzip -9 > ../${CI_PROJECT_NAME}_${VERSION}.orig.tar.gz
|
- git archive --format=tar HEAD |gzip -9 > ../${CI_PROJECT_NAME}_${VERSION}.orig.tar.gz
|
||||||
- dpkg-buildpackage -us -uc
|
- dpkg-buildpackage -us -uc
|
||||||
- cd ..
|
- cd ..
|
||||||
@ -60,6 +61,7 @@ build:armv7l:
|
|||||||
- git merge master --no-edit
|
- git merge master --no-edit
|
||||||
- git am ../0001-Updated-to-3.5.1.patch
|
- git am ../0001-Updated-to-3.5.1.patch
|
||||||
- git am ../0002-Debian-fixes-for-3.5.x.patch
|
- git am ../0002-Debian-fixes-for-3.5.x.patch
|
||||||
|
- curl -s https://sourceforge.net/p/makenl/feature-requests/9/attachment/NOKILLSENT.patch|git apply -v --index && git commit -m "NO KILLSENT patch"
|
||||||
- git archive --format=tar HEAD |gzip -9 > ../${CI_PROJECT_NAME}_${VERSION}.orig.tar.gz
|
- git archive --format=tar HEAD |gzip -9 > ../${CI_PROJECT_NAME}_${VERSION}.orig.tar.gz
|
||||||
- dpkg-buildpackage -us -uc
|
- dpkg-buildpackage -us -uc
|
||||||
- cd ..
|
- cd ..
|
||||||
|
Reference in New Issue
Block a user