]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-build.git/commitdiff
nfs-ganesha: dpkg commit source after lizardFSAL patch 1440/head
authorBrad Hubbard <bhubbard@redhat.com>
Thu, 21 Nov 2019 22:03:39 +0000 (08:03 +1000)
committerBrad Hubbard <bhubbard@redhat.com>
Thu, 21 Nov 2019 22:34:24 +0000 (08:34 +1000)
This is a follow-up to 888793c4 to 'commit' the patch.

Signed-off-by: Brad Hubbard <bhubbard@redhat.com>
nfs-ganesha/build/build_deb

index f988d5eda40117d93ebb053311d8656c29785b81..0eac770c3bd8b0f1689dd0b0366063c0a8c0c9cb 100644 (file)
@@ -85,7 +85,8 @@ cd $WORKSPACE/nfs-ganesha
 # add debian directory next to src
 mv $WORKSPACE/nfs-ganesha-debian/debian $WORKSPACE/nfs-ganesha/
 
-# create and apply a patch to disable LizardFS FSAL
+# create and apply a patch to disable LizardFS FSAL see
+# https://review.gerrithub.io/c/ffilz/nfs-ganesha/+/475437
 echo "LS0tIGEvZGViaWFuL3J1bGVzCisrKyBiL2RlYmlhbi9ydWxlcwpAQCAtMjgsNiArMjgsNyBAQCBv
 dmVycmlkZV9kaF9hdXRvX2NvbmZpZ3VyZToKIAkJLURVU0VfRlNBTF9YRlM9T0ZGIFwKIAkJLURV
 U0VfRlNBTF9DRVBIPU9OIFwKIAkJLURVU0VfRlNBTF9SR1c9T04gXAorCQktRFVTRV9GU0FMX0xJ
@@ -94,6 +95,9 @@ PU9GRiBcCiAJCS1EVVNFX0ZTQUxfR0xVU1RFUj1PRkYgXAo="|base64 -d > disable-lizardfs-f
 
 patch -p1 < disable-lizardfs-fsal.patch
 
+# This applies the above commit
+sudo dpkg-source --commit
+
 ## Get some basic information about the system and the repository
 DEB_ARCH=$(dpkg-architecture -qDEB_BUILD_ARCH)