Ticket #806 (fixed bug)
Release script doesn't generate hdiffs
- Created: 2013-01-11 22:42:08
- Reported by: Franz
- Assigned to: Franz
- Milestone: 2.3
- Component: downloads
- Priority: highest
It seems that for a while now the release script has stopped generating hdiffs. I don't get why.
History
Studio384 2013-01-12 10:11:18

Maybe it doesn't work because of the repository move? Version 1.5.2 is the first release since then, and it is the first release where this bug appeared.
Reines 2013-01-12 11:01:02

Seems to be working on the new VPS, and moving to the new VPS is a priority (at the moment I'm paying to run both, which is stupid...).
JohnLewis 2013-03-13 00:32:58

- Owner changed from Reines to Franz.
- Status changed from open to fixed.
Franz fixed this in a recent commit, all appears to be working.
JohnLewis 2013-03-13 18:43:05

- Owner changed from Franz to Reines.
- Status changed from fixed to open.
Appears I messed up then
Franz 2013-11-18 12:53:40

- Owner changed from Reines to Franz.
I think I finally fixed this. We were using a relative path to access the hdiff generator script. However, we also used chdir() to change the working directory to the release folder, thus the relative path failed.