Author: joeyh Date: 2008-05-16 19:27:20 +0000 (Fri, 16 May 2008) New Revision: 7079
Added: packages/trunk/.mrconfig Log: add mr configuration file Sort of a demo for now, see http://wiki.debian.org/Games/VCS for docs My 1st pkg-games commit, BTW :-) Added: packages/trunk/.mrconfig =================================================================== --- packages/trunk/.mrconfig (rev 0) +++ packages/trunk/.mrconfig 2008-05-16 19:27:20 UTC (rev 7079) @@ -0,0 +1,13 @@ +# This file configures mr(1) to manage the VCS repositories of the +# pkg-games team. As new VCS repositories are created, they should be +# listed here. +# +# This wiki page explains how to use mr with pkg-games: +# http://wiki.debian.org/Games/VCS + +[openal-soft] +checkout = git clone git://git.debian.org/git/pkg-games/openal-soft.git + +# Commented out because we may not want this by default. +#[non-free] +#checkout = svn co svn+ssh://svn.debian.org/svn/pkg-games/non-free/packages/trunk non-free _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

