[asterisk-bugs] [Asterisk 0015370]: [patch] Repeatedly building the asterisk directory repeatedly downloads the sounds files
Asterisk Bug Tracker
noreply at bugs.digium.com
Tue Mar 9 02:01:22 CST 2010
A NOTE has been added to this issue.
======================================================================
https://issues.asterisk.org/view.php?id=15370
======================================================================
Reported By: pprindeville
Assigned To:
======================================================================
Project: Asterisk
Issue ID: 15370
Category: Core/BuildSystem
Reproducibility: always
Severity: tweak
Priority: normal
Status: confirmed
Asterisk Version: SVN
JIRA: SWP-1056
Regression: No
Reviewboard Link:
SVN Branch (only for SVN checkouts, not tarball releases): N/A
SVN Revision (number only!):
Request Review:
======================================================================
Date Submitted: 2009-06-22 00:18 CDT
Last Modified: 2010-03-09 02:01 CST
======================================================================
Summary: [patch] Repeatedly building the asterisk directory
repeatedly downloads the sounds files
Description:
If you have a source tree, and repeatedly do "make ; make dist-clean" ...
(lather, rinse, repeat) for multiple platforms, then you end up fetching
the sounds files over and over again.
This fix allows one to cache the files outside of the source tree by
setting the variable "SOUNDS_CACHE_DIR" to some path outside the tree.
Subsequent builds will copy the file from there when rebuilding.
======================================================================
----------------------------------------------------------------------
(0119169) wdoekes (reporter) - 2010-03-09 02:01
https://issues.asterisk.org/view.php?id=15370#c119169
----------------------------------------------------------------------
The idea of not having to download the audio files again and again sounds
appealing to me. That would be an alternate fix to my qualm of the
wontfix-closed https://issues.asterisk.org/view.php?id=16807 .
Issue History
Date Modified Username Field Change
======================================================================
2010-03-09 02:01 wdoekes Note Added: 0119169
======================================================================
More information about the asterisk-bugs
mailing list