summaryrefslogtreecommitdiffstats
path: root/scripts/rawhide-rc.sh
Commit message (Collapse)AuthorAgeFilesLines
* automatically commit after a checkThorsten Leemhuis2019-06-091-1/+4
|
* bump baserelease straight to 1 when importing a rc, as I don't write a ↵kernel-5.1.0-0.rc4.git0.1.vanilla.knurd.1.fc31kernel-5.1.0-0.rc4.git0.1.vanilla.knurd.1.fc30Thorsten Leemhuis2019-04-081-1/+1
| | | | changelog entry
* merge originkernel-5.1.0-0.rc1.git0.1.vanilla.knurd.1.fc31kernel-5.1.0-0.rc1.git0.1.vanilla.knurd.1.fc30kernel-5.1.0-0.rc1.git0.1.vanilla.knurd.1.fc29kernel-5.1.0-0.rc1.git0.1.vanilla.knurd.1.fc28Thorsten Leemhuis2019-03-181-9/+9
|\
| * Fix up the rawhide-rc.sh script for 5.xJeremy Cline2019-03-181-5/+6
| |
* | make scripts/rawhide-rc.sh usable for meThorsten Leemhuis2018-10-071-12/+24
|/
* 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.