Merge ~rafaeldtinoco/ubuntu/+source/samba:lp1831381-eoan-devel-ctdb into ubuntu/+source/samba:ubuntu/eoan-devel

Proposed by Rafael David Tinoco
Status: Merged
Approved by: Andreas Hasenack
Approved revision: cbd9bfb3d238d356564413b1767c6c4cfea621df
Merged at revision: cbd9bfb3d238d356564413b1767c6c4cfea621df
Proposed branch: ~rafaeldtinoco/ubuntu/+source/samba:lp1831381-eoan-devel-ctdb
Merge into: ubuntu/+source/samba:ubuntu/eoan-devel
Diff against target: 60 lines (+25/-4)
2 files modified
debian/changelog (+8/-0)
debian/patches/fix-nfs-service-name-to-nfs-kernel-server.patch (+17/-4)
Reviewer Review Type Date Requested Status
Andreas Hasenack Approve
Canonical Server Pending
Review via email: mp+370022@code.launchpad.net

Commit message

This is a minor fix for the last merge. Please consider it so I can SRU both together into other versions.

To post a comment you must log in.
Revision history for this message
Andreas Hasenack (ahasenack) wrote :

+1

review: Approve
Revision history for this message
Andreas Hasenack (ahasenack) wrote :

Sponsoring cbd9bfb3d238d356564413b1767c6c4cfea621df

Tagged and uploaded:

$ git push pkg upload/2%4.10.0+dfsg-0ubuntu6
Enumerating objects: 15, done.
Counting objects: 100% (15/15), done.
Delta compression using up to 2 threads
Compressing objects: 100% (10/10), done.
Writing objects: 100% (10/10), 1.34 KiB | 28.00 KiB/s, done.
Total 10 (delta 7), reused 0 (delta 0)
To ssh://git.launchpad.net/~usd-import-team/ubuntu/+source/samba
 * [new tag] upload/2%4.10.0+dfsg-0ubuntu6 -> upload/2%4.10.0+dfsg-0ubuntu6

$ dput ubuntu ../samba_4.10.0+dfsg-0ubuntu6_source.changes
Checking signature on .changes
gpg: ../samba_4.10.0+dfsg-0ubuntu6_source.changes: Valid signature from AC983EB5BF6BCBA9
Checking signature on .dsc
gpg: ../samba_4.10.0+dfsg-0ubuntu6.dsc: Valid signature from AC983EB5BF6BCBA9
Uploading to ubuntu (via ftp to upload.ubuntu.com):
  Uploading samba_4.10.0+dfsg-0ubuntu6.dsc: done.
  Uploading samba_4.10.0+dfsg-0ubuntu6.debian.tar.xz: done.
  Uploading samba_4.10.0+dfsg-0ubuntu6_source.buildinfo: done.
  Uploading samba_4.10.0+dfsg-0ubuntu6_source.changes: done.
Successfully uploaded packages.

Update scan failed

At least one of the branches involved have failed to scan. You can manually schedule a rescan if required.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/debian/changelog b/debian/changelog
2index 0e180bf..160e7a3 100644
3--- a/debian/changelog
4+++ b/debian/changelog
5@@ -1,3 +1,11 @@
6+samba (2:4.10.0+dfsg-0ubuntu6) eoan; urgency=medium
7+
8+ * d/p/fix-nfs-service-name-to-nfs-kernel-server.patch:
9+ change service name from nfs to nfs-kernel-server in
10+ legacy script 06.nfs.script also (LP: #722201)
11+
12+ -- Rafael David Tinoco <rafaeldtinoco@ubuntu.com> Thu, 11 Jul 2019 21:44:49 +0000
13+
14 samba (2:4.10.0+dfsg-0ubuntu5) eoan; urgency=medium
15
16 * debian/rules: Make DEB_HOST_ARCH_CPU initialized through
17diff --git a/debian/patches/fix-nfs-service-name-to-nfs-kernel-server.patch b/debian/patches/fix-nfs-service-name-to-nfs-kernel-server.patch
18index c0d8843..eab4d6f 100644
19--- a/debian/patches/fix-nfs-service-name-to-nfs-kernel-server.patch
20+++ b/debian/patches/fix-nfs-service-name-to-nfs-kernel-server.patch
21@@ -17,14 +17,27 @@ Signed-off-by: Rafael David Tinoco <rafaeldtinoco@ubuntu.com>
22 Author: Rafael David Tinoco <rafaeldtinoco@gmail.com>
23 Bug-Debian: https://bugs.debian.org/929931
24 Bug-Ubuntu: https://bugs.launchpad.net/bugs/722201
25-Last-Update: 2018-06-26
26-
27+Last-Update: 2018-07-11
28 ---
29+ ctdb/config/events/legacy/06.nfs.script | 2 +-
30 ctdb/config/events/legacy/60.nfs.script | 4 ++--
31 ctdb/config/nfs-linux-kernel-callout | 12 ++++++------
32 ctdb/config/statd-callout | 4 ++--
33- 3 files changed, 10 insertions(+), 10 deletions(-)
34+ 4 files changed, 11 insertions(+), 11 deletions(-)
35
36+diff --git a/ctdb/config/events/legacy/06.nfs.script b/ctdb/config/events/legacy/06.nfs.script
37+index 97086f78e..7b7614228 100755
38+--- a/ctdb/config/events/legacy/06.nfs.script
39++++ b/ctdb/config/events/legacy/06.nfs.script
40+@@ -6,7 +6,7 @@
41+
42+ . "${CTDB_BASE}/functions"
43+
44+-service_name="nfs"
45++service_name="nfs-kernel-server"
46+
47+ load_script_options "service" "60.nfs"
48+
49 diff --git a/ctdb/config/events/legacy/60.nfs.script b/ctdb/config/events/legacy/60.nfs.script
50 index 2eb90b421..5c6a09033 100755
51 --- a/ctdb/config/events/legacy/60.nfs.script
52@@ -42,7 +55,7 @@ index 2eb90b421..5c6a09033 100755
53 load_script_options
54
55 diff --git a/ctdb/config/nfs-linux-kernel-callout b/ctdb/config/nfs-linux-kernel-callout
56-index 9b72446b4..3acd43fee 100755
57+index 46950565d..f691607b0 100755
58 --- a/ctdb/config/nfs-linux-kernel-callout
59 +++ b/ctdb/config/nfs-linux-kernel-callout
60 @@ -13,9 +13,9 @@ set -e

Subscribers

People subscribed via source and target branches