]> git.madduck.net Git - code/mbuild.git/commitdiff

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

gzip-compress the bundles
authormartin f. krafft <madduck@madduck.net>
Fri, 29 Jan 2010 03:39:02 +0000 (04:39 +0100)
committermartin f. krafft <madduck@madduck.net>
Fri, 29 Jan 2010 03:45:00 +0000 (04:45 +0100)
Signed-off-by: martin f. krafft <madduck@madduck.net>
sbuild-wrapper.sh

index be75ff348b2705c1ed23b5e941b0b79aec5f8a59..f699274c397f9c1ea30c585045e2a224794203f0 100755 (executable)
@@ -208,8 +208,8 @@ fi
 DATESTR="$(date +%Y.%m.%d.%H%M%S)"
 BUILD_PREFIX="${packagenameversion}_${arch}.${DATESTR}"
 
-bundle="${BUNDLE_DIR}/${BUILD_PREFIX}".bundle.tar
-tar -chf "$bundle" *
+bundle="${BUNDLE_DIR}/${BUILD_PREFIX}".bundle.tar.gz
+tar -chzf "$bundle" *
 chmod 644 "$bundle"
 print_bundle_location "$bundle"