Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Work on 'make dist' #13063

Merged
merged 23 commits into from
Mar 25, 2014
Merged

Work on 'make dist' #13063

merged 23 commits into from
Mar 25, 2014

Commits on Mar 24, 2014

  1. mk: Stop building OS X .pkg as part of 'make dist'

    This doesn't work quite right yet (we need to build packages for all hosts)
    and I'm not ready to turn on new dist artifacts yet, but I want to start doing
    dry runs for 0.10, so I'm turning this off for now.
    brson committed Mar 24, 2014
    Configuration menu
    Copy the full SHA
    e30ab71 View commit details
    Browse the repository at this point in the history
  2. mk: Reorder definitions in dist.mk

    Just to be more logical, put big headers between different installers
    brson committed Mar 24, 2014
    Configuration menu
    Copy the full SHA
    df141e6 View commit details
    Browse the repository at this point in the history
  3. mk: Cleanup

    brson committed Mar 24, 2014
    Configuration menu
    Copy the full SHA
    4176cf4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    669a055 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    44842db View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    92d8181 View commit details
    Browse the repository at this point in the history
  7. mk: Add docs to dist prep

    For integrating doc upload into the dist-snap process
    brson committed Mar 24, 2014
    Configuration menu
    Copy the full SHA
    116ebe5 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ae0e47a View commit details
    Browse the repository at this point in the history
  9. mk: Fix distcheck

    Also, add more distcheck tests
    brson committed Mar 24, 2014
    Configuration menu
    Copy the full SHA
    dd7a60e View commit details
    Browse the repository at this point in the history
  10. mk: Wire up everything to dist and distcheck

    Fix some misc bugs
    brson committed Mar 24, 2014
    Configuration menu
    Copy the full SHA
    b8138e0 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    805d0e5 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    8694c28 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    cc5fae7 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    c2e5e62 View commit details
    Browse the repository at this point in the history
  15. mk: Cleanup dist.mk yet more

    brson committed Mar 24, 2014
    Configuration menu
    Copy the full SHA
    169f08d View commit details
    Browse the repository at this point in the history
  16. install: Improve error handling

    brson committed Mar 24, 2014
    Configuration menu
    Copy the full SHA
    eed808b View commit details
    Browse the repository at this point in the history
  17. install: Don't try to run binaries on install

    I think there are likely to be scenarios where this script is run
    to move files to the correct place during cross-compiles.
    brson committed Mar 24, 2014
    Configuration menu
    Copy the full SHA
    fe5bd88 View commit details
    Browse the repository at this point in the history
  18. mk: Remove some debug logging

    brson committed Mar 24, 2014
    Configuration menu
    Copy the full SHA
    ba98689 View commit details
    Browse the repository at this point in the history
  19. mk: Don't rm 'dist' during clean, just its contents

    This is not for temporaries now
    brson committed Mar 24, 2014
    Configuration menu
    Copy the full SHA
    a2e8e30 View commit details
    Browse the repository at this point in the history
  20. mk: Fix a minor UI bug

    brson committed Mar 24, 2014
    Configuration menu
    Copy the full SHA
    70a1075 View commit details
    Browse the repository at this point in the history
  21. mk: Fix prepare.mk

    The way it was formulated you could only 'prepare' one directory per build.
    brson committed Mar 24, 2014
    Configuration menu
    Copy the full SHA
    c796f89 View commit details
    Browse the repository at this point in the history
  22. Revert "mk: Run 'make install' through install.sh"

    This reverts commit e93709a.
    brson committed Mar 24, 2014
    Configuration menu
    Copy the full SHA
    d621631 View commit details
    Browse the repository at this point in the history
  23. 9 Configuration menu
    Copy the full SHA
    39b48fb View commit details
    Browse the repository at this point in the history