On Thu, Sep 29, 2011 at 11:53:14AM +0200, Thomas Koch wrote:
> Package: git-buildpackage
> Version: 0.5.31
> Severity: minor
> 
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA256
> 
> Hi Guido,
> 
> I was very happy to see a tool that does this repetitive work of
> repository setup on alioth for me. However I couldn't figure out how
> to create repositories for java or scala packaging. Scala packages are
> in /git/pkg-scala/packages, Java packages in /git/pkg-java.
> 
> On the other hand, it seems really annoying, that repository creation
> can't be done over the web interface...
> 
> Second, I'm a little concerned to let a tool act on my behalf on a
> Debian machine. I've not tried to run it. It should print all commands
> to the screen it wants to run and ask me for confirmation. And if it
> does, it should be explicitly said in the manual that the tool will
> not do anything without my explicit confirmation.

I certainly welcome any patches to the documentation and to
gbp-create-remote-repo itself. This is what's executed on the remote
end:

umask 002
if [ -d %(base)s"%(dir)s" ]; then
    echo "Repository at \"%(base)s%(dir)s\" already exists - giving up."
    exit 1
fi
mkdir -p %(base)s"%(dir)s"
cd %(base)s"%(dir)s"
git init --bare --shared
echo "%(pkg)s packaging" > description

Cheers,
 -- Guido


> 
> Thank you for your work!
> 
> Thomas Koch
> 
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.11 (GNU/Linux)
> 
> iQIcBAEBCAAGBQJOhEAGAAoJEAf8SJEEK6ZazwcP/AsG2tTWdYtN1YV3+BISokwt
> DJfYTT0E1BnYAutKFrd7WuQ+/12Xwl3vQX2oY6AeEYry1X9mDJqcl5HkPdABMy2y
> Z2IToFp6lY/k+9I0ONhyZm059ulwQbvAvPsl9XNsg1jjsWW8PugPEvf959grkBbL
> nEPxnXu3qW1OVTEMKYMtRyCcojhr8KhePPlTPEWQaTkYZPgq72ytk8BvXNr5L3CC
> PQJDEqoM+ayE97XIUjzKnlvGJzD3qbSIYsyowechWmuXQZCD/U9vCD60/mZF1MAx
> H44ji1rgD6V+Nco8tASNCobp+J4KjqEupTyGggaJE/AAOHDYB8ti+B05LL2kkrO2
> NscATknKlLhPT78IXpi5xQxVDiJrY0crnPCnX5ZRhrLuX08UiF0moy9GoHN0FEte
> fRIcZLAgfQr6h60cKzfcEHyHKbSIQyBsNEyLTjhujly4yaYqTP3Svu3vsWX5vUzH
> c7HRaLmdJYy8T3BqDJcze7x7a1uCpGZxh97oBAySexoMie80Uq7pAm1T/XeGWW6z
> 4SNWUhvACUEg/0Z74BshdxQFCNDhfXz/XgBwMEi/+KGTPdnhMRULRkZyZUN5V8B/
> 5V9vdNPsxdt18pJnjlYoEw3GeQriHbIS5tZdpc9KVLeY4eiGJ6AI5IjaFgH0aMqB
> tf7739zNo4f5NyRVMb2X
> =cyam
> -----END PGP SIGNATURE-----
> 
> 



-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to