summaryrefslogtreecommitdiffstats
path: root/llvm/utils/release/export.sh
Commit message (Collapse)AuthorAgeFilesLines
* export.sh: Fetch sources from GitHub instead of SVNTom Stellard2019-12-061-11/+24
| | | | | | | | | | Reviewers: hansw, jdoerfert Subscribers: sylvestre.ledru, mgorny, hans, llvm-commits Tags: #llvm Differential Revision: https://reviews.llvm.org/D70460
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
| | | | | | | | | | | | | | | | | to reflect the new license. We understand that people may be surprised that we're moving the header entirely to discuss the new license. We checked this carefully with the Foundation's lawyer and we believe this is the correct approach. Essentially, all code in the project is now made available by the LLVM project under our new license, so you will see that the license headers include that license only. Some of our contributors have contributed code under our old license, and accordingly, we have retained a copy of our old license notice in the top-level files in each project and repository. llvm-svn: 351636
* Similar to rL257663, remove `function` keywords from export.sh andDimitry Andric2016-01-161-2/+2
| | | | | | tag.sh, since they are marked to be run with /bin/sh. llvm-svn: 257994
* Add libunwind to the release scriptsHans Wennborg2015-07-171-1/+1
| | | | llvm-svn: 242543
* Drop Dragonegg from the release export scriptHans Wennborg2015-04-291-1/+1
| | | | | | Follow-up to r236077. llvm-svn: 236081
* export.sh: Make sure umask is not too restrictive (PR22742)Hans Wennborg2015-03-021-0/+3
| | | | llvm-svn: 230977
* Use 'xz' compression instead of 'gz'.Bill Wendling2014-08-261-1/+1
| | | | llvm-svn: 216442
* Update projects lists.Bill Wendling2014-08-201-1/+1
| | | | llvm-svn: 216048
* Add a script to help us create source tar balls for the release.Bill Wendling2013-06-071-0/+83
llvm-svn: 183509
OpenPOWER on IntegriCloud