You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by GitBox <gi...@apache.org> on 2017/12/19 06:21:20 UTC

[GitHub] jacobrosenthal commented on issue #706: Continued conversion of mynewt-site docs to core with doxygen integration.

jacobrosenthal commented on issue #706: Continued conversion of mynewt-site docs to core with doxygen integration.
URL: https://github.com/apache/mynewt-core/pull/706#issuecomment-352651054
 
 
   before these images are added I just wanted to check to make sure everyone is on board
   
   every single newt install needs to pull core, and thus all the binaries (even if we delete them later)
   
   Were going right now from 86.02 MiB to 103.07 MiB in just this PR, then as tutorials change, are added and removed.. that goes up forever from now on
   
   
   
   Upstream:
   ```
   $ git count-objects -v -H
   count: 0
   size: 0 bytes
   in-pack: 75195
   packs: 1
   size-pack: 86.02 MiB
   prune-packable: 0
   garbage: 0
   size-garbage: 0 bytes
   ```
   
   
   
   Pull Request:
   ```
   $ git count-objects -v -H
   count: 0
   size: 0 bytes
   in-pack: 75402
   packs: 1
   size-pack: 103.07 MiB
   prune-packable: 0
   garbage: 0
   size-garbage: 0 bytes
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services