Hi,
On Fri, Mar 20, 2015 at 3:58 PM, Andreas Tille <[email protected]> wrote:
> Hi,
>
> On Fri, Mar 20, 2015 at 03:21:50PM +0530, Akshita Jha wrote:
> > >
> > When I run ./bugs.py debian-edu, I get the following error:
> >
> > fatal: destination path 'debian-edu' already exists and is not an empty
> > directory.
> > Traceback (most recent call last):
> > File "./bugs.py", line 95, in <module>
> > tasks.GetAllDependencies(source=1) # Set source=1 in case source
> > packages should be displayed
> > File "/srv/blends.debian.org/webtools/blendstasktoolsold.py", line
> 885,
> > in GetAllDependencies
> > self._GetMetapackages()
> > AttributeError: Tasks instance has no attribute '_GetMetapackages'
> >
> > Why do I get this error ?
>
> Grmmbl, no idea why it is not realised that just a `git pull` is needed
> and it tries `git clone`. An
>
> rm -rf /srv/blends.debian.org/data/debian-edu
>
> should do for the moment - I'm a bit offline-ish for the weekend since
> now on ...
>
I tried rm -rf /srv/blends.debian.org/data/debian-edu, but it still gives
me the following error:
Traceback (most recent call last):
File "./bugs.py", line 95, in <module>
tasks.GetAllDependencies(source=1) # Set source=1 in case source
packages should be displayed
File "/srv/blends.debian.org/webtools/blendstasktoolsold.py", line 885,
in GetAllDependencies
self._GetMetapackages()
AttributeError: Tasks instance has no attribute '_GetMetapackages'
--
Thanking You,
Akshita Jha