rphillips / deploy-gitorious

Fabric deployment script for gitorious
Apache License 2.0
17 stars 5 forks source link

Fails at adduser #1

Open ghost opened 13 years ago

ghost commented 13 years ago

At line 141 in fabfile.py, the script fails with sudo('adduser --system git') as the git user is already created.

rphillips commented 13 years ago

The intent of the script is to get from a fresh install to a system running gitorious. I am not currently using the script at the moment and could use some help getting it into better shape.