[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#928382: marked as done (unblock: waagent/2.2.34-4)



Your message dated Sun, 5 May 2019 15:18:08 +0200
with message-id <20190505131806.rgbdcrv6w32wtn62@debian.org>
and subject line Re: unblock: waagent/2.2.34-4
has caused the Debian Bug report #928382,
regarding unblock: waagent/2.2.34-4
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
928382: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=928382
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
User: release.debian.org@packages.debian.org
Usertags: unblock

Please unblock package waagent.  It fixes one wrong sed call.

diff --git a/debian/changelog b/debian/changelog
index 06df3b6..99e11ff 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+waagent (2.2.34-4) unstable; urgency=medium
+
+  * Fix stray backup file due to incorrect sed call. (closes: #928179)
+
+ -- Bastian Blank <bastian.blank@credativ.de>  Mon, 29 Apr 2019 16:45:57 +0200
+
 waagent (2.2.34-3) unstable; urgency=medium
 
   * Set proper access rights on swap file.
diff --git a/debian/share/apt-setup b/debian/share/apt-setup
index e87fef5..a0a249e 100755
--- a/debian/share/apt-setup
+++ b/debian/share/apt-setup
@@ -15,7 +15,7 @@ touch /var/lib/waagent/provisioned_apt-setup
 PROTOCOL=$(cat /var/lib/waagent/Protocol)
 
 if [ "$PROTOCOL" = "WireProtocol" ]; then
-	sed -ie 's#http://deb.debian.org#http://debian-archive.trafficmanager.net#' /etc/apt/sources.list
+	sed -i -e 's#http://deb.debian.org#http://debian-archive.trafficmanager.net#' /etc/apt/sources.list
 fi
 
 apt-get update

unblock waagent/2.2.34-4

-- System Information:
Debian Release: buster/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 4.19.0-4-amd64 (SMP w/4 CPU cores)
Kernel taint flags: TAINT_WARN
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8), LANGUAGE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

--- End Message ---
--- Begin Message ---
On Fri, May 03, 2019 at 12:59:51PM +0200, Bastian Blank wrote:
> Subject: unblock: waagent/2.2.34-4

Already in testing.

Ivo

--- End Message ---

Reply to: