summaryrefslogtreecommitdiffstats
path: root/scripts/stable-update.sh
Commit message (Collapse)AuthorAgeFilesLines
* update script (now in path)kernel-5.5.17-250.vanilla.knurd.1.fc31Thorsten Leemhuis2020-04-131-1/+1
|
* merge origin/f31Thorsten Leemhuis2019-09-231-7/+8
|\
| * Update to work with 5.xLaura Abbott2019-09-231-14/+16
| |
* | vanillifykernel-5.3.1-350.vanilla.knurd.1.fc31Thorsten Leemhuis2019-09-211-4/+17
| |
* | disable sign checkingThorsten Leemhuis2019-09-211-14/+16
| |
* | adjust script for 5.0Thorsten Leemhuis2019-09-211-3/+2
|/
* Download patch signatures and verify themJeremy Cline2018-04-091-0/+15
| | | | | | Before uploading the source files, verify the GPG signature is good. Signed-off-by: Jeremy Cline <jeremy@jcline.org>
* Stable script updatesLaura Abbott2016-10-171-12/+5
| | | | Reset the base release and use rpmdev-bumpspec for changelog entry
* Add scripts for automatically generating buildsLaura Abbott2016-10-101-0/+74
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.