Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-12-SP1:GA
pesign-obs-integration.7409
brp-99-compress-vmlinux
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File brp-99-compress-vmlinux of Package pesign-obs-integration.7409
#!/bin/bash # Compress the /boot/vmlinux image after find-debuginfo.sh has done its job set -e case "$RPM_PACKAGE_NAME" in kernel-*) ;; *) exit 0 esac for f in $RPM_BUILD_ROOT/boot/vmlinux-*; do if test -e "$f" -a -e "$f.gz"; then echo "gzip $f" # Deliberately not using gzip -n; the vmlinux image has a # predictable timestamp (bnc#880848#c20) gzip -k -9 -f "$f" fi 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