diff options
Diffstat (limited to 'getbucts')
-rwxr-xr-x | getbucts | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -43,6 +43,11 @@ git reset --hard dc27919d7a66a6e8685ce07c71aefa4f03ef7c07 # no patches required +# We don't need .git* (please submit all upstreamable changes directly to bucts upstream) +# removing them, to reduce the size of the archive +rm -rf .git +rm -rf .gitignore + # we're done cd ../ |