[egoboo] The previous cleaned tarball needed cleaning

Bruno Wolff III bruno at fedoraproject.org
Tue Mar 13 03:39:52 UTC 2012


commit 5b62e7b1972a8ea121bddb148d4e1a47663104b8
Author: Bruno Wolff III <bruno at wolff.to>
Date:   Mon Mar 12 22:37:38 2012 -0500

    The previous cleaned tarball needed cleaning
    
    My clean script didn't remove the extract directory and some stuff
    left over from build attempts was picked up. I fixed the script
    and rebuilt the cleaned tarball.

 generate-tarball.sh |    1 +
 sources             |    2 +-
 2 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/generate-tarball.sh b/generate-tarball.sh
index a164e6d..602d05e 100755
--- a/generate-tarball.sh
+++ b/generate-tarball.sh
@@ -7,6 +7,7 @@
 
 VERSION=2.8.1
 
+rm -rf egoboo-${VERSION} egoboo-clean-${VERSION}.tar.gz egoboo-${VERSION}
 tar xf egoboo-${VERSION}.tar.gz
 find egoboo-${VERSION} \( -name \*.ttf -o -name \*.pdf \) -delete -print
 tar cfz egoboo-clean-${VERSION}.tar.gz egoboo-${VERSION}
diff --git a/sources b/sources
index 3c7e0a5..460f45d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-51f5d8d664ac41e6995df03e4f049b2f  egoboo-clean-2.8.1.tar.gz
+b05da53351cbfe8679efb7c63e3a2d97  egoboo-clean-2.8.1.tar.gz


More information about the scm-commits mailing list