You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 25, 2022. It is now read-only.
Currently AU plugins run at the end and there is a single BeforeAfter script that can be set in updateall options.
It should be possible to define plugins that run before/after each package in the same way. AU can known which plugin to run at the end and which in between based on plugin file system location.
This would allow for creation of more interesting plugins:
Attribute setter
Define what package attributes are automatically set - very useful for setting package source url, icon url, adding user among maintainers etc. With it migration of packages between AU repositories would be true file copy.
Guideliness checker
Could be run to check powershell style etc.
Deleyer Delayer #94 could be done as this type of plugin that would save latest version in a file and wait for delay to pass
Currently AU plugins run at the end and there is a single BeforeAfter script that can be set in updateall options.
It should be possible to define plugins that run before/after each package in the same way. AU can known which plugin to run at the end and which in between based on plugin file system location.
This would allow for creation of more interesting plugins:
Define what package attributes are automatically set - very useful for setting package source url, icon url, adding user among maintainers etc. With it migration of packages between AU repositories would be true file copy.
Could be run to check powershell style etc.
Delayer #94 could be done as this type of plugin that would save latest version in a file and wait for delay to pass
Virus Total integration #84 can be done as plugin.
Can be used to automatically check for spelling errors.
Details
[AUPackage]
. It could determine if its invocation is before or after package update based on its fields.update
should never support them as updateall can be used to run single package.Example
/cc @AdmiringWorm
The text was updated successfully, but these errors were encountered: