Posted by ceardach on June 14, 2009 at 8:19pm
Jump to:
| Project: | Simple Committer |
| Component: | Code |
| Category: | task |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
When a file is uploaded to a "project", it should trigger the commit scripts.
Comments
#1
This task is blocked by #491584: (30 Days) Scripts for untarring/unzipping a file and committing to CVS and #491578: (30 days) Create a "project" content type.
#2
#3
As soon as stuff is committed to CVS, the commit scripts trigger automatically. No need to invoke them manually. (Assuming you mean those that record commits for display at http://drupal.org/cvs and restrict commit access if anything is wrong with the commit.)
#4
Not sure entirely what you're refering to. But the goal is to allow a user to upload a zipped file and have the contents of that zip file be committed to CVS. The unzipping/commit script is a separate task, while this task triggers the unzip/commit script when a new file is uploaded (or cron, if preferred).
#5
Ah, you mean commit scripts like "scripts that commit the extracted files" rather than "scripts that are run on d.o when stuff is committed". In that case, I retract my comment.