Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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.fc30 | Thorsten Leemhuis | 2019-04-08 | 1 | -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.fc28 | Thorsten Leemhuis | 2019-03-18 | 1 | -9/+9 |
|\ | |||||
| * | Fix up the rawhide-rc.sh script for 5.x | Jeremy Cline | 2019-03-18 | 1 | -5/+6 |
| | | |||||
* | | make scripts/rawhide-rc.sh usable for me | Thorsten Leemhuis | 2018-10-07 | 1 | -12/+24 |
|/ | |||||
* | Add kernel-tools reminder for rc script | Justin M. Forbes | 2018-02-19 | 1 | -0/+2 |
| | |||||
* | Update -rc script for new kernel.org behavior | Laura Abbott | 2017-06-05 | 1 | -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 scripts | Laura Abbott | 2017-03-13 | 1 | -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 fixes | Laura Abbott | 2016-10-24 | 1 | -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 work | Laura Abbott | 2016-10-17 | 1 | -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 builds | Laura Abbott | 2016-10-10 | 1 | -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. |