summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Collapse)AuthorAgeFilesLines
...
* 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.
* Add check-configs.pl script from Paul BolleJosh Boyer2014-11-111-0/+83
| | | | | We can run this once per RC (or somewhat frequently) to keep the split config-* files clean of dead Kconfig options
* 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.
* Drop CONFIG_USER_NSJosh Boyer2012-05-251-5/+5
| | | | | | | Upstream e1c972b681bf118fcedb9fe2ed7a73de983aa5ef makes it depend on UIDGID_CONVERTED which is only set when all of the subsystems have been converted to be user namespace safe. That defaults to Y whenever it happens, so we'll set this after that point.
* Move the 'prep all configs' to a separate script.Dave Jones2012-03-191-0/+16
| | | | | | This cuts make prep time down from 53s to 10s on my desktop. A full run across all archs can be done from within a source tree by running ../../scripts/allarchconfig.sh
* 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
|
* bumpspecfile: get user name and email from git configChuck Ebbert2011-11-291-3/+8
|
* Drop bit-rotted scriptsKyle McMartin2011-10-3115-249/+0
|
* Prune junk from MakefileKyle McMartin2011-10-261-26/+0
|
* Fix up scripts/sort-config so it works again.Chuck Ebbert2011-09-071-5/+9
|
* make grablogs work againDave Jones2011-08-271-1/+1
|
* update to 2.6.39-rc5-git1Kyle McMartin2011-04-281-10/+0
|
* nuke 'FILES' use with fedpkg uploadKyle McMartin2011-04-131-1/+1
|
* fix up scripts/rebase.sh to work in the new git worldKyle McMartin2011-03-111-46/+26
| | | | (i started re-writing it in python, because man is it ever gash.)
* utrace updateKyle McMartin2011-01-221-1/+1
| | | | | | Conflicts: kernel.spec
* First pass at 2.6.36-rc1Kyle McMartin2010-08-171-1/+0
|
* Restore README.txt, scripts.Roland McGrath2010-07-2925-0/+919