summaryrefslogtreecommitdiff
path: root/download
AgeCommit message (Collapse)Author
2011-01-24Improve the Windows download codeTor Lillqvist
Mark dbghinst.EXE as executable (from Cygwin's point of view) if necessary. Warn that running the security fix installer containing gdiplus.dll might cause a UAC prompt, and instruct the developer what to do. Be more verbose in abnormal situations after running it. Drop some pointless messages.
2011-01-08small fixes to allow using --with-linked-git & --with-external-tarChristian Lohmaier
2010-12-21Actually we don't seem to need instmsiw.exe anywhereTor Lillqvist
2010-12-21InstMsiW.exe not InstMsiA.exeCaolán McNamara
2010-12-21Resolves: fdo#32426 first cut at auto-downloading windows dependsCaolán McNamara
2010-12-05download do g clone even if ./clone exist, to pick up changes in repo-listNorbert Thiebaud
repo-list can chage due to an autogen and/or a previous clone may have been incomplete.
2010-12-02Add with-linked-git and make repo list configurableThorsten Behrens
* adds --with-linked-git config option, that internally uses git-new-workdir * consolidates various repo lists into bin/repo-list, and use that to dynamically add l10n repo
2010-12-01Do not try to break 2 levels if ther is only one loop to breakRobert Nagy
2010-11-30download: Fix minor typos to make it work on Windows.Jan Holesovsky
2010-11-30fix issues when building with the build-repoNorbert Thiebaud
2010-11-30exile some download-dependent configure test into a post_download stepNorbert Thiebaud
on windows, the configure check that some dll/exe are present. these are in fact automatically downloaded by the ./download script. but that script is run _after_ ./configure. So the tests are postponed and run in a post_download script that is invoked at the end of the download script.
2010-11-30make the download step clone the 'others' git-repos if neededNorbert Thiebaud
2010-11-30build: Update the download location for the external tarballs.Jan Holesovsky
2010-11-30build: Renamed fetch_tarballs.sh to download.Jan Holesovsky
2010-08-18Split build: Revert it for now.Jan Holesovsky
2010-07-07Split build: Newer git changed the format of git-remote.Jan Holesovsky
* download:
2009-06-25Split build: Script to clone the rest of the repositories.Jan Holesovsky
* download: