How can I disable the automatic checking for updates when Google App Engine Launcher is started?

后端 未结 3 1804
囚心锁ツ
囚心锁ツ 2020-12-29 12:29

I\'ve been tinkering with the GAE and I enjoy the ease of use of the GAE Launcher that is available with the Windows SDK.

My problem is that when I start the applica

3条回答
  •  天涯浪人
    2020-12-29 13:20

    As an update, the currently working option with Google App Engine 1.9.19 is to edit the file ~/.appcfg_nag to make the following change.

    - opt_in: true
    + opt_in: false
      timestamp: 0.0
    

    I found about this by consulting the google_appengine/README:line 120

    --skip_sdk_update_check    Skip checking for SDK updates. If false, fall back                                                                                     
                               to opt_in setting specified in .appcfg_nag          
                               (Default false) 
    

提交回复
热议问题