straight55b / app-engine-patch

Automatically exported from code.google.com/p/app-engine-patch
0 stars 0 forks source link

index.yaml not being updated #143

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. download app-engine-patch-sample-1.1beta1.zip
2. on a linux box, unzip it.
3. start devappserver by "python manage.py runserver"

What is the expected output? What do you see instead?

  I see the line: "INFO:root:Detected manual index.yaml, will not update"
  in the cosole log.

What version of the product are you using? On what operating system?

  app-engine-patch-sample-1.1beta1.zip, Linux (Gentoo)

Please provide any additional information below.

  index.yaml is in DOS format, EOLs are '\r\n'.  Changing it into UNIX
  format, the issue is gone. See below:
  http://www.mail-archive.com/google-appengine@googlegroups.com/msg01562.html

Original issue reported on code.google.com by momot...@gmail.com on 15 May 2009 at 2:18

GoogleCodeExporter commented 9 years ago
I've fixed it in the repo. Hopefully, the dev_appserver won't change it back to 
DOS.
Could you please report that to Google, so line-endings don't have any 
influence on
the index.yaml file?

Original comment by wkornew...@gmail.com on 15 May 2009 at 2:34

GoogleCodeExporter commented 9 years ago
Done: http://code.google.com/p/googleappengine/issues/detail?id=1548

Original comment by momot...@gmail.com on 15 May 2009 at 3:14