/
githubmirror
/
libmodulemd
Обзор
Документация
Войти
/
githubmirror
/
libmodulemd
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
libmodulemd-2.9.2
make_rpms.sh.in
21 строка
434 B
Stephen Gallagher
Print `ninja dist` logs if it fails
02 авг 2019, 20:32
02 авг 2019, 20:32
cd61f5f
Код
Авторство
О чём код?
#!/usr/bin/sh # optionally call this function with --nocheck to skip the test suite while # building RPMs. set -e echo "Creating tarball. This may take a while." set +e MMD_SKIP_VALGRIND=True ninja dist > ./ninjadist.log retcode=$? if [ $retcode != 0 ]; then cat ./ninjadist.log exit $retcode fi set -e ln -sf ../meson-dist/ ./rpmbuild/SOURCES rpmbuild @BUILDFLAG@ $1 libmodulemd.spec --define "_topdir $(pwd)/rpmbuild"