X-Git-Url: http://www.aleph1.co.uk/gitweb/?a=blobdiff_plain;ds=sidebyside;f=web%2Fcore%2Fmodules%2Fupdate%2Fmigrations%2Fupdate_settings.yml;fp=web%2Fcore%2Fmodules%2Fupdate%2Fmigrations%2Fupdate_settings.yml;h=4bd4a2b60f6ad0b490a2ad30d9793859b91b7c6f;hb=af6d1fb995500ae68849458ee10d66abbdcfb252;hp=0000000000000000000000000000000000000000;hpb=680c79a86e3ed402f263faeac92e89fb6d9edcc0;p=yaffs-website diff --git a/web/core/modules/update/migrations/update_settings.yml b/web/core/modules/update/migrations/update_settings.yml new file mode 100644 index 000000000..4bd4a2b60 --- /dev/null +++ b/web/core/modules/update/migrations/update_settings.yml @@ -0,0 +1,24 @@ +id: update_settings +label: Update configuration +migration_tags: + - Drupal 6 + - Drupal 7 + - Configuration +source: + plugin: variable + variables: + - update_max_fetch_attempts + - update_fetch_url + - update_notification_threshold + - update_notify_emails + - update_check_frequency + source_module: update +process: + 'fetch/max_attempts': update_max_fetch_attempts + 'fetch/url': update_fetch_url + 'notification/threshold': update_notification_threshold + 'notification/emails': update_notify_emails + 'check/interval_days': update_check_frequency +destination: + plugin: config + config_name: update.settings