On Wed, Apr 01, 2015 at 02:11:23PM +0530, Akshita Jha wrote: > > If you checkout UDD code from Git[1] you could do > > > > ./update-and-run.sh blends-prospective > > > > which updates machine metadata from several Blends teams. > > > I cloned the git repo, using: > git clone git://git.debian.org/collab-qa/udd.git udd.debian.org > as I did not have the permission to ssh.
I think you need to ask for becoming a member. Unfortunately this Wiki chapter https://wiki.debian.org/CollaborativeMaintenance#Access_control_layer contains a link to the same Wiki page. I'll ask on debian-qa how you can get commit permissions. > After that, I tried to run the " ./update-and-run.sh blends-prospective", > but I get the following error: > > Traceback (most recent call last): > File "/srv/udd.debian.org//udd.py", line 56, in <module> > udd.aux.lock(config, src) > File "/srv/udd.debian.org/udd/aux.py", line 49, in lock > f = file(lock_path, "w+") > IOError: [Errno 2] No such file or directory: '/srv/ > udd.debian.org/locks/blends-prospective' > > What do I have to do to solve this error ? sudo mkdir /srv/udd.debian.org/locks/ sudo chmod ... /srv/udd.debian.org/locks/ should do. Kind regards Andreas. -- http://fam-tille.de -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: https://lists.debian.org/[email protected]
