[Koha-bugs] [Bug 22893] New: contributors.yaml not correctly copied

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sun May 12 19:50:43 CEST 2019


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22893

            Bug ID: 22893
           Summary: contributors.yaml not correctly copied
 Change sponsored?: ---
           Product: Koha
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: major
          Priority: P5 - low
         Component: Architecture, internals, and plumbing
          Assignee: koha-bugs at lists.koha-community.org
          Reporter: jonathan.druart at bugs.koha-community.org
        QA Contact: testopia at bugs.koha-community.org
        Depends on: 21662
  Target Milestone: ---

Jenkins is failing with:
koha_1       | Error GETing http://koha:8081/cgi-bin/koha/about.pl: Internal
Server Error at t/db_dependent/www/history.t line 60.
koha_1       | # Looks like your test exited with 255 just after 1.
koha_1       | [16:59:56] t/db_dependent/www/history.t 

I guess it's because the yaml file is missing from the docdir directory.

>From koha-testing-docker:
files/templates/koha-conf-site.xml.in:
<docdir>/usr/share/doc/koha-common</docdir>

I suppose we need to mimick what is done for history.txt:
debian/rules:   # exclude history.txt from compression as about.pl needs it
uncompressed
debian/rules:   dh_compress --exclude=history.txt

debian/koha-common.docs:docs/history.txt

Makefile.PL:  './docs/history.txt'          => { target => 'DOC_DIR', trimdir
=> -1 },

This may be a blocker for the release.


Referenced Bugs:

https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21662
[Bug 21662] Missing developers from history
-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.


More information about the Koha-bugs mailing list