Bug 13759

Summary: git-build-snapshot misses YUI and dies of sorrow during build
Product: Koha Reporter: Mirko Tietgen <mirko>
Component: PackagingAssignee: Mirko Tietgen <mirko>
Status: CLOSED FIXED QA Contact: Testopia <testopia>
Severity: major    
Priority: P3 CC: robin, tomascohen
Version: Main   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: Trivial patch
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Attachments: Bug 13759 - git-build-snapshot misses YUI and dies of sorrow during build
Bug 13759 - git-build-snapshot misses YUI and dies of sorrow during build

Description Mirko Tietgen 2015-02-25 14:43:21 UTC
Due to a line in debian/rules, git-build-snapshot tries to delete a YUI-related path that does not exist anymore (bug 13612 I guess). Build process ends with an error.

rm: cannot remove `/tmp/buildd/koha-3.19.01/debian/tmp/usr/share/koha/opac/htdocs/opac-tmpl/lib/yui': No such file or directory
Comment 1 Mirko Tietgen 2015-02-25 14:55:26 UTC Comment hidden (obsolete)
Comment 2 Robin Sheat 2015-02-26 01:38:49 UTC
Created attachment 36173 [details] [review]
Bug 13759 - git-build-snapshot misses YUI and dies of sorrow during build

Due to a line in debian/rules, git-build-snapshot tries to delete a YUI-related
path that does not exist anymore (bug 13612 I guess). Build process ends with an error.
This patch deletes the line.

Signed-off-by: Robin Sheat <robin@catalyst.net.nz>
Comment 3 Robin Sheat 2015-02-26 01:39:26 UTC
That must have crept in just after I did a master build yesterday.
Comment 4 Tomás Cohen Arazi 2015-03-02 15:29:22 UTC
Patch pushed to master.

Thanks Mirko!