[haikuports-commits] [haikuports/haikuporter] 433fcf: Cleanup: Fix comment that still referred to packag...

  • From: GitHub <noreply@xxxxxxxxxx>
  • To: haikuports-commits@xxxxxxxxxxxxx
  • Date: Tue, 05 Dec 2017 13:48:08 -0800

  Branch: refs/heads/master
  Home:   https://github.com/haikuports/haikuporter
  Commit: 433fcf86afd4efc4052dd5735644c152f2245e37
      
https://github.com/haikuports/haikuporter/commit/433fcf86afd4efc4052dd5735644c152f2245e37
  Author: Michael Lotz <mmlr@xxxxxxxx>
  Date:   2017-12-05 (Tue, 05 Dec 2017)

  Changed paths:
    M HaikuPorter/Repository.py

  Log Message:
  -----------
  Cleanup: Fix comment that still referred to package-info.

This was globally changed to dependency-info a while back.


  Commit: a956c70f071101e469340ed85a339b44f02a6c24
      
https://github.com/haikuports/haikuporter/commit/a956c70f071101e469340ed85a339b44f02a6c24
  Author: Michael Lotz <mmlr@xxxxxxxx>
  Date:   2017-12-05 (Tue, 05 Dec 2017)

  Changed paths:
    M HaikuPorter/DependencyResolver.py

  Log Message:
  -----------
  DependencyResolver: Factor out population of ProvidesManager.

This will allow reuse of the DependencyResolver with less overhead.


  Commit: dc967bc07a23293ba2dd69f5c331d863a6e8ec2f
      
https://github.com/haikuports/haikuporter/commit/dc967bc07a23293ba2dd69f5c331d863a6e8ec2f
  Author: Michael Lotz <mmlr@xxxxxxxx>
  Date:   2017-12-05 (Tue, 05 Dec 2017)

  Changed paths:
    M HaikuPorter/DependencyResolver.py

  Log Message:
  -----------
  DependencyResolver: Make build platform optional.

It is only used to get the implicit provides of the platform.


  Commit: 5184286e61e2ec69abaea4a50e381f55bdc5a5bd
      
https://github.com/haikuports/haikuporter/commit/5184286e61e2ec69abaea4a50e381f55bdc5a5bd
  Author: Michael Lotz <mmlr@xxxxxxxx>
  Date:   2017-12-05 (Tue, 05 Dec 2017)

  Changed paths:
    M HaikuPorter/DependencyResolver.py

  Log Message:
  -----------
  DependencyResolver: Add quiet keyword arg to prevent printing.


  Commit: 4a28ff6cc138df12b05c2455be009cc984afb2a8
      
https://github.com/haikuports/haikuporter/commit/4a28ff6cc138df12b05c2455be009cc984afb2a8
  Author: Michael Lotz <mmlr@xxxxxxxx>
  Date:   2017-12-05 (Tue, 05 Dec 2017)

  Changed paths:
    M HaikuPorter/Main.py
    M HaikuPorter/Options.py
    M HaikuPorter/PackageRepository.py
    M HaikuPorter/Repository.py
    M HaikuPorter/Utils.py

  Log Message:
  -----------
  PackageRepository: Implement repository consistency checking.

It runs dependency resolution for each package and prints the problems
found.


Compare: 
https://github.com/haikuports/haikuporter/compare/822af78e33dc...4a28ff6cc138

Other related posts:

  • » [haikuports-commits] [haikuports/haikuporter] 433fcf: Cleanup: Fix comment that still referred to packag... - GitHub