this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

[rpm] Build binary RPMs only

This should help cut down build times

authored by

Ariel Abreu and committed by
Thomas A
a405dbea be134fcb

+3 -3
+3 -3
rpm/build.bsh
··· 25 25 export DARLING_COMMIT_DATE="$(printf '%(%Y%m%d)T\n' -1)" 26 26 fi 27 27 28 - rpmbuild -ba /src/rpm/SPECS/darling-macho-deps.spec 28 + rpmbuild -bb /src/rpm/SPECS/darling-macho-deps.spec 29 29 sudo rpm -U --force $HOME/rpmbuild/RPMS/x86_64/darling-macho-deps*.rpm 30 30 31 31 #spectool -g -R /src/rpm/SPECS/darling.spec 32 - rpmbuild -ba /src/rpm/SPECS/darling.spec 33 - rpmbuild -ba /src/rpm/SPECS/darling-cli-devenv.spec 32 + rpmbuild -bb /src/rpm/SPECS/darling.spec 33 + rpmbuild -bb /src/rpm/SPECS/darling-cli-devenv.spec