]> 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:

latest sbuild links log to proper filename
authormartin f. krafft <madduck@madduck.net>
Fri, 29 Jan 2010 00:11:50 +0000 (01:11 +0100)
committermartin f. krafft <madduck@madduck.net>
Fri, 29 Jan 2010 03:09:02 +0000 (04:09 +0100)
Signed-off-by: martin f. krafft <madduck@madduck.net>
sbuild-wrapper.sh

index 9ea51b7c81caf8ce4600f36436fe3770fd52073c..10aa29210637e6303331a70b15b32e1bc2490c7b 100755 (executable)
@@ -167,9 +167,6 @@ dinstall "$dist" "$changesfile"
 DATESTR="$(date +%Y.%m.%d.%H%M%S)"
 BUILD_PREFIX="${packagenameversion}_${arch}.${DATESTR}"
 
-mv current "${BUILD_PREFIX}".buildlog
-rm -f current-*
-
 bundle="${BUNDLE_DIR}/${BUILD_PREFIX}".bundle.tar
 tar -chf "$bundle" *
 chmod 644 "$bundle"