git-lfs/rpm/clean.bsh
Andy Neff 4a71627779 RPMs for Centos 5/6/7
Currently uses the the internal golang linker, so
git-lfs has no build-id. The debug pacakges will
not work out of the box until this is fixed.
2015-05-28 23:34:18 -04:00

13 lines
218 B
Bash
Executable File

#!/usr/bin/env bash
set -eu
CWD=$(cd $(dirname ${BASH_SOURCE[0]}); pwd)
rm -rv ${CWD}/BUILD ${CWD}/BUILDROOT ${CWD}/RPMS ${CWD}/SRPMS ${CWD}/SOURCES || :
rm ${CWD}/SPECS/golang.spec || :
rm ${CWD}/build.log || :