lorax/tests/pylorax/templates/parse-test.tmpl
Brian C. Lane a4783ba29f Add tests for ltmpl.py
This covers things like installing globbed package names from multiple
repos, pinned package versions, and ltmpl functions

Related: rhbz#1548586
2018-10-29 13:55:19 -07:00

11 lines
160 B
Cheetah

<%page args="basearch"/>
installpkg common-package
installpkg foo-{one,two}
%if basearch != "s390x":
installpkg not-s390x-package
%endif
run_pkg_transaction