[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: [GSoC] Reg Blends Web Sentinel



Hi,

On Mon, Mar 2, 2015 at 10:39 PM, Andreas Tille <andreas@an3as.eu> wrote:
 
Perhaps the doc is missleading / insufficiently here.  The call should be:

    $ ./bugs_udd.py debian-junior

> Logged from file blendstasktoolsold.py, line 440
> mkdir: cannot create directory ‘/srv/blends.debian.org’: Permission denied

I guess this is undocumented.

On Mon, Mar 02, 2015 at 10:21:41PM +0530, Akshita Jha wrote:
> I tried to run the command:
>     $ ./bugs_udd.py webconf/debian-junior.conf
> The output was:
>     No handlers could be found for logger "blends"
Untested:  I think I did the following:

  $ sudo mkdir -p /srv
  $ sudo chmod <enable write permission to you on /srv>
  $ cd /srv
  $ git clone git://git.debian.org/git/blends/website.git blends.debian.org

This will hopefully create all needed dirs with sufficient permissions.
The data dir is just for downloading data by the webtools and www dir
contains static pages.  Its sub-subdirs are the target dirs for dynamic
page creation.

 
Thanks. I followed the above instructions, and ran the command './bugs_udd.py debian-junior'. Now I get the following error:

Traceback (most recent call last):
  File "./bugs_udd.py", line 476, in <module>
    main()
  File "./bugs_udd.py", line 453, in main
    print >> f, template.generate(**data).render('xhtml')
UnicodeEncodeError: 'ascii' codec can't encode character u'\xed' in position 22128: ordinal not in range(128)

Is this the unicode error that is to be fixed ?

That URL looks really broken. Hmmm.  Could you retry after having done
the steps above and please never use

   <script> webconf/<blend>.conf

but always

   <script> <blend>

The update-all* scripts will probably tell you if you inject some

   set -x

inside. :-)

How much time should the update-all script take to run ?
Also, how about having a readme file which contains all the instructions for reference ?
Thanks alot for your guidance.

--
Regards,
Akshita Jha

Reply to: