summaryrefslogtreecommitdiff
path: root/source-builder/sb/download.py (follow)
AgeCommit message (Expand)Author
2019-11-18sb: Add support for a comma separated release path list.Chris Johns
2019-08-27sb/download: Add support for a base64 hash stringChris Johns
2018-03-05The libexpat project has moved to github. Fetch expat from github.Chris Johns
2017-10-12sb: Remove MD5 and SHA1 as they not secure.Chris Johns
2017-07-12sb/download: Fix --rsb-file options with released sources.Chris Johns
2017-06-08sb: Restrict file name lengthSebastian Huber
2017-06-06sb: Create hopefully more valid file namesSebastian Huber
2017-03-26sb: Add the `release_path` key to the `version` section in the VERSION file.Chris Johns
2016-04-15sb: Add --rsb-file options to %source and %patch to set a file name.Chris Johns
2016-03-18sb: Make the URL output truncate on long long URLs.Chris Johns
2016-03-17sb: Fix the sensible url printer on Python3.Chris Johns
2016-03-17sb: Change urlib to urllib2 on Python2 and add user agent support.Chris Johns
2016-03-16bare/devel/qemu: Fix the release URL logic and pkconfig python3 issues.Chris Johns
2016-03-14sb: Update download to check the config file for release URL control.Chris Johns
2016-03-10sb: Fix --without-release-url logic.Chris Johns
2016-03-10sb: Add a download option --with-release-url/--without-release-url.Chris Johns
2016-03-10sb: Fix typo on the urlparse name in download.pyChris Johns
2016-03-10sb: Download's urllib_parse should point to urlparse on Python2.Chris Johns
2016-03-07sb: Update code base to support Python3 and Python2.Chris Johns
2016-02-29sb: Remove http query flags from the file name if present.Chris Johns
2015-12-14Download source from RTEMS if a release.Chris Johns
2015-12-11Generate an error if there is no hash when released.Chris Johns
2015-06-16sb: Fix the downloader file:// URL to copy the file to the local path.Chris Johns
2015-03-30sb: Update the downloader for 2.7.8 and earlier without a context.Chris Johns
2015-03-29sb: Provide an unverified SSL context to the URL.Chris Johns
2015-03-18Add merge to the git and download modules to merge after a fetch.Chris Johns
2015-02-18Add options support for --with/--without processing. Add --with-download supp...Chris Johns
2015-02-07Windows native build fixes.Chris Johns
2014-08-29sb: Add support for the standard git protocols for the %source command.Chris Johns
2014-08-29Fix bug of uncompressing zip files.Hesham ALMatary
2014-08-12sb: Fix sources related bugs.Chris Johns
2014-08-09sb: Add support to get sources and hashses.Chris Johns
2014-08-04sb: Fix using hashlib's algorithms on python earlier than 2.7.Chris Johns
2014-07-29Add checksum support for downloaded files.Chris Johns
2014-07-29sb: Add visual feedback for http type downloads.Chris Johns
2014-07-25sb: Fix error handling.Chris Johns
2014-05-13sb: Implement %source and %patch to manage source and patches.Chris Johns
2014-03-26sb: Fix git to clean before updating.Chris Johns
2014-02-12sb: Add patchworks support via the pw://... URL.Chris Johns
2014-02-04sb: Fix downloader url parsing and add submodule git support.Chris Johns
2013-04-29Do not run any download type functions if performing a dry-run.Chris Johns
2013-04-25Change the CVS download path to include the module and tag/date.Chris Johns
2013-04-22Fixes for CVS to work. Add RTEMS build for sparc/sis.Chris Johns
2013-04-21Fix CVS downloads.Chris Johns
2013-04-21Refactor the logging support.Chris Johns
2013-04-20Fix the ZIP label.Chris Johns
2013-04-20Add CVS download support.Chris Johns
2013-04-16Minor clean up.Chris Johns
2013-04-16Add download git support.Chris Johns