Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:bmwiedemann:reproducible:distribution:ring0
grep
profile.sh
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File profile.sh of Package grep
#!/bin/sh # profiling script for profile-guided-optimizations (PGO) # must be fully deterministic in what it does for reproducible builds # should cover most code for good PGO optimization benefit # See https://github.com/bmwiedemann/theunreproduciblepackage/tree/master/pgo # for background information on PGO reproducibility grep=src/grep t=COPYING exec > /dev/null for param in "" -v -i -h -H -l -L -q -n -Z -E -F -P -e -w -c -o; do $grep $param "GNU" $t $grep $param "G.*U" $t done
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor