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

Bug#986287: marked as done (unblock: os-autoinst/4.6.1604525166.912dfbd-0.3)



Your message dated Sun, 4 Apr 2021 20:18:20 +0200
with message-id <YGoC7FKQenoKSLTm@ramacher.at>
and subject line Re: Bug#986287: unblock: os-autoinst/4.6.1604525166.912dfbd-0.3
has caused the Debian Bug report #986287,
regarding unblock: os-autoinst/4.6.1604525166.912dfbd-0.3
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.)


-- 
986287: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=986287
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 os-autoinst

The version in testing has bug #977990 which is a FTBFS on i386 because
of flaky tests.
I initially wanted to be stricter than upstream and run all tests as it
worked on my builders, but I've decided to stick to the tests upstream
feels confident to run.
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=977990#44

Build now works right away on i386 :
https://buildd.debian.org/status/package.php?p=os-autoinst

See attached the debdiff for the changes I did.

unblock os-autoinst/4.6.1604525166.912dfbd-0.3


Thanks!
Regards

F. 

diff -Nru os-autoinst-4.6.1604525166.912dfbd/debian/changelog os-autoinst-4.6.1604525166.912dfbd/debian/changelog
--- os-autoinst-4.6.1604525166.912dfbd/debian/changelog	2020-12-22 15:00:29.000000000 +0100
+++ os-autoinst-4.6.1604525166.912dfbd/debian/changelog	2021-04-01 12:50:51.000000000 +0200
@@ -1,3 +1,10 @@
+os-autoinst (4.6.1604525166.912dfbd-0.3) unstable; urgency=medium
+
+  * Non-maintainer upload
+  * Stick to tests that upstream runs (Closes: #977990)
+
+ -- Frédéric Bonnard <frediz@debian.org>  Thu, 01 Apr 2021 12:50:51 +0200
+
 os-autoinst (4.6.1604525166.912dfbd-0.2) unstable; urgency=medium
 
   * Non-maintainer upload
diff -Nru os-autoinst-4.6.1604525166.912dfbd/debian/rules os-autoinst-4.6.1604525166.912dfbd/debian/rules
--- os-autoinst-4.6.1604525166.912dfbd/debian/rules	2020-12-22 14:55:47.000000000 +0100
+++ os-autoinst-4.6.1604525166.912dfbd/debian/rules	2021-04-01 12:48:06.000000000 +0200
@@ -8,6 +8,8 @@
 override_dh_auto_configure:
 	cp -a $(CURDIR)/isotovideo $(CURDIR)/isotovideo.orig
 	sed -i 's/my $$thisversion =.*/my $$thisversion = "$(DEB_VERSION)";/' $(CURDIR)/isotovideo
+	# Following opensuse .spec : don't require qemu and exclude known flaky tests
+	cd t && rm -f 07-commands.t 13-osutils.t 14-isotovideo.t 18-qemu-options.t 18-backend-qemu.t 99-full-stack.t
 	dh_auto_configure -- -DOS_AUTOINST_DOC_DIR=/usr/share/doc/$(DEB_SOURCE) \
 		-DSYSTEMD_SERVICE_DIR=/lib/systemd/system -DCMAKE_BUILD_TYPE=RelWithDebInfo
 

Attachment: signature.asc
Description: PGP signature


--- End Message ---
--- Begin Message ---
On 2021-04-02 14:49:52 +0200, Frédéric Bonnard wrote:
> Package: release.debian.org
> Severity: normal
> User: release.debian.org@packages.debian.org
> Usertags: unblock
> 
> Please unblock package os-autoinst
> 
> The version in testing has bug #977990 which is a FTBFS on i386 because
> of flaky tests.
> I initially wanted to be stricter than upstream and run all tests as it
> worked on my builders, but I've decided to stick to the tests upstream
> feels confident to run.
> https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=977990#44
> 
> Build now works right away on i386 :
> https://buildd.debian.org/status/package.php?p=os-autoinst
> 
> See attached the debdiff for the changes I did.
> 
> unblock os-autoinst/4.6.1604525166.912dfbd-0.3

Unblocked

Cheers

> 
> 
> Thanks!
> Regards
> 
> F. 
> 

> diff -Nru os-autoinst-4.6.1604525166.912dfbd/debian/changelog os-autoinst-4.6.1604525166.912dfbd/debian/changelog
> --- os-autoinst-4.6.1604525166.912dfbd/debian/changelog	2020-12-22 15:00:29.000000000 +0100
> +++ os-autoinst-4.6.1604525166.912dfbd/debian/changelog	2021-04-01 12:50:51.000000000 +0200
> @@ -1,3 +1,10 @@
> +os-autoinst (4.6.1604525166.912dfbd-0.3) unstable; urgency=medium
> +
> +  * Non-maintainer upload
> +  * Stick to tests that upstream runs (Closes: #977990)
> +
> + -- Frédéric Bonnard <frediz@debian.org>  Thu, 01 Apr 2021 12:50:51 +0200
> +
>  os-autoinst (4.6.1604525166.912dfbd-0.2) unstable; urgency=medium
>  
>    * Non-maintainer upload
> diff -Nru os-autoinst-4.6.1604525166.912dfbd/debian/rules os-autoinst-4.6.1604525166.912dfbd/debian/rules
> --- os-autoinst-4.6.1604525166.912dfbd/debian/rules	2020-12-22 14:55:47.000000000 +0100
> +++ os-autoinst-4.6.1604525166.912dfbd/debian/rules	2021-04-01 12:48:06.000000000 +0200
> @@ -8,6 +8,8 @@
>  override_dh_auto_configure:
>  	cp -a $(CURDIR)/isotovideo $(CURDIR)/isotovideo.orig
>  	sed -i 's/my $$thisversion =.*/my $$thisversion = "$(DEB_VERSION)";/' $(CURDIR)/isotovideo
> +	# Following opensuse .spec : don't require qemu and exclude known flaky tests
> +	cd t && rm -f 07-commands.t 13-osutils.t 14-isotovideo.t 18-qemu-options.t 18-backend-qemu.t 99-full-stack.t
>  	dh_auto_configure -- -DOS_AUTOINST_DOC_DIR=/usr/share/doc/$(DEB_SOURCE) \
>  		-DSYSTEMD_SERVICE_DIR=/lib/systemd/system -DCMAKE_BUILD_TYPE=RelWithDebInfo
>  




-- 
Sebastian Ramacher

--- End Message ---

Reply to: