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

One more pass through the recipes, plus work toward the metapackages #19

Merged
merged 37 commits into from
Jul 12, 2018

Commits on Jul 10, 2018

  1. Configuration menu
    Copy the full SHA
    013edd5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d9f0692 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1688d48 View commit details
    Browse the repository at this point in the history
  4. Add ska3-template package

    jeanconn committed Jul 10, 2018
    Configuration menu
    Copy the full SHA
    a909a71 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    79d90b8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6bb08cf View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3b58e1c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    efb3a81 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    538d18b View commit details
    Browse the repository at this point in the history
  10. Add hopper

    jeanconn committed Jul 10, 2018
    Configuration menu
    Copy the full SHA
    d34e822 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    09edaa4 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    127ffa6 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    3bdf16d View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    23f0f4f View commit details
    Browse the repository at this point in the history
  15. Update build_order

    jeanconn committed Jul 10, 2018
    Configuration menu
    Copy the full SHA
    5866573 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    e9b959b View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    a294ac2 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    8d92694 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    0bc58f4 View commit details
    Browse the repository at this point in the history
  20. Remove conda and conda-env from ska3-flight

    I'm hoping this helps to make an env that can be installed in non-root
    
    bash-4.1$ conda create -n ska3 ska3-flight
    Fetching package metadata .............
    Solving package specifications: .
    
    InstallError: Error: the following specs depend on 'conda' and can only be installed
    into the root environment: ska3-flight
    jeanconn committed Jul 10, 2018
    Configuration menu
    Copy the full SHA
    61303b2 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    0aa7cbe View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    fb93385 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    ba53470 View commit details
    Browse the repository at this point in the history
  24. Remove ska_arch_os holdover

    jeanconn committed Jul 10, 2018
    Configuration menu
    Copy the full SHA
    5fed743 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2018

  1. Configuration menu
    Copy the full SHA
    31c9220 View commit details
    Browse the repository at this point in the history
  2. Added back fetch(--tags)

    Added back because it seems to help if a tag has been moved/reused.
    jeanconn committed Jul 11, 2018
    Configuration menu
    Copy the full SHA
    3bd67f8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eafc32b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    caa6d9e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1c76773 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    277f24d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a369ae3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    056b711 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    91944f7 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    2108d1d View commit details
    Browse the repository at this point in the history
  11. Replace GIT_DESCRIBE_TAG with more template logic

    This looks more complicated, but helps to guarantee that package
    builder cannot build a package that "masquerades" as a certain version
    unless the commit from which it was built was exactly at that tagged
    version.  For default builds, where the most recent (by commit) tag
    is used as the build, this new template logic changes nothing.  However
    if one builds a package using ska3_builder with the --tag option at a commit,
    the resulting conda package will have at least a 'dev' string in the package
     version unless the selected commit is on a tag.
    jeanconn committed Jul 11, 2018
    Configuration menu
    Copy the full SHA
    e3ed543 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    f9db2e5 View commit details
    Browse the repository at this point in the history
  13. Revert "Replace GIT_DESCRIBE_TAG with more template logic"

    This reverts commit e3ed543.
    jeanconn committed Jul 11, 2018
    Configuration menu
    Copy the full SHA
    8001c50 View commit details
    Browse the repository at this point in the history