upload the gzipped tarball
authorTilman Sauerbeck <tilman@code-monkey.de>
Sun, 9 Apr 2006 18:50:24 +0000 (20:50 +0200)
committerTilman Sauerbeck <tilman@code-monkey.de>
Sun, 9 Apr 2006 18:50:24 +0000 (20:50 +0200)
Rakefile

index 5d45ebaea196238bf75ea179e4b15e9b0d6f6865..9743143ccf6429ec3f1bda1681a13c701075e150 100644 (file)
--- a/Rakefile
+++ b/Rakefile
@@ -35,6 +35,6 @@ end
 
 task :publish => [:package] do
        Rake::SshFilePublisher.new("code-monkey.de", ".", "pkg",
-                                  "#{PKG_NAME}-#{PKG_VERSION}.tar.bz2").
+                                  "#{PKG_NAME}-#{PKG_VERSION}.tar.gz").
                               upload
 end