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

xsnap without git #8537

Draft
wants to merge 6 commits into
base: release-getting-started
Choose a base branch
from

Commits on Nov 16, 2023

  1. first cut

    Use presence/absence of submodule directories and their `.git`
    metadata to distinguish between an agoric-sdk clone and an unpacked
    NPM tarball. Use `git submodule update --init` in the first case, and
    leave the sources alone in the last case.
    
    Still needs real tests, but manual testing passes.
    
    refs #8536
    warner committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    2c6b1db View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2023

  1. remove debug touches

    warner committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    227f010 View commit details
    Browse the repository at this point in the history
  2. handle docker build context correctly

    remove build.env, replace with build.json
    warner committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    57835d3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    36ae249 View commit details
    Browse the repository at this point in the history
  4. fix lints

    warner committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    806bfbb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    36e5cad View commit details
    Browse the repository at this point in the history