Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for vagrant (0.07 sec)

  1. .gitignore

    .netrwhist
    
    # cscope-related files
    cscope.*
    
    # Go test binaries
    *.test
    /hack/.test-cmd-auth
    
    # JUnit test output from ginkgo e2e tests
    /junit*.xml
    
    # Mercurial files
    **/.hg
    **/.hg*
    
    # Vagrant
    .vagrant
    network_closure.sh
    
    # Local cluster env variables
    /cluster/env.sh
    
    # Compiled binaries in third_party
    /third_party/pkg
    
    # Also ignore etcd installed by hack/install-etcd.sh
    /third_party/etcd*
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Feb 29 08:22:06 UTC 2024
    - 2.1K bytes
    - Viewed (0)
  2. build/README.md

    When building final release tars, they are first staged into `_output/release-stage` before being tar'd up and put into `_output/release-tars`.
    
    ## Reproducibility
    `make release` and its variant `make quick-release` provide a
    hermetic build environment which should provide some level of reproducibility
    for builds. `make` itself is **not** hermetic.
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jan 10 07:20:57 UTC 2024
    - 7.1K bytes
    - Viewed (0)
Back to top