emacs-bug-tracker
[Top][All Lists]
Advanced

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

[debbugs-tracker] bug#29058: closed ([PATCH] tests: install: Estimate th


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#29058: closed ([PATCH] tests: install: Estimate the installation system disk size.)
Date: Mon, 30 Oct 2017 08:15:02 +0000

Your message dated Mon, 30 Oct 2017 09:14:24 +0100
with message-id <address@hidden>
and subject line Re: [bug#29058] [PATCH] tests: install: Estimate the 
installation system disk size.
has caused the debbugs.gnu.org bug report #29058,
regarding [PATCH] tests: install: Estimate the installation system disk size.
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
29058: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=29058
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] tests: install: Estimate the installation system disk size. Date: Sun, 29 Oct 2017 19:52:50 +0100
1500 MiB are too small for a current system, thus use let
system-disk-image estimate the required size.

* gnu/tests/install.scm: (run-install): Pass "#:disk-image-size
  'guess" to system-disk-image.
---
 gnu/tests/install.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/tests/install.scm b/gnu/tests/install.scm
index d0cc08f43..a80c520ec 100644
--- a/gnu/tests/install.scm
+++ b/gnu/tests/install.scm
@@ -219,7 +219,7 @@ packages defined in installation-os."
                        (image  (system-disk-image
                                 (operating-system-with-gc-roots
                                  os (list target))
-                                #:disk-image-size (* 1500 MiB)
+                                #:disk-image-size 'guess
                                 #:file-system-type
                                 installation-disk-image-file-system-type)))
     (define install
-- 
2.13.5




--- End Message ---
--- Begin Message --- Subject: Re: [bug#29058] [PATCH] tests: install: Estimate the installation system disk size. Date: Mon, 30 Oct 2017 09:14:24 +0100 User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0
Pushed as 91496dfc9a4c3a708b5c2604fad3e42e101fea04
after fixing a typo in the commit message,

-- 
Regards
Hartmut Goebel

| Hartmut Goebel          | address@hidden               |
| www.crazy-compilers.com | compilers which you thought are impossible |



--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]