Projects
Essentials
A_sle15-aggregate
A_sle15-aggregate.sh
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File A_sle15-aggregate.sh of Package A_sle15-aggregate (Revision 4)
Currently displaying revision
4
,
Show latest
#!/bin/bash set -e ( cat <<_EOF_ <!-- automatically generated by $0 --> <aggregatelist> <aggregate project="SLE15"> _EOF_ echo " <package>libx264:x264</package>" for pkg in $(pbs ls SLE15) do case "${pkg}" in apache-rpm-macros) continue ;; build-compare) continue ;; ffmpeg) continue ;; ftgl) continue ;; gpg-offline) continue ;; java-1_5_0-gcj-compat) continue ;; libdvdcss2) continue ;; libinstpatch) continue ;; libxcb) continue ;; packagehub) continue ;; esac echo " <package>${pkg}</package>" done cat <<_EOF_ <repository source="SLE_15" target="SLE_15" /> </aggregate> </aggregatelist> _EOF_ ) > '_aggregate'
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.