aboutsummaryrefslogtreecommitdiffstats
path: root/rpm-local/obs-clean.sh
blob: e78ee624e1b4a4dc7979bb0f6dddde1b6f01921e (plain)
1
2
3
4
#!/bin/sh -x
# After osc checkout, clean out all tarballs and .osc dirs
rm -f $(find -name '*.tar.*') $(find -name '*.zip')
rm -rf $(find -name '.osc')