summaryrefslogtreecommitdiffstats
path: root/scripts/rawhide-snapshot.sh
Commit message (Collapse)AuthorAgeFilesLines
* Check for kerberos tickets in rawhide snapshot scriptLaura Abbott2017-02-231-0/+7
| | | | | Fedora now uses kerberos for authorization to services. Gently remind the user to get kerberos tokens if there are none available.
* Rawhide snapshot updatesLaura Abbott2016-10-171-3/+14
| | | | | | - Check for trying to snapshot a git tag - Check for nothing to do case - Switch to using git -C in one place instead of a pushd
* Add scripts for automatically generating buildsLaura Abbott2016-10-101-0/+48
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.