[Koha-bugs] [Bug 26741] Make rabbitmq-server a 'recommended' package

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Oct 21 07:27:55 CEST 2020


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

--- Comment #7 from David Cook <dcook at prosentient.com.au> ---
(In reply to Mason James from comment #2)
> Created attachment 112083 [details] [review]
> Bug 26741: Make rabbitmq-server a 'recommended' package
> 
> to test...
> 
> 1/ apply patch, build new package
> 
> 2/ install package with  'apt install koha-common', observe rabbitmq-server
> package is installed
> 
> 3/ install package with 'apt install --no-install-recommends koha-common',
> observe rabbitmq-server package is *not* installed

My test plan
1. Apply the patch to a Koha git repo
2. Download https://gitlab.com/minusdavid/koha-deb-builder-docker and follow
the instructions in the README
3. Run winpty docker run --rm -it debian:stretch
4. Copy the built koha-common*.deb package into the new empty Docker container
5. apt-get update
6. apt-get install wget gnupg
7. wget -q -O- https://debian.koha-community.org/koha/gpg.asc | apt-key add -
8. echo 'deb http://debian.koha-community.org/koha stable main' | tee
/etc/apt/sources.list.d/koha.list
9. apt-get update
10. apt install ./<built koha-common*.deb package>
11. Review "The following NEW packages will be installed" and note
rabbitmq-server is included
12. apt install --no-install-recommends ./<built koha-common*.deb package>
13. Review "The following NEW packages will be installed" and note
rabbitmq-server is included

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list