summaryrefslogtreecommitdiffstats
path: root/scripts/rawhide-rc.sh
Commit message (Collapse)AuthorAgeFilesLines
* vanillafyThorsten Leemhuis2020-04-011-13/+27
|
* Fix up the rawhide-rc.sh script for 5.xJeremy Cline2019-03-181-5/+6
|
* Add kernel-tools reminder for rc scriptJustin M. Forbes2018-02-191-0/+2
|
* Update -rc script for new kernel.org behaviorLaura Abbott2017-06-051-1/+3
| | | | | kernel.org is no longer distributing -rc tarballs and we have to generate them oursleves. Update the script to do this.
* Add kerberos check to rawhide rc scriptsLaura Abbott2017-03-131-0/+7
| | | | | | -rcs come out on Sunday night which means they get added to rawhide on Monday. How anyone remembers anything on a Monday morning is completely beyond me so add a hint to the rc script checking for Kerberos.
* rawhide-rc fixesLaura Abbott2016-10-241-2/+4
| | | | | - rcrev is a %global, not a %define - base_sublevel needs to be +1 (see comments in kernel.spec)
* Fixup rawhide RC script to actually workLaura Abbott2016-10-171-4/+14
| | | | | | | | | - Drop some debug output - Make fixup-bumpspec executable - copy kernel.spec.tmp back to kernel.spec - Typo in grep command - Increment base properly - Actually grab/upload tarball
* Add scripts for automatically generating buildsLaura Abbott2016-10-101-0/+26
Many of the steps for day-to-day updates still require a lot of manual steps which can lead to typos. Add a series of scripts to make automate the manual steps and hopefully reduce errors. These are a work in progress because having them in tree makes it easier to work out issues.