Script for legacy rhts cleanup
This commit is contained in:
parent
a23ab8e133
commit
f286ca11fb
1 changed files with 5 additions and 0 deletions
5
purge-rhts.sh
Normal file
5
purge-rhts.sh
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
#!/bin/sh
|
||||
|
||||
/usr/bin/rhts-environment.sh
|
||||
find -name Makefile -exec sed -e 's|include /usr/share/rhts/lib/rhts-make.include||' -e 's|rhts-lint $(METADATA)||' -e 'T' -e 'd' -i '{}' ';'
|
||||
find -name runtest.sh -exec sed -e 's|. /usr/bin/rhts-environment.sh||' -e 'T' -e 'd' -i '{}' ';'
|
||||
Loading…
Add table
Add a link
Reference in a new issue