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

use unstable, not codename sid as default
authormartin f. krafft <madduck@madduck.net>
Fri, 9 May 2008 10:29:57 +0000 (11:29 +0100)
committermartin f. krafft <madduck@madduck.net>
Fri, 9 May 2008 10:29:57 +0000 (11:29 +0100)
mbuild.sh

index cbdd1a9efb28d84b8cf6c3b03946f73ed0a2f127..b96f4268ac98774dd2ba0c3e0eb67b42f06a0cb9 100755 (executable)
--- a/mbuild.sh
+++ b/mbuild.sh
@@ -93,7 +93,7 @@ if [ -z "$schangesfile" ]; then
 fi
 
 [ -z "$arch" ] && arch="$DEB_BUILD_ARCH"
-[ -z "$dist" ] && dist="sid"
+[ -z "$dist" ] && dist="unstable"
 
 schangesfile_basename="${schangesfile##*/}"
 packagenameversion="${schangesfile_basename%_*}"