summaryrefslogtreecommitdiff
path: root/scripts/functions
AgeCommit message (Expand)AuthorFilesLines
2011-12-13scripts: fix dumping execution backtraceYann E. MORIN"1-43/+43
2011-11-22scripts/functions: extract: portable call for old and defective tarsTitus von Boxberg1-6/+6
2011-10-07scripts/functions: Fix CT_ExtractGit function.Yann E. MORIN"1-12/+15
2011-09-09scripts/functions: only use passive FTPYann E. MORIN"1-6/+8
2011-09-09scripts/functions: only use one download programYann E. MORIN"1-12/+4
2011-08-25configure: xz-utils alone can also handle LZMA-compressed tarballsYann E. MORIN"1-2/+15
2011-08-25configure: check for lzmaYann E. MORIN"1-0/+4
2011-08-14scripts/functions: add xz supportYann E. MORIN"1-0/+4
2011-05-03scripts/functions: test for decompressors before useYann E. MORIN"1-6/+14
2011-08-14scripts/functions: commonalise tar options in CT_EXtractYann E. MORIN"1-3/+7
2011-08-10scripts/functions: remove messages about failed downloadsYann E. MORIN"1-3/+4
2011-08-02scripts: try the mirror even if downloads are forbiddenYann E. MORIN"1-1/+18
2011-08-02scripts/functions: use array variables for URLs listYann E. MORIN"1-4/+6
2011-08-02scripts/functions: always prefer the mirrorYann E. MORIN"1-14/+4
2011-08-02scripts/functions: cvs retrieval first tries the mirror for tarballsYann E. MORIN"1-5/+5
2011-08-02scripts/functions: svn retrieval first tries the mirror for tarballsYann E. MORIN"1-5/+5
2011-08-01scripts/functions: if no upstream URL is given, silently ignore thatYann E. MORIN"1-0/+1
2011-07-29scripts/functions: force extract folder to archive basenameBenoît THÉBAUDEAU"1-3/+4
2011-06-02functions: save & restore the static companion libraries install dirYann E. MORIN"1-0/+2
2011-06-02functions: fix downloading filesYann E. MORIN"1-5/+6
2011-05-30scripts/functions: do not abort on failed svnYann E. MORIN"1-1/+4
2011-05-30scripts/functions: do not abort on failed extractYann E. MORIN"1-2/+5
2011-05-30scripts/functions: do not abort on failed downloadYann E. MORIN"1-5/+6
2011-04-07functions: pretty print error messagesYann E. MORIN"1-9/+43
2011-04-07functions: fix date calculationsYann E. MORIN"1-1/+1
2011-04-07functions: avoid CR when progress bar is not enabledJavier Viguera1-1/+1
2011-04-06complibs: disable building shared libsYann E. MORIN"1-6/+0
2011-03-15scripts: allow logging of commands with variablesYann E. MORIN"1-2/+16
2011-03-19scripts: leave changelog in build dir, copy to install dirYann E. MORIN"1-23/+20
2011-03-03scripts: do not chmod u+w the whole source directoryYann E. MORIN"1-5/+0
2010-12-19buildtools: the buildtools dir is in fact a prefixYann E. MORIN"1-2/+2
2010-12-23buildtools: move to working directoryYann E. MORIN"1-0/+2
2011-01-25scripts: fix double slash in pathsYann E. MORIN"1-0/+18
2010-11-28scripts: recover on partially downloaded filesYann E. MORIN"1-5/+16
2010-11-16scripts: call curl and wget in sequenceYann E. MORIN"1-41/+24
2010-11-16scripts: remove aria2c as downloader, retain only curl and wgetYann E. MORIN"1-16/+1
2010-10-22scripts: add STATE logging level for state save/restore output.Anthony Foiani1-13/+15
2010-10-22scripts: add "FILE" and "CFG" debug levels.Anthony Foiani1-6/+10
2010-10-03complibs: better deduce whether to backup complibs or notYann E. MORIN"1-6/+2
2010-08-26scripts/log: do not interpret log string as printf formatYann E. MORIN"1-1/+1
2010-08-11scripts: in case of failed download, remove partial filesYann E. MORIN"1-2/+2
2010-08-11scripts: when downloading, use aria2 only when //Yann E. MORIN"1-1/+1
2010-07-30Fix CT_SanitizePathJohannes Stezenbach1-7/+5
2010-07-29scripts: remove . from $PATHYann E. MORIN"1-0/+18
2010-07-17scripts/functions: recognise Cygwin build hostsYann E. MORIN"1-1/+1
2010-05-19scripts/functions: Use stat correctly on non-GNU (BSD/Darwin) systems.Titus von Boxberg1-1/+11
2010-04-13scripts/functions: log the test stringsYann E. MORIN"1-0/+3
2010-04-13scripts/functions: compress with gzip level 3, as stated in the documentationYann E. MORIN"1-8/+12
2010-04-13scripts/functions: add a save/restore handlerYann E. MORIN"1-62/+62
2010-04-13scripts/functions: fix CT_Patch againYann E. MORIN"1-4/+6