I’m keen to add a feature to the current tooling pending the new tooling
becoming ready.
1. If the action is other-unsigned, commit action sends email to the submitter
with a standard template, currently unsigned.erb.
2. If the action is other-incomplete, commit action sends email to the
submitter with a standard template, currently incomplete.erb.
I’ve figured out that the relevant start-point is file.cgi around line 818
elsif DESTINATION.include? @dest
_.move @source, DESTINATION[@dest]
At this point I need to treat unsigned and incomplete differently. I need to at
least create the pending.yml file and provide parameters for the unsigned.erb
or incomplete.erb
Can anyone give me some specific things to do?
Thanks,
Craig
Craig L Russell
[email protected]