Your message dated Sat, 14 Sep 2019 09:23:18 +0000
with message-id <[email protected]>
and subject line Bug#919309: fixed in icecc 1.3-1
has caused the Debian Bug report #919309,
regarding icecc: add config option of '--cache-limit' command line argument in 
'icecc.conf'
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 [email protected]
immediately.)


-- 
919309: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=919309
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: icecc
Version: 1.0.1-2+b2
Severity: wishlist
Tags: patch

Dear Maintainer,

The cache limit of icecc daemon cannot be configured via icecc.conf. I would like to increase the 100MB default limit value because I have more build environments which should be cached simultaneously and they together consume more than
the default limit.
Here is a discussion about the default limit and there is a suggestion to turn to the package maintainer to support the
new config option.
https://github.com/icecc/icecream/issues/276#issuecomment-316190449

Best regards,
Imre Tarjanyi

-- System Information:
Debian Release: 9.6
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 4.9.0-7-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages icecc depends on:
ii  adduser                 3.115
ii  clang-6.0 [c-compiler]  1:6.0-1~bpo9+1
ii  file                    1:5.30-1+deb9u2
ii  g++ [c++-compiler]      4:6.3.0-4
ii  g++-6 [c++-compiler]    6.3.0-18+deb9u1
ii  gcc [c-compiler]        4:6.3.0-4
ii  gcc-6 [c-compiler]      6.3.0-18+deb9u1
ii  libc6                   2.24-11+deb9u3
ii  libgcc1                 1:6.3.0-18+deb9u1
ii  libstdc++6              6.3.0-18+deb9u1
ii  lsb-base                9.20161125

Versions of packages icecc recommends:
ii  logrotate  3.11.0-0.1

Versions of packages icecc suggests:
pn  icecc-monitor  <none>

-- no debconf information

commit 2efc85cbc04d7fa18d25070b28e57a089b198efb
Author: Imre Tarjanyi <[email protected]>
Date:   Fri Jan 11 15:52:57 2019 +0000

    Add config option to set cache limit of the icecc daemon

diff --git a/debian/icecc.conf b/debian/icecc.conf
index fc63781..3c88ca1 100644
--- a/debian/icecc.conf
+++ b/debian/icecc.conf
@@ -55,3 +55,9 @@ ICECC_SCHEDULER_LOG_FILE="/var/log/icecc_scheduler.log"
 #
 # ICECC_SCHEDULER_HOST=""
 ICECC_SCHEDULER_HOST=""
+
+#
+# Option to set cache limit of icecc daemon in MB.
+#
+# ICECC_CACHE_LIMIT=""
+ICECC_CACHE_LIMIT=""
diff --git a/debian/icecc.iceccd.init b/debian/icecc.iceccd.init
index 238737a..0a21557 100644
--- a/debian/icecc.iceccd.init
+++ b/debian/icecc.iceccd.init
@@ -57,9 +57,13 @@ start_icecc_daemon() {
 			maxjobs="-m $ICECC_MAX_JOBS"
 		fi
 	fi
+	cachelimit=
+	if test -n "$ICECC_CACHE_LIMIT"; then
+		cachelimit="--cache-limit $ICECC_CACHE_LIMIT"
+	fi
 
 	start-stop-daemon --start --quiet --exec $DAEMON -- \
-	-d $logfile $nice $scheduler $netname -u icecc $basedir $maxjobs $noremote
+	-d $logfile $nice $scheduler $netname -u icecc $basedir $maxjobs $noremote $cachelimit
 }
 
 stop_icecc_daemon() {

--- End Message ---
--- Begin Message ---
Source: icecc
Source-Version: 1.3-1

We believe that the bug you reported is fixed in the latest version of
icecc, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Pino Toscano <[email protected]> (supplier of updated icecc package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Sat, 14 Sep 2019 10:39:18 +0200
Source: icecc
Architecture: source
Version: 1.3-1
Distribution: unstable
Urgency: medium
Maintainer: Debian KDE Extras Team <[email protected]>
Changed-By: Pino Toscano <[email protected]>
Closes: 919309
Changes:
 icecc (1.3-1) unstable; urgency=medium
 .
   [ Pino Toscano ]
   * New upstream release.
   * Add the libarchive-dev, and libzstd-dev build dependencies, used by the
     new version
     - add them also to the dependencies of libicecc-dev, as they are needed
       when linking to the static libicecc
   * Update install files
     - stop symlinking icecc.1 as icerun.1, as the latter is now a proper
       man page
   * Stop passing TAR=/bin/tar to configure, as the new version does not use it
     anymore.
   * Bump the debhelper compatibility to 11:
     - bump compat to 11
     - bump the debhelper build dependency to 11
     - remove --parallel to dh
     - stop using the autoreconf dh addon, and drop the dh-autoreconf build
       dependency
   * Stop using the autotools_dev dh addon, as it is obsolete, and implicitly
     done by autoreconf; drop the autotools-dev build dependency.
   * Switch from --list-missing to dh_missing --fail-missing.
   * Remove a trailing whitespace in control.
   * Bump Standards-Version to 4.4.0, no changes required.
 .
   [ Imre Tarjanyi ]
   * Add config option to set cache limit of the icecc daemon. (Closes: #919309)
Checksums-Sha1:
 07031dce0a0bf4e0c8b4aa1fdf8f3cb399846706 2082 icecc_1.3-1.dsc
 b66522e536d5859d78911bf7355157bf88db9098 224376 icecc_1.3.orig.tar.gz
 7b2ed397876dfa76abc17525e630043f68211318 11644 icecc_1.3-1.debian.tar.xz
 87d00f3cae9fd00aec9adb994c7954bc92f1e2e1 7351 icecc_1.3-1_source.buildinfo
Checksums-Sha256:
 e62f4667ad8c8e809bd8aa2f804c73ef96b41ef8896553356f1712b201c13eb7 2082 
icecc_1.3-1.dsc
 5e147544dcc557ae6f0b13246aa1445f0f244f010de8e137053078275613bd00 224376 
icecc_1.3.orig.tar.gz
 6e6950b6633e35e26c9e1398fb4635e52a7d36120af22a0b723b77acd843e81e 11644 
icecc_1.3-1.debian.tar.xz
 1145d855415b2904fbbc08f34a9f81e8157c50bc55e2d73f698fa7d452d2398c 7351 
icecc_1.3-1_source.buildinfo
Files:
 2322dda87ddfc5cb20e10e51f8370e58 2082 devel optional icecc_1.3-1.dsc
 50ec57b7057c172ecf1ee377026f127b 224376 devel optional icecc_1.3.orig.tar.gz
 98ec006218e60fc4d83456f0d56368d7 11644 devel optional icecc_1.3-1.debian.tar.xz
 d90c1a7f70788e83272dc04d63ac790f 7351 devel optional 
icecc_1.3-1_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEXyqfuC+mweEHcAcHLRkciEOxP00FAl18p6EACgkQLRkciEOx
P03PXA/+MFN6jlfEWKv1glZ/CKSHKI9m3q5YvVXJwSscKCtcbWuJ7k9eCJWeWfx/
W5a4ttM2/5Uk0yaCC4U2rHmLENBHrS/bOPRRiwu4VHuVUXQC8Gyys7Lp5zejio1c
rpVstYVqgScGI4xZUIOiFSadcgw2Wk+V2YaxK98T+++fTbFdan1II9msofVLlK0F
ccHnnNA1l6fswl7YHuj8yzsz0M2UYqZhnh+QZ4iPkGci/WTzk6lVNpZG+OnrSDeV
EiyV/Q3iaVn4Hgi25I7f0dWns08b9Q/KbluEjE/LtyGQ/najpChEkKRlA/dPYQp+
Qnn6DOLFZvf1ILQkrHwdul8vr3Q3TvPSykAT+01lukZyixffInJ59HPxaj5k/qVp
BRTXXsq9GqhIYnVOhM7yObj2EkTgxMGWYCrjAGzcSkQuzOrmQndqwkljuO4WY/gr
s/LBCbPRaKHmDENJjYoThtMHnWW9Sq1tSh/SYucx4j/X6hxjSPRhp6lBK8dqT22X
bqn9O/tGtiFm85HTs+tLZRYirEpET6I/829BnXicOcWk92NDDaWf00sbCsZD8V4m
4WxV9/v4wNXgvEf9TqU5BoBuCJ+pSDH/r6HcpQeMS859xlVbpx3tOXAtp3aHKr74
47VIVg/DLJa4E8dnF2rVQ5xCup7JxJTTgkDSt21L3RgYJT9ta9o=
=XBns
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to