berkus / rietveld

Code review tool from Guido for Django
code.google.com/p/rietveld
Apache License 2.0
0 stars 0 forks source link

make update fails #511

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. checkout Rietveld
2. make update

What is the expected output?

% make update
---[Updating REVISION]---
---[Updating jfrederich-codereview]---
appcfg.py  update . --oauth2 --application `cat app.yaml | sed -n 
's/^application: *//p'` --version `hg parents 
--template='{rev}-{node|short}'`"-tainted"
11:26 PM Application: jfrederich-codereview; version: 1422-0e224a41bcfd-tainted 
(was: use-version-arg)
11:26 PM Host: appengine.google.com
11:26 PM 
Starting update of app: jfrederich-codereview, version: 
1422-0e224a41bcfd-tainted
11:26 PM Getting current resource limits.
11:26 PM Scanning files on local disk.
Could not guess mimetype for static/startfont/PressStart2P.ttf.  Using 
application/octet-stream.
Could not guess mimetype for static/autocomplete/README.  Using 
application/octet-stream.
Could not guess mimetype for static/startfont/PressStart2P.ttf.  Using 
application/octet-stream.
Could not guess mimetype for static/autocomplete/README.  Using 
application/octet-stream.
11:26 PM Cloning 33 static files.
11:26 PM Cloning 207 application files.
11:26 PM Compilation starting.
11:26 PM Compilation completed.
11:26 PM Starting deployment.
11:26 PM Checking if deployment succeeded.
11:26 PM Deployment successful.
11:26 PM Checking if updated app version is serving.
11:26 PM Completed update of app: jfrederich-codereview, version: 
1422-0e224a41bcfd-tainted
11:26 PM Uploading index definitions.
11:26 PM Uploading cron entries.
11:26 PM Uploading task queue entries.

What do you see instead?

The first module you upload to a new application must be the 'default' module.  
Please upload a version of the 'default' module before uploading a version for 
the '' module.

What version?

tip

Original issue reported on code.google.com by jfreder...@gmail.com on 5 Nov 2014 at 10:27

GoogleCodeExporter commented 9 years ago
Resolved by 
https://code.google.com/p/rietveld/source/detail?r=8e0b6ec480472da6f1d79c642b986
8a5291afaaf

Original comment by jrobbins@google.com on 6 Nov 2014 at 8:00