[asterisk-bugs] [Asterisk 0015370]: [patch] Repeatedly building the asterisk directory repeatedly downloads the sounds files

Asterisk Bug Tracker noreply at bugs.digium.com
Thu Jun 3 20:41:26 CDT 2010


A NOTE has been added to this issue. 
====================================================================== 
https://issues.asterisk.org/view.php?id=15370 
====================================================================== 
Reported By:                pprindeville
Assigned To:                tilghman
====================================================================== 
Project:                    Asterisk
Issue ID:                   15370
Category:                   Core/BuildSystem
Reproducibility:            always
Severity:                   tweak
Priority:                   normal
Status:                     closed
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:              
Resolution:                 fixed
Fixed in Version:           
====================================================================== 
Date Submitted:             2009-06-22 00:18 CDT
Last Modified:              2010-06-03 20:41 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...
====================================================================== 

---------------------------------------------------------------------- 
 (0122937) svnbot (reporter) - 2010-06-03 20:41
 https://issues.asterisk.org/view.php?id=15370#c122937 
---------------------------------------------------------------------- 
Repository: asterisk
Revision: 267820

_U  branches/1.6.2/
U   branches/1.6.2/autoconf/ast_ext_lib.m4
U   branches/1.6.2/configure
U   branches/1.6.2/configure.ac
U   branches/1.6.2/makeopts.in
U   branches/1.6.2/sounds/Makefile

------------------------------------------------------------------------
r267820 | tilghman | 2010-06-03 20:41:25 -0500 (Thu, 03 Jun 2010) | 19
lines

Merged revisions 263724,267819 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/trunk

........
  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
........
  r267819 | tilghman | 2010-06-03 20:36:46 -0500 (Thu, 03 Jun 2010) | 2
lines
  
  If there's a default, turn it on, even when the option isn't specified.
........

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=267820 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2010-06-03 20:41 svnbot         Checkin                                      
2010-06-03 20:41 svnbot         Note Added: 0122937                          
======================================================================




More information about the asterisk-bugs mailing list