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