X-Git-Url: https://git.madduck.net/code/myrepos.git/blobdiff_plain/4cda4e5c360d4cd0cd33ef8b3bd2cd55eb50b583..f6c757a40f1c19bfabeb673d02ede27255259f78:/mrconfig diff --git a/mrconfig b/mrconfig index aff6a91..44d6d8e 100644 --- a/mrconfig +++ b/mrconfig @@ -16,10 +16,8 @@ checkout = git clone git://git.debian.org/git/dpkg/dpkg.git && \ git fetch kite && \ git checkout -b sourcev3 kite/sourcev3 update = git pull origin master && git pull kite sourcev3 +commit = git push kite # My home directory, which I keep in svn. [] -# Since I have a lot of different branches for different machines, -# the checkout procedure is manual. -checkout = echo "run svn+ssh://svn.kitenet.net/srv/svn/joey/trunk/home- ."; \ - exit 1 +checkout = svn co svn+ssh://svn.kitenet.net/srv/svn/joey/trunk/home-$(hostname) joey