summaryrefslogtreecommitdiffstats
path: root/source-builder/sb/download.py (unfollow)
Commit message (Expand)AuthorFilesLines
2024-04-04sb: Add sb-rtems-pkg to update the RTEMS package hashes and checksumsChris Johns1-1/+4
2023-12-07sb: Allow _ in downloaded file namesChris Johns1-2/+2
2023-11-30sb: No hash on a package is an errorChris Johns1-3/+1
2020-08-25sb: Use shebang env pythonChris Johns1-7/+7
2020-05-08sb: Add git clean to the supported git commands.Chris Johns1-0/+9
2019-11-18sb: Add support for a comma separated release path list.Chris Johns1-15/+17
2019-08-27sb/download: Add support for a base64 hash stringChris Johns1-2/+8
2018-03-05The libexpat project has moved to github. Fetch expat from github.Chris Johns1-1/+1
2017-10-12sb: Remove MD5 and SHA1 as they not secure.Chris Johns1-0/+2
2017-07-12sb/download: Fix --rsb-file options with released sources.Chris Johns1-2/+6
2017-06-08sb: Restrict file name lengthSebastian Huber1-0/+4
2017-06-06sb: Create hopefully more valid file namesSebastian Huber1-5/+3
2017-03-26sb: Add the `release_path` key to the `version` section in the VERSION file.Chris Johns1-1/+6
2016-04-15sb: Add --rsb-file options to %source and %patch to set a file name.Chris Johns1-42/+58
2016-03-18sb: Make the URL output truncate on long long URLs.Chris Johns1-6/+3
2016-03-17sb: Fix the sensible url printer on Python3.Chris Johns1-2/+5
2016-03-17sb: Change urlib to urllib2 on Python2 and add user agent support.Chris Johns1-11/+24
2016-03-16bare/devel/qemu: Fix the release URL logic and pkconfig python3 issues.Chris Johns1-2/+8
2016-03-14sb: Update download to check the config file for release URL control.Chris Johns1-0/+3
2016-03-10sb: Fix --without-release-url logic.Chris Johns1-2/+2
2016-03-10sb: Add a download option --with-release-url/--without-release-url.Chris Johns1-8/+22
2016-03-10sb: Fix typo on the urlparse name in download.pyChris Johns1-1/+1
2016-03-10sb: Download's urllib_parse should point to urlparse on Python2.Chris Johns1-3/+1
2016-03-07sb: Update code base to support Python3 and Python2.Chris Johns1-16/+25
2016-02-29sb: Remove http query flags from the file name if present.Chris Johns1-1/+8
2015-12-14Download source from RTEMS if a release.Chris Johns1-12/+35
2015-12-11Generate an error if there is no hash when released.Chris Johns1-0/+3
2015-06-16sb: Fix the downloader file:// URL to copy the file to the local path.Chris Johns1-5/+7
2015-03-30sb: Update the downloader for 2.7.8 and earlier without a context.Chris Johns1-2/+4
2015-03-29sb: Provide an unverified SSL context to the URL.Chris Johns1-1/+7
2015-03-18Add merge to the git and download modules to merge after a fetch.Chris Johns1-4/+8
2015-02-18Add options support for --with/--without processing. Add --with-download supp...Chris Johns1-30/+101
2015-02-07Windows native build fixes.Chris Johns1-2/+7
2014-08-29sb: Add support for the standard git protocols for the %source command.Chris Johns1-2/+24
2014-08-29Fix bug of uncompressing zip files.Hesham ALMatary1-1/+1
2014-08-12sb: Fix sources related bugs.Chris Johns1-0/+1
2014-08-09sb: Add support to get sources and hashses.Chris Johns1-2/+2
2014-08-04sb: Fix using hashlib's algorithms on python earlier than 2.7.Chris Johns1-1/+5
2014-07-29Add checksum support for downloaded files.Chris Johns1-0/+45
2014-07-29sb: Add visual feedback for http type downloads.Chris Johns1-4/+54
2014-07-25sb: Fix error handling.Chris Johns1-1/+1
2014-05-13sb: Implement %source and %patch to manage source and patches.Chris Johns1-0/+7
2014-03-26sb: Fix git to clean before updating.Chris Johns1-0/+1
2014-02-12sb: Add patchworks support via the pw://... URL.Chris Johns1-1/+9
2014-02-04sb: Fix downloader url parsing and add submodule git support.Chris Johns1-8/+19
2013-04-29Do not run any download type functions if performing a dry-run.Chris Johns1-5/+5
2013-04-25Change the CVS download path to include the module and tag/date.Chris Johns1-4/+26
2013-04-22Fixes for CVS to work. Add RTEMS build for sparc/sis.Chris Johns1-4/+10
2013-04-21Fix CVS downloads.Chris Johns1-1/+6
2013-04-21Refactor the logging support.Chris Johns1-29/+17