#453 - Automatic bugfix push
| Identifier | #453 |
|---|---|
| Issue type | Feature request or suggestion |
| Title | Automatic bugfix push |
| Status | Completed |
| Handling member | Chris Graham |
| Addon | General / Uncategorised |
| Description | Scrap the bugs catalogue, and instead use the tracker.
Create a simple script that does the following: - Asks for a tracker issue number (optional) - Asks for a forum post ID number (optional) - Asks for a bug explanation - Asks for what files are changed (but automatically scans the filesystem to give a good guess) - If no tracker issue number was given, one is made - A tar of fixed files is uploaded to the tracker issue (correct relative file paths intact) - A diff is also uploaded - If a forum post ID was given, an automatic reply is given pointing to the tracker issue - The tracker issue gets closed - A git commit and push happens on the changed files, with the ID number of the tracker issue in it The release scripts would need modifying a bit to point to the tracker rather than the old bugs database. |
| Steps to reproduce | |
| Funded? | No |
The system will post a comment when this issue is modified (e.g., status changes). To be notified of this, click "Enable comment notifications".


Comments
- Link to github for diffing purposes
- Bugs catalogue renames, as a neat list of links into the tracker for notable issues
- Inbuilt hotfix application not needed due to the bug catalogue remaining - that works for similar purposes; a little less automated, but that is safer