diff options
author | Colin Guthrie <colin@mageia.org> | 2014-08-04 09:30:44 +0100 |
---|---|---|
committer | Colin Guthrie <colin@mageia.org> | 2014-08-04 09:34:05 +0100 |
commit | c2b12fe4ffb6aea9e37dc697cbba8cdf51f60fac (patch) | |
tree | fa2c3edb35b4a405129f240b033702581df0c8fa /modules/mga-advisories/templates/update_script | |
parent | 43c76694387ef750bf838ccaec577746f31b825a (diff) | |
download | puppet-c2b12fe4ffb6aea9e37dc697cbba8cdf51f60fac.tar puppet-c2b12fe4ffb6aea9e37dc697cbba8cdf51f60fac.tar.gz puppet-c2b12fe4ffb6aea9e37dc697cbba8cdf51f60fac.tar.bz2 puppet-c2b12fe4ffb6aea9e37dc697cbba8cdf51f60fac.tar.xz puppet-c2b12fe4ffb6aea9e37dc697cbba8cdf51f60fac.zip |
mga-advisories: Add configuration for running mgaadv in a way which moves packages.
This adds an appropriate wrapper script to run the move script as
root (which is needed) while keeping the rest running as the mga-advisories
user.
Disable the cron script for now as we will move over to running the
full process but we should test it a bit first.
Diffstat (limited to 'modules/mga-advisories/templates/update_script')
-rw-r--r-- | modules/mga-advisories/templates/update_script | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/mga-advisories/templates/update_script b/modules/mga-advisories/templates/update_script index cdd20ea2..71d8d1d4 100644 --- a/modules/mga-advisories/templates/update_script +++ b/modules/mga-advisories/templates/update_script @@ -13,4 +13,4 @@ fi cd <%= @advisories_dir %> svn up -exec /usr/bin/mgaadv mksite +exec /usr/bin/mgaadv process |