summaryrefslogtreecommitdiffstats
path: root/mga-move-update
Commit message (Collapse)AuthorAgeFilesLines
* move: Add support for moving backport packages.Colin Guthrie2014-07-291-17/+45
| | | | | | | | | | | | | | | This replaces two scripts found on the build system: mga-move-backports-{nosync,sync-mail} The latter scripts name includes the word 'sync' but it didn't actually do the sync. but as this script supports a --no-sync option, this is now fully optional. There seemed to be a stray $ in the old file. I don't think it was deliberate. The mail sent to the backports ML is nicer than before as it doesn't include output from raw commands, just a human readable equiv. This also still sends a mail for audit purposes regardless of the nice announce email
* move: Add support for moving packages from cauldron update_testing to release.Colin Guthrie2014-07-291-12/+60
| | | | Most of the code is the same/shared so it makes sense to do this in one script
* move: Spruce up the mga-move-update script.Colin Guthrie2014-07-291-58/+91
| | | | | | | | | | | | | This tidies up the script and modernises it. It adds various options that allow more practical usage. This includes a specific --dry-run option to just test things and a --no-sync option which allows the usage we expect when processing updates (the sync process takes a long time and thus it's better to leave it until several updates are processed). It also adds support for a slightly nicer email notification and adds an option (--no-confirm) to avoid the confirmation step if you pass an exact srpm name into the script rather than just the %{name} part of it which will be useful when this process is automated.
* move: Fix permsColin Guthrie2014-07-291-0/+0
|
* fix mail fromNicolas Vigier2011-08-161-1/+1
|
* also move src.rpm, and update SRPMS hdlistsNicolas Vigier2011-06-221-0/+3
|
* add hdlist generation, update of MD5SUM file, and mirror from bootstrap to ↵Nicolas Vigier2011-06-221-2/+15
| | | | mirror directory
* move dryrun to configNicolas Vigier2011-06-211-2/+0
|
* check argumentsNicolas Vigier2011-06-211-2/+15
|
* fix dryrun testNicolas Vigier2011-06-211-1/+1
|
* use mailxNicolas Vigier2011-06-211-1/+1
|
* don't check if user is in group as it will be done in wrapper scriptNicolas Vigier2011-06-211-6/+0
|
* send mail when package is movedNicolas Vigier2011-06-211-0/+6
|
* add script to move update from updates_testing to updates repositoryNicolas Vigier2011-06-211-0/+64