summaryrefslogtreecommitdiffstats
path: root/scripts/generate-git-snapshot.sh
Commit message (Collapse)AuthorAgeFilesLines
* Linux v5.1-1199-g71ae5fc87c34Justin M. Forbes2019-05-071-1/+1
|
* Switch from xz -> gzLaura Abbott2019-01-081-1/+1
| | | | The 5.0-rc are currently using gz tarballs. Account for this.
* Linux v4.10-rc1-17-g2d706e7Justin M. Forbes2016-12-291-2/+2
|
* Set LINUX_GIT in .bashrc for generate-git-snapshot.shMiguel Flores Silverio2016-06-221-3/+15
| | | | | | | | | The script requires LINUX_GIT to be set, preferably, in your local .bashrc. I added a quick check to see if .bashrc exists and check it first to see if LINUX_GIT is set there. [labbott: Tweaked commit text] Signed-off-by: Miguel Flores Silverio <floresmigu3l@gmail.com>
* Save the full sha1sum of the commit we generate patch-4.y-*-gitN fromJosh Boyer2015-09-281-0/+2
| | | | | | We save off the top commit into a new file called 'gitrev'. This will help us automate exploded tree creation by providing a simple file to read to get the exact upstream commit to use as the base.
* Make the git snapshot generator work for -git1 patchesJosh Boyer2015-09-011-0/+5
| | | | | | | | | | Before it would just error out because it was only looking at the patch- listings in the sources file. So now we let it do that, and if the VER variable is null after we just assume it's the first git snapshot of the merge window and figure out the version from the linux- tarball. Why I didn't fix this sooner, I have no idea. Probably because it only happens 4 times a year and laziness wins the day.
* Revert "Use git format-patch for git snapshots"Josh Boyer2015-07-241-1/+1
| | | | | | | This reverts commit 6c6695315365a1fa3ccce27070db0699bb4f5c26. Turns out this is a bad idea. It doesn't accomplish what I wanted and it seems to confuse git-am.
* Use git format-patch for git snapshotsJosh Boyer2015-07-231-1/+1
| | | | | | There are two reasons for this. The first is that there is much more context around the changes. The second is that this will make automating an exploded git tree much easier to manage.
* generate-git-snapshot.sh: warn if $LINUX_GIT dir is unsetKyle McMartin2013-07-181-0/+2
|
* Make generate-git-snapshot.sh work for merge window treesJosh Boyer2012-07-311-1/+1
| | | | | Use sed to drop anything ending in -git.*. That allows us to grab the version information for the main tree while -rc* will still work later.
* auto-generate the gitN revDave Jones2012-02-281-8/+9
|
* some tweaks to make the changelog version more correctDave Jones2012-02-281-0/+3
|
* add a script to generate the git snapshot.Dave Jones2012-02-281-0/+19