Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-12-SP5:GA
SLES12-SP4-EC2-HVM-BYOS
pre_checkin.sh
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File pre_checkin.sh of Package SLES12-SP4-EC2-HVM-BYOS
#!/bin/sh # # Remove Devel: repository reference upon check-in for i in *.kiwi do awk ' /<repository type="rpm-md">/ {rec=""; on_rep=1} { if (on_rep){ rec = rec $0 ORS } else { print } } /<\/repository>/ { if (on_rep && (rec !~ "obs://Devel:")) printf "%s",rec on_rep=0 } ' ${i} > ${i}.tmp mv ${i}.tmp ${i} 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