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
diff --git a/debian/changelog b/debian/changelog
index 0e180bf..160e7a3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
1samba (2:4.10.0+dfsg-0ubuntu6) eoan; urgency=medium
2
3 * d/p/fix-nfs-service-name-to-nfs-kernel-server.patch:
4 change service name from nfs to nfs-kernel-server in
5 legacy script 06.nfs.script also (LP: #722201)
6
7 -- Rafael David Tinoco <rafaeldtinoco@ubuntu.com> Thu, 11 Jul 2019 21:44:49 +0000
8
1samba (2:4.10.0+dfsg-0ubuntu5) eoan; urgency=medium9samba (2:4.10.0+dfsg-0ubuntu5) eoan; urgency=medium
210
3 * debian/rules: Make DEB_HOST_ARCH_CPU initialized through11 * debian/rules: Make DEB_HOST_ARCH_CPU initialized through
diff --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
index c0d8843..eab4d6f 100644
--- a/debian/patches/fix-nfs-service-name-to-nfs-kernel-server.patch
+++ b/debian/patches/fix-nfs-service-name-to-nfs-kernel-server.patch
@@ -17,14 +17,27 @@ Signed-off-by: Rafael David Tinoco <rafaeldtinoco@ubuntu.com>
17Author: Rafael David Tinoco <rafaeldtinoco@gmail.com>17Author: Rafael David Tinoco <rafaeldtinoco@gmail.com>
18Bug-Debian: https://bugs.debian.org/92993118Bug-Debian: https://bugs.debian.org/929931
19Bug-Ubuntu: https://bugs.launchpad.net/bugs/72220119Bug-Ubuntu: https://bugs.launchpad.net/bugs/722201
20Last-Update: 2018-06-2620Last-Update: 2018-07-11
21
22---21---
22 ctdb/config/events/legacy/06.nfs.script | 2 +-
23 ctdb/config/events/legacy/60.nfs.script | 4 ++--23 ctdb/config/events/legacy/60.nfs.script | 4 ++--
24 ctdb/config/nfs-linux-kernel-callout | 12 ++++++------24 ctdb/config/nfs-linux-kernel-callout | 12 ++++++------
25 ctdb/config/statd-callout | 4 ++--25 ctdb/config/statd-callout | 4 ++--
26 3 files changed, 10 insertions(+), 10 deletions(-)26 4 files changed, 11 insertions(+), 11 deletions(-)
2727
28diff --git a/ctdb/config/events/legacy/06.nfs.script b/ctdb/config/events/legacy/06.nfs.script
29index 97086f78e..7b7614228 100755
30--- a/ctdb/config/events/legacy/06.nfs.script
31+++ b/ctdb/config/events/legacy/06.nfs.script
32@@ -6,7 +6,7 @@
33
34 . "${CTDB_BASE}/functions"
35
36-service_name="nfs"
37+service_name="nfs-kernel-server"
38
39 load_script_options "service" "60.nfs"
40
28diff --git a/ctdb/config/events/legacy/60.nfs.script b/ctdb/config/events/legacy/60.nfs.script41diff --git a/ctdb/config/events/legacy/60.nfs.script b/ctdb/config/events/legacy/60.nfs.script
29index 2eb90b421..5c6a09033 10075542index 2eb90b421..5c6a09033 100755
30--- a/ctdb/config/events/legacy/60.nfs.script43--- a/ctdb/config/events/legacy/60.nfs.script
@@ -42,7 +55,7 @@ index 2eb90b421..5c6a09033 100755
42 load_script_options55 load_script_options
43 56
44diff --git a/ctdb/config/nfs-linux-kernel-callout b/ctdb/config/nfs-linux-kernel-callout57diff --git a/ctdb/config/nfs-linux-kernel-callout b/ctdb/config/nfs-linux-kernel-callout
45index 9b72446b4..3acd43fee 10075558index 46950565d..f691607b0 100755
46--- a/ctdb/config/nfs-linux-kernel-callout59--- a/ctdb/config/nfs-linux-kernel-callout
47+++ b/ctdb/config/nfs-linux-kernel-callout60+++ b/ctdb/config/nfs-linux-kernel-callout
48@@ -13,9 +13,9 @@ set -e61@@ -13,9 +13,9 @@ set -e

Subscribers

People subscribed via source and target branches