[asterisk-bugs] [Asterisk 0015370]: [patch] Repeatedly building the asterisk directory repeatedly downloads the sounds files
Asterisk Bug Tracker
noreply at bugs.digium.com
Mon May 17 18:49:16 CDT 2010
A NOTE has been added to this issue.
======================================================================
https://issues.asterisk.org/view.php?id=15370
======================================================================
Reported By: pprindeville
Assigned To: lmadsen
======================================================================
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-05-17 18:49 CDT
======================================================================
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.
======================================================================
Relationships ID Summary
----------------------------------------------------------------------
related to 0016807 [patch] make sounds doesn't download bu...
======================================================================
----------------------------------------------------------------------
(0122048) svnbot (reporter) - 2010-05-17 18:49
https://issues.asterisk.org/view.php?id=15370#c122048
----------------------------------------------------------------------
Repository: asterisk
Revision: 263724
U trunk/autoconf/ast_ext_lib.m4
U trunk/configure
U trunk/configure.ac
U trunk/include/asterisk/autoconfig.h.in
U trunk/makeopts.in
U trunk/sounds/Makefile
------------------------------------------------------------------------
r263724 | tilghman | 2010-05-17 18:49:15 -0500 (Mon, 17 May 2010) | 8
lines
Cache sound tarfiles in a common directory, such that a clean reinstall
does not force a re-download of the tarballs.
(closes issue https://issues.asterisk.org/view.php?id=15370)
Reported by: pprindeville
Patches:
asterisk-trunk-bugid15370.patch uploaded by pprindeville (license
347)
Tested by: pprindeville, tilghman, seanbright
------------------------------------------------------------------------
http://svn.digium.com/view/asterisk?view=rev&revision=263724
Issue History
Date Modified Username Field Change
======================================================================
2010-05-17 18:49 svnbot Checkin
2010-05-17 18:49 svnbot Note Added: 0122048
======================================================================
More information about the asterisk-bugs
mailing list