DEBSOURCES
Skip Quicknav
sources / libalien-build-perl / 2.84-1 / maint / cip-test-plugins
12345678910
#!/bin/bash set -ex if [ "$CIP_TAG" = "static" ]; then echo skip else cip exec perl maint/ci-test-plugins.pl fi