Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:ocurero:ARM:Factory:Contrib:UdooQuad
kernel-source
splitflist
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File splitflist of Package kernel-source
#!/bin/bash -e package="$1" present="$2" ghost="$3" missing="" rpm -ql --noghost "$package" | while read x ; do [ -e "$x" -o -L "$x" ] && echo "$x" >> "$present" || echo Missing file "$x" done rpm -q --qf '[%{FILEFLAGS} %{FILENAMES} 0%{FILEMODES:octal} %{FILESIZES} %{FILEMTIMES} %{FILELINKTOS}\n]' $package | while read -a line; do [ $[line[0]&64] = 64 ] || continue echo "${line[@]:1}" done > "$ghost"
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