Actions
Bug #8722
closedforeman_packages fails on Debian when "foreman" files are in pwd
Difficulty:
trivial
Triaged:
Pull request:
Description
From a Debian system's foreman-debug run, which was run via foreman-bats:
COMMAND> rpm -qa '*foreman*' || dpkg -l *foreman* | sort /usr/sbin/foreman-debug: line 70: rpm: command not found dpkg-query: no packages found matching foreman-debug
The dpkg argument needs quoting like the rpm one.
Updated by Dominic Cleal over 10 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset 72056298d9fdc5ffb3dfb06caae5db7424b280a3.
Actions