[Openstack-devel] Write access to the Sheepdog package
Thomas Goirand
zigo at debian.org
Fri Nov 30 17:59:20 UTC 2012
Hi YunQiang,
The folder in /git/openstack/sheepdog.git on Alioth is read-only for the
group scm_openstack. It makes no sense to have the package team
maintained if you don't give the write access to other team members.
Please run the following command:
ssh git.debian.org
cd /git/openstack/sheepdog.git
find . -exec chmod g+w {} \;
find . -type d -exec chmod g+s {} \;
git config core.sharedRepository group
mv hooks/post-update.sample hooks/post-update
echo "Packaging Sheepdog" >description
Cheers,
Thomas Goirand (zigo)
More information about the Openstack-devel
mailing list